Skip to content

Commit aa381e3

Browse files
committed
Bug/import error due to binary incompatibility between pandas and numpy (#484)
* fix dependencies in setup.py to latest working versions * fix dependencies to work with py 3.9 * refactor: update requirements in setup.py to streamline dependencies
1 parent 788e714 commit aa381e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Setup"""
2+
23
import os
34
import sys
45

@@ -46,6 +47,7 @@ def read(fname):
4647
"networkx >= 2.5.0, < 3.5.0",
4748
# newer pandas versions don't work with specified sqlalchemy versions, but upgrading
4849
# sqlalchemy leads to new errors.. should be fixed at some point
50+
"numpy ==1.26.4",
4951
"pandas >= 1.4.0, < 2.2.0",
5052
"plotly < 6.0",
5153
"pydot < 3.1.0",

0 commit comments

Comments
 (0)