Skip to content

Commit

Permalink
new parent image (#64)
Browse files Browse the repository at this point in the history
* new parent image

* Conflicts
  • Loading branch information
lumburovskalina authored Sep 4, 2024
1 parent 802312a commit b890282
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v1.18.1-exec-env
FROM kernai/refinery-parent-images:v1.18.2-exec-env

COPY requirements.txt .

Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ catalogue==2.0.10
# srsly
# textacy
# thinc
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/exec-env-requirements.txt
# httpcore
Expand Down Expand Up @@ -232,7 +232,7 @@ networkx==3.2.1
# via
# -r requirements/exec-env-requirements.txt
# textacy
nltk==3.9.1
nltk==3.8.1
# via
# -r requirements/exec-env-requirements.txt
# lexmo
Expand Down Expand Up @@ -346,7 +346,7 @@ requests==2.31.0
# translate
# vadersentiment
# weasel
scikit-learn==1.5.0
scikit-learn==1.1.2
# via
# -r requirements/exec-env-requirements.txt
# scikit-optimize
Expand Down Expand Up @@ -391,7 +391,7 @@ spacy-loggers==1.0.5
# via
# -r requirements/exec-env-requirements.txt
# spacy
sqlalchemy==2.0.32
sqlalchemy==2.0.33
# via
# -r requirements/exec-env-requirements.txt
# knowledge
Expand Down Expand Up @@ -482,7 +482,7 @@ wasabi==0.10.1
# weasel
weasel==0.4.1
# via spacy
yarl==1.9.4
yarl==1.9.8
# via
# -r requirements/exec-env-requirements.txt
# aiohttp
Expand Down
10 changes: 5 additions & 5 deletions requirements/exec-env-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ catalogue==2.0.10
# srsly
# textacy
# thinc
certifi==2024.7.4
certifi==2024.8.30
# via
# httpcore
# httpx
Expand Down Expand Up @@ -151,7 +151,7 @@ murmurhash==1.0.10
# thinc
networkx==3.2.1
# via textacy
nltk==3.9.1
nltk==3.8.1
# via
# -r exec-env-requirements.in
# lexmo
Expand Down Expand Up @@ -237,7 +237,7 @@ requests==2.31.0
# tiktoken
# translate
# vadersentiment
scikit-learn==1.5.0
scikit-learn==1.1.2
# via
# -r exec-env-requirements.in
# scikit-optimize
Expand Down Expand Up @@ -270,7 +270,7 @@ spacy-legacy==3.0.12
# via spacy
spacy-loggers==1.0.5
# via spacy
sqlalchemy==2.0.32
sqlalchemy==2.0.33
# via knowledge
srsly==2.4.8
# via
Expand Down Expand Up @@ -332,7 +332,7 @@ wasabi==0.10.1
# via
# spacy
# thinc
yarl==1.9.4
yarl==1.9.8
# via aiohttp
zipp==3.20.1
# via importlib-metadata
Expand Down

0 comments on commit b890282

Please sign in to comment.