Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add thefuzz to base image #29

Merged
merged 4 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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