Skip to content

Commit e2b5d8d

Browse files
authored
Merge pull request #246 from SyntenyBio/master
Pin numpy version < 2.0
2 parents eae13ff + 31d9be0 commit e2b5d8d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
numpy<2.0
12
six
23
pandas>=0.20.3
34
tensorflow>=2.15.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"appdirs",
4040
"scikit-learn",
4141
"mhcgnomes>=0.8.4",
42+
"numpy<2.0",
4243
"pyyaml",
4344
"tqdm",
4445
"tensorflow>=2.15.0",

0 commit comments

Comments
 (0)