Skip to content

Commit

Permalink
tuning requirements for py3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Jul 22, 2024
1 parent d1c558c commit 169c372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ numpy~=1.26
jsonschema~=4.23.0
pandas==1.5.0
openpyxl>=3.1.5
networkx~=3.3
networkx~=3.2.1
lxml~=5.2.2
requests~=2.32.3
iso8601~=2.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def read(f_name):
'jsonschema~=4.23.0',
'pandas==1.5.0',
'openpyxl>=3.1.5',
'networkx~=3.3',
'networkx~=3.2.1',
'lxml~=5.2.2',
'requests~=2.32.3',
'iso8601~=2.1.0',
Expand Down

0 comments on commit 169c372

Please sign in to comment.