Skip to content

Commit

Permalink
Revert to Numpy 1.0 for better compatibility
Browse files Browse the repository at this point in the history
Reverts to Numpy 1.0 for compatibility with TA-Lib, Riskfolio-Lib. Change back to v1.1 versioning.
  • Loading branch information
edtechre committed Jul 4, 2024
1 parent 9fb72df commit 24ee627
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ flake8>=5.0.4
flake8-bugbear>=22.10.25
joblib>=1.2.0
jupyter>=1.0.0
matplotlib>=3.6.3
matplotlib>=3.9.1
mypy>=0.982
nbsphinx>=0.8.11
numba>=0.60.0
numpy>=2.0.0
numpy>=1.26.4,<2
pandas>=2.2.0
progressbar2>=4.1.1
pytest>=7.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install_requires =
diskcache>=5.4.0,<6
joblib>=1.2.0,<2
numba>=0.60.0,<1
numpy>=2.0.0,<3
numpy>=1.26.4,<2
pandas>=2.2.0,<3
progressbar2>=4.1.1,<5
yahooquery>=2.3.7,<3
Expand Down
2 changes: 1 addition & 1 deletion src/pybroker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
# https://github.com/numba/numba/issues/8940
from numba.np.unsafe import ndarray

__version__ = "1.2.1"
__version__ = "1.1.39"

0 comments on commit 24ee627

Please sign in to comment.