Skip to content

Commit 45fe4a6

Browse files
Revert "Bump minimum cython"
This reverts commit 40187b6.
1 parent 40187b6 commit 45fe4a6

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

build_tools/build_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy>=2.0.0,<3
22
scipy>=1.13.0,<2
33
statsmodels>=0.14.5,<1
4-
cython>=3.1.0
4+
cython>=0.29,!=0.29.18,!=0.29.31
55
scikit-learn>=0.22
66
pandas>=0.19
77
patsy

doc/whats_new.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ v0.8.1) will document the latest features.
1616
* Add support for Numpy 2.x. See `#600 <https://github.com/alkaline-ml/pmdarima/pull/600>`_
1717
* Increase minimum required Scipy to ``1.13.0`` (See `#607 <https://github.com/alkaline-ml/pmdarima/pull/607>`_)
1818
* Increase minimum required statsmodels to ``1.14.5`` (See `#607 <https://github.com/alkaline-ml/pmdarima/pull/607>`_)
19-
* Building now requires Cython ``>=3.1.0`` (See `#607 <https://github.com/alkaline-ml/pmdarima/pull/607>`_)
2019

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"numpy==2.0.0",
44
"scipy==1.13.0",
55
"statsmodels==0.14.2",
6-
"cython>=3.1.0",
6+
"cython>=0.29,!=0.29.18,!=0.29.31",
77
"setuptools>=42,!=50.0.0,<60.0; python_version < '3.10'",
88
"setuptools>=42,!=50.0.0; python_version >= '3.10'",
99
]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
joblib>=0.11
2+
Cython>=0.29,!=0.29.18,!=0.29.31
23
numpy>=1.21.6
34
pandas>=0.19
45
scikit-learn>=0.22

0 commit comments

Comments
 (0)