Skip to content

Commit

Permalink
Pin numpy to <2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronreidsmith committed Aug 19, 2024
1 parent c33a017 commit 2ba93bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ What's new in pmdarima
As new releases of pmdarima are pushed out, the following list (introduced in
v0.8.1) will document the latest features.

`v2.0.4 <https://alkaline-ml.com/pmdarima/2.0.4>`_
-------------------------------------------------

* Pin numpy to ``<2.0.0`` while work is done to support numpy ``>=2.0.0``

`v2.0.3 <https://alkaline-ml.com/pmdarima/2.0.3>`_
-------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
joblib>=0.11
Cython>=0.29,!=0.29.18,!=0.29.31
numpy>=1.21.2
numpy>=1.21.2,<2.0.0
pandas>=0.19
scikit-learn>=0.22
scipy>=1.3.2
Expand Down

0 comments on commit 2ba93bc

Please sign in to comment.