Skip to content

Commit

Permalink
Add thefuzz to base image (#29)
Browse files Browse the repository at this point in the history
Check list:

- [X] PR description is meaningful.
- [X] `./generate_requirements.sh` has been executed (when appropriate).
- [X] `./check_docker.sh` executes successfully locally.
- [X] `./build_docker.sh` executes successfully locally.
- [x] Zoose version in `.env` has been updated appropriately.
- [x] Commit has been tagged `git tag X.Y.Z` with `X.Y.Z` as in `.env`.
- [X] `README` has been updated (if applicable).
  • Loading branch information
ianhellstrom committed Dec 8, 2023
1 parent cdf8b86 commit ce3efbf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PREFIX=databaseline/zoose
BASE=databaseline/zoose-base
TAG=4.3.0
TAG=4.4.0
1 change: 1 addition & 0 deletions base/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ seaborn
shap
spacy
statsmodels
thefuzz
tikzplotlib
tqdm
4 changes: 4 additions & 0 deletions base/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@ pyzmq==25.1.0
# notebook
queuelib==1.6.2
# via scrapy
rapidfuzz==3.5.2
# via thefuzz
regex==2023.5.5
# via nltk
requests==2.31.0
Expand Down Expand Up @@ -639,6 +641,8 @@ terminado==0.17.1
# jupyter-server-terminals
# nbclassic
# notebook
thefuzz==0.20.0
# via -r /app/reqs/requirements.in
thinc==8.1.10
# via spacy
threadpoolctl==3.1.0
Expand Down
2 changes: 1 addition & 1 deletion neo4j/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
py2neo==2021.2.3
py2neo==2021.2.4

0 comments on commit ce3efbf

Please sign in to comment.