Skip to content

Commit

Permalink
capping numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Jun 20, 2023
1 parent 1daf9b2 commit 647f47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
install_requires = [
'Faker>=10,<15',
'graphviz>=0.13.2,<1',
"numpy>=1.20.0,<2;python_version<'3.10'",
"numpy>=1.20.0,<1.25.0;python_version<'3.10'",
"numpy>=1.23.3,<2;python_version>='3.10'",
"pandas>=1.1.3;python_version<'3.10'",
"pandas>=1.5.0;python_version>='3.10'",
Expand Down

0 comments on commit 647f47f

Please sign in to comment.