Skip to content

Commit e776b86

Browse files
authored
Relax version requirements for pyfunctional and numpy (#44)
1 parent 5941877 commit e776b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"matplotlib >= 2",
99
"adjustText < 1",
1010
"pygraphviz > 1.5",
11-
"pyfunctional == 1.2",
12-
"numpy == 1.22.0",
11+
"pyfunctional >= 1.2",
12+
"numpy >= 1.22.0",
1313
"dataclasses"
1414
]
1515

0 commit comments

Comments
 (0)