Skip to content

new parent image #72

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

Merged
merged 2 commits into from
Nov 27, 2024
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v1.19.0-exec-env
FROM kernai/refinery-parent-images:v1.20.0-exec-env

COPY requirements.txt .

Expand Down
35 changes: 18 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiohappyeyeballs==2.4.3
# via
# -r requirements/exec-env-requirements.txt
# aiohttp
aiohttp==3.10.10
aiohttp==3.11.7
# via
# -r requirements/exec-env-requirements.txt
# openai
Expand All @@ -23,7 +23,7 @@ anyio==4.6.2.post1
# -r requirements/exec-env-requirements.txt
# groq
# httpx
async-timeout==4.0.3
async-timeout==5.0.1
# via
# -r requirements/exec-env-requirements.txt
# aiohttp
Expand Down Expand Up @@ -85,7 +85,7 @@ convertdate==2.4.0
# via
# -r requirements/exec-env-requirements.txt
# holidays
cymem==2.0.8
cymem==2.0.10
# via
# -r requirements/exec-env-requirements.txt
# preshed
Expand Down Expand Up @@ -115,7 +115,7 @@ floret==0.10.5
# via
# -r requirements/exec-env-requirements.txt
# textacy
frozenlist==1.4.1
frozenlist==1.5.0
# via
# -r requirements/exec-env-requirements.txt
# aiohttp
Expand All @@ -136,7 +136,7 @@ hijri-converter==2.3.1
# holidays
holidays==0.21.13
# via -r requirements/exec-env-requirements.txt
httpcore==1.0.6
httpcore==1.0.7
# via
# -r requirements/exec-env-requirements.txt
# httpx
Expand Down Expand Up @@ -180,13 +180,13 @@ korean-lunar-calendar==0.3.1
# via
# -r requirements/exec-env-requirements.txt
# holidays
langcodes==3.4.1
langcodes==3.5.0
# via
# -r requirements/exec-env-requirements.txt
# spacy
langdetect==1.0.9
# via -r requirements/exec-env-requirements.txt
language-data==1.2.0
language-data==1.3.0
# via
# -r requirements/exec-env-requirements.txt
# langcodes
Expand All @@ -209,7 +209,7 @@ marisa-trie==1.2.1
# via
# -r requirements/exec-env-requirements.txt
# language-data
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/exec-env-requirements.txt
# jinja2
Expand All @@ -222,7 +222,7 @@ multidict==6.1.0
# -r requirements/exec-env-requirements.txt
# aiohttp
# yarl
murmurhash==1.0.10
murmurhash==1.0.11
# via
# -r requirements/exec-env-requirements.txt
# preshed
Expand Down Expand Up @@ -256,7 +256,7 @@ numpy==1.23.4
# thinc
openai==0.27.7
# via -r requirements/exec-env-requirements.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/exec-env-requirements.txt
# spacy
Expand All @@ -282,6 +282,7 @@ preshed==3.0.9
propcache==0.2.0
# via
# -r requirements/exec-env-requirements.txt
# aiohttp
# yarl
pyaml==24.9.0
# via
Expand All @@ -306,7 +307,7 @@ pymeeus==0.5.12
# -r requirements/exec-env-requirements.txt
# convertdate
# holidays
pyphen==0.16.0
pyphen==0.17.0
# via
# -r requirements/exec-env-requirements.txt
# textacy
Expand All @@ -332,7 +333,7 @@ rapidfuzz==2.15.2
# via
# -r requirements/exec-env-requirements.txt
# levenshtein
regex==2024.9.11
regex==2024.11.6
# via
# -r requirements/exec-env-requirements.txt
# nltk
Expand Down Expand Up @@ -408,7 +409,7 @@ srsly==2.4.8
# weasel
stemming==1.0.1
# via -r requirements/exec-env-requirements.txt
sudachidict-core==20240716
sudachidict-core==20241021
# via
# -r requirements/exec-env-requirements.txt
# spacy
Expand Down Expand Up @@ -439,7 +440,7 @@ toolz==1.0.0
# via
# -r requirements/exec-env-requirements.txt
# cytoolz
tqdm==4.66.5
tqdm==4.67.1
# via
# -r requirements/exec-env-requirements.txt
# nltk
Expand All @@ -448,7 +449,7 @@ tqdm==4.66.5
# textacy
translate==3.6.1
# via -r requirements/exec-env-requirements.txt
typeguard==4.3.0
typeguard==4.4.1
# via
# -r requirements/exec-env-requirements.txt
# inflect
Expand Down Expand Up @@ -487,11 +488,11 @@ wasabi==0.10.1
# weasel
weasel==0.4.1
# via spacy
yarl==1.15.3
yarl==1.18.0
# via
# -r requirements/exec-env-requirements.txt
# aiohttp
zipp==3.20.2
zipp==3.21.0
# via
# -r requirements/exec-env-requirements.txt
# importlib-metadata
Expand Down
40 changes: 21 additions & 19 deletions requirements/exec-env-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.10.10
aiohttp==3.11.7
# via openai
aiosignal==1.3.1
# via aiohttp
anyio==4.6.2.post1
# via
# groq
# httpx
async-timeout==4.0.3
async-timeout==5.0.1
# via aiohttp
attrs==24.2.0
# via aiohttp
Expand Down Expand Up @@ -52,7 +52,7 @@ confection==0.1.5
# via thinc
convertdate==2.4.0
# via holidays
cymem==2.0.8
cymem==2.0.10
# via
# preshed
# spacy
Expand All @@ -72,7 +72,7 @@ flashtext==2.7
# via -r exec-env-requirements.in
floret==0.10.5
# via textacy
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
Expand All @@ -88,7 +88,7 @@ hijri-converter==2.3.1
# via holidays
holidays==0.21.13
# via -r exec-env-requirements.in
httpcore==1.0.6
httpcore==1.0.7
# via httpx
httpx==0.27.2
# via groq
Expand Down Expand Up @@ -118,11 +118,11 @@ knowledge==0.3
# via -r exec-env-requirements.in
korean-lunar-calendar==0.3.1
# via holidays
langcodes==3.4.1
langcodes==3.5.0
# via spacy
langdetect==1.0.9
# via -r exec-env-requirements.in
language-data==1.2.0
language-data==1.3.0
# via langcodes
levenshtein==0.20.8
# via python-levenshtein
Expand All @@ -136,15 +136,15 @@ lxml==5.3.0
# translate
marisa-trie==1.2.1
# via language-data
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
more-itertools==10.5.0
# via inflect
multidict==6.1.0
# via
# aiohttp
# yarl
murmurhash==1.0.10
murmurhash==1.0.11
# via
# preshed
# spacy
Expand Down Expand Up @@ -173,7 +173,7 @@ numpy==1.23.4
# thinc
openai==0.27.7
# via -r exec-env-requirements.in
packaging==24.1
packaging==24.2
# via
# spacy
# thinc
Expand All @@ -190,12 +190,14 @@ preshed==3.0.9
# spacy
# thinc
propcache==0.2.0
# via yarl
# via
# aiohttp
# yarl
pyaml==24.9.0
# via scikit-optimize
pycountry==24.6.1
# via sumy
#pydantic==1.10.18
# pydantic==1.10.19
# via
# confection
# groq
Expand All @@ -205,7 +207,7 @@ pymeeus==0.5.12
# via
# convertdate
# holidays
pyphen==0.16.0
pyphen==0.17.0
# via
# textacy
# textstat
Expand All @@ -223,7 +225,7 @@ quantulum3==0.7.11
# via -r exec-env-requirements.in
rapidfuzz==2.15.2
# via levenshtein
regex==2024.9.11
regex==2024.11.6
# via
# nltk
# tiktoken
Expand Down Expand Up @@ -281,7 +283,7 @@ srsly==2.4.8
# thinc
stemming==1.0.1
# via -r exec-env-requirements.in
sudachidict-core==20240716
sudachidict-core==20241021
# via spacy
sudachipy==0.6.8
# via
Expand All @@ -303,15 +305,15 @@ tiktoken==0.4.0
# via -r exec-env-requirements.in
toolz==1.0.0
# via cytoolz
tqdm==4.66.5
tqdm==4.67.1
# via
# nltk
# openai
# spacy
# textacy
translate==3.6.1
# via -r exec-env-requirements.in
typeguard==4.3.0
typeguard==4.4.1
# via inflect
typer==0.4.2
# via
Expand All @@ -335,9 +337,9 @@ wasabi==0.10.1
# via
# spacy
# thinc
yarl==1.15.3
yarl==1.18.0
# via aiohttp
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down