Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
numpy version fix #799
  • Loading branch information
twopirllc authored Jun 24, 2024
1 parent 084dbe1 commit b465491
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
package_data={
"data": ["data/*.csv"],
},
install_requires=["pandas"],
install_requires=[
"numpy==1.26.4",
"pandas"
],
# List additional groups of dependencies here (e.g. development dependencies).
# You can install these using the following syntax, for example:
# $ pip install -e .[dev,test]
Expand Down

0 comments on commit b465491

Please sign in to comment.