Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 committed Oct 23, 2024
1 parent 832250d commit 0259a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.18.5,<=1.24.4; python_version < '3.9'
numpy>=1.18.5; python_version >= '3.9'
numpy>=1.18.5,<2; python_version < '3.10'
numpy>=1.18.5; python_version >= '3.10'
PyYAML>=5.3.1
ruamel.yaml>=0.16.12
igraph>=0.9
Expand Down

0 comments on commit 0259a02

Please sign in to comment.