Skip to content

Commit fac5a6a

Browse files
author
Roja Reddy Sareddy
committed
Add numpy 2.0 support
1 parent 23258ba commit fac5a6a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"google-pasta",
4040
"importlib-metadata>=1.4.0,<7.0",
4141
"jsonschema",
42-
"numpy>=2.0.0,<2.3.0",
42+
"numpy>=1.26.4,<2.3.0",
4343
"omegaconf>=2.2,<3",
4444
"packaging>=23.0,<25",
4545
"pandas",

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cloudpickle==2.2.1
2929
jsonpickle<4.0.0
3030
PyYAML>=6.0.1
3131
# TODO find workaround
32-
xgboost>=1.6.2,<=2.1.0
32+
xgboost>=1.6.2,<=1.7.6
3333
pillow>=10.0.1,<=11
3434
opentelemetry-proto==1.27.0
3535
protobuf==4.25.5

tests/data/serve_resources/mlflow/xgboost/conda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies:
1111
- psutil==5.9.8
1212
- scikit-learn==1.6.1
1313
- scipy==1.13.0
14-
- xgboost==2.1.0
14+
- xgboost==1.7.1
1515
name: mlflow-env

tests/data/serve_resources/mlflow/xgboost/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pandas==2.2.3
55
psutil==5.9.8
66
scikit-learn==1.6.1
77
scipy==1.13.0
8-
xgboost==2.1.0
8+
xgboost==1.7.1

0 commit comments

Comments
 (0)