Skip to content

Commit

Permalink
BUG GA numpy setup.py version fix B
Browse files Browse the repository at this point in the history
  • Loading branch information
twopirllc committed Jul 2, 2024
1 parent 7590f38 commit 438f3a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
install_requires=[
"numba>=0.59.0",
"numpy<=2",
"numpy==1.26.4",
"pandas>=2.2.0",
"pandas-datareader",
"scipy>=1.12"
Expand All @@ -72,7 +72,8 @@
],
"test": [
"numba>=0.59.0",
"numpy<=2",
"numpy==1.26.4",
"pandas>=2.2.0",
"pandas_datareader>=0.10.0",
"pytest==7.1.2",
"TA-Lib>=0.4.28",
Expand Down

0 comments on commit 438f3a9

Please sign in to comment.