Skip to content

Commit

Permalink
fix numpy version
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt committed Jun 17, 2024
1 parent b23e2d1 commit 7477387
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# actual dependencies
pandas==2.1.1; python_version == "3.12"
pandas==2.2.2; python_version == "3.12"
pandas==2.0.3; python_version < "3.12"
prettytable==2.0.0
networkx
Expand All @@ -16,3 +16,4 @@ pytest>=6.2.5
mypy==0.982
pandas-stubs==1.2.0.47
pylint==3.2.0
numpy==1.26.4

0 comments on commit 7477387

Please sign in to comment.