File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed
Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1- FROM kernai/refinery-parent-images:v1.11 .0-exec-env
1+ FROM kernai/refinery-parent-images:v1.12 .0-exec-env
22
33COPY requirements.txt .
44
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with python 3.9
3- # To update, run :
2+ # This file is autogenerated by pip-compile with Python 3.9
3+ # by the following command :
44#
55# pip-compile --output-file=requirements.txt requirements/requirements.in
66#
@@ -127,6 +127,8 @@ joblib==1.2.0
127127 # scikit-learn
128128 # scikit-optimize
129129 # textacy
130+ knowledge == 0.3
131+ # via -r requirements/exec-env-requirements.txt
130132korean-lunar-calendar == 0.3.1
131133 # via
132134 # -r requirements/exec-env-requirements.txt
@@ -313,6 +315,10 @@ spacy-loggers==1.0.4
313315 # via
314316 # -r requirements/exec-env-requirements.txt
315317 # spacy
318+ sqlalchemy == 2.0.17
319+ # via
320+ # -r requirements/exec-env-requirements.txt
321+ # knowledge
316322srsly == 2.4.6
317323 # via
318324 # -r requirements/exec-env-requirements.txt
@@ -359,6 +365,7 @@ typing-extensions==4.6.2
359365 # via
360366 # -r requirements/exec-env-requirements.txt
361367 # pydantic
368+ # sqlalchemy
362369tzdata == 2023.3
363370 # via
364371 # -r requirements/exec-env-requirements.txt
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with python 3.9
3- # To update, run :
2+ # This file is autogenerated by pip-compile with Python 3.9
3+ # by the following command :
44#
55# pip-compile --output-file=exec-env-requirements.txt exec-env-requirements.in
66#
@@ -87,6 +87,8 @@ joblib==1.2.0
8787 # scikit-learn
8888 # scikit-optimize
8989 # textacy
90+ knowledge==0.3
91+ # via -r exec-env-requirements.in
9092korean-lunar-calendar==0.3.1
9193 # via holidays
9294langcodes==3.3.0
@@ -224,6 +226,8 @@ spacy-legacy==3.0.12
224226 # via spacy
225227spacy-loggers==1.0.4
226228 # via spacy
229+ sqlalchemy==2.0.17
230+ # via knowledge
227231srsly==2.4.6
228232 # via
229233 # confection
@@ -258,7 +262,9 @@ typer==0.4.2
258262 # pathy
259263 # spacy
260264typing-extensions==4.6.2
261- # via pydantic
265+ # via
266+ # pydantic
267+ # sqlalchemy
262268tzdata==2023.3
263269 # via pandas
264270urllib3==2.0.2
You can’t perform that action at this time.
0 commit comments