Skip to content

Commit

Permalink
Relax version requirements for pyfunctional and numpy (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-stewart authored Mar 17, 2023
1 parent 5941877 commit e776b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"matplotlib >= 2",
"adjustText < 1",
"pygraphviz > 1.5",
"pyfunctional == 1.2",
"numpy == 1.22.0",
"pyfunctional >= 1.2",
"numpy >= 1.22.0",
"dataclasses"
]

Expand Down

0 comments on commit e776b86

Please # to comment.