Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Sep 18, 2023
1 parent 2b42214 commit 5e943b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/utils/direct_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ aioredis>=2.0.1
fastapi>=0.103.1
fastapi-plugins>=0.12.0
hypercorn>=0.14.4
oteapi-core>=0.4.4
oteapi-core>=0.5.0
pydantic>=1.10.12
urllib3<2 # Ensure allegrograph works as intended
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
agraph-python==101.0.11
agraph-python==102.0.0
aiojobs==1.2.0
aioredis==2.0.1
amqp==5.1.1
Expand All @@ -15,7 +15,7 @@ click==8.1.7
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.3.0
contourpy==1.1.0
contourpy==1.1.1
cryptography==41.0.3
cycler==0.11.0
diskcache==5.6.3
Expand All @@ -36,20 +36,20 @@ importlib-resources==6.0.1
iso8601==2.0.0
kiwisolver==1.4.5
kombu==5.3.2
matplotlib==3.7.2
numpy==1.25.2
matplotlib==3.8.0
numpy==1.26.0
openpyxl==3.1.2
oteapi-core==0.4.4
oteapi-core==0.5.0
packaging==23.1
paramiko==3.3.1
Pillow==9.5.0
Pillow==10.0.1
priority==2.0.0
prompt-toolkit==3.0.39
psycopg==3.1.10
pycparser==2.21
pydantic==1.10.12
PyNaCl==1.5.0
pyparsing==3.0.9
pyparsing==3.1.1
pysftp==0.2.9
python-dateutil==2.8.2
python-json-logger==2.0.7
Expand All @@ -61,7 +61,7 @@ sniffio==1.3.0
starlette==0.27.0
tenacity==8.2.3
tomli==2.0.1
typing_extensions==4.7.1
typing_extensions==4.8.0
tzdata==2023.3
urllib3==1.26.16
vine==5.0.0
Expand Down

0 comments on commit 5e943b3

Please sign in to comment.