Skip to content

Commit

Permalink
Fixes binary incompatibility of numpy/pandas by pinning numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulnair23ibm committed Jan 6, 2025
1 parent ed7dc7e commit 24bbd9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
],
"cofrnet": [
"pandas<2.0.0",
"numpy==1.24.2",
"torch",
"tqdm",
],
Expand Down

0 comments on commit 24bbd9d

Please sign in to comment.