Skip to content

Commit 49976dc

Browse files
updates exec-env reqs with python 3.9
1 parent 7eaa5f9 commit 49976dc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

requirements/exec-env-requirements.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile exec-env-requirements.in
@@ -76,8 +76,6 @@ fuzzywuzzy==0.18.0
7676
# via -r exec-env-requirements.in
7777
google-search-results==2.4.1
7878
# via -r exec-env-requirements.in
79-
greenlet==3.0.3
80-
# via sqlalchemy
8179
groq==0.4.2
8280
# via -r exec-env-requirements.in
8381
h11==0.14.0
@@ -96,6 +94,8 @@ idna==3.7
9694
# httpx
9795
# requests
9896
# yarl
97+
importlib-metadata==7.1.0
98+
# via typeguard
9999
inflect==7.2.0
100100
# via quantulum3
101101
jellyfish==1.0.3
@@ -139,7 +139,7 @@ murmurhash==1.0.10
139139
# preshed
140140
# spacy
141141
# thinc
142-
networkx==3.3
142+
networkx==3.2.1
143143
# via textacy
144144
nltk==3.7
145145
# via
@@ -254,6 +254,7 @@ soupsieve==2.5
254254
spacy[ja]==3.4.2
255255
# via
256256
# -r exec-env-requirements.in
257+
# spacy
257258
# textacy
258259
spacy-legacy==3.0.12
259260
# via spacy
@@ -324,6 +325,8 @@ wasabi==0.10.1
324325
# thinc
325326
yarl==1.9.4
326327
# via aiohttp
328+
zipp==3.18.1
329+
# via importlib-metadata
327330

328331
# The following packages are considered to be unsafe in a requirements file:
329332
# setuptools

0 commit comments

Comments
 (0)