Skip to content

Commit

Permalink
Merge pull request #246 from SyntenyBio/master
Browse files Browse the repository at this point in the history
Pin numpy version < 2.0
  • Loading branch information
timodonnell authored Nov 8, 2024
2 parents eae13ff + 31d9be0 commit e2b5d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy<2.0
six
pandas>=0.20.3
tensorflow>=2.15.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"appdirs",
"scikit-learn",
"mhcgnomes>=0.8.4",
"numpy<2.0",
"pyyaml",
"tqdm",
"tensorflow>=2.15.0",
Expand Down

0 comments on commit e2b5d8d

Please sign in to comment.