Skip to content

Commit 9c72e5e

Browse files
Updates parent image to knowledge==0.3 (#27)
* Updates parent image to knowledge==0.3 * Updates parent image to 1.12.0
1 parent 0000660 commit 9c72e5e

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.11.0-exec-env
1+
FROM kernai/refinery-parent-images:v1.12.0-exec-env
22

33
COPY requirements.txt .
44

requirements.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
130132
korean-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
316322
srsly==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
362369
tzdata==2023.3
363370
# via
364371
# -r requirements/exec-env-requirements.txt

requirements/exec-env-requirements.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
9092
korean-lunar-calendar==0.3.1
9193
# via holidays
9294
langcodes==3.3.0
@@ -224,6 +226,8 @@ spacy-legacy==3.0.12
224226
# via spacy
225227
spacy-loggers==1.0.4
226228
# via spacy
229+
sqlalchemy==2.0.17
230+
# via knowledge
227231
srsly==2.4.6
228232
# via
229233
# confection
@@ -258,7 +262,9 @@ typer==0.4.2
258262
# pathy
259263
# spacy
260264
typing-extensions==4.6.2
261-
# via pydantic
265+
# via
266+
# pydantic
267+
# sqlalchemy
262268
tzdata==2023.3
263269
# via pandas
264270
urllib3==2.0.2

0 commit comments

Comments
 (0)