Skip to content

Commit 332389c

Browse files
committed
bump numpy version
1 parent 1f0f608 commit 332389c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"google-pasta",
4141
"importlib-metadata>=1.4.0,<7.0",
4242
"jsonschema",
43-
"numpy>=1.9.0,<2.0",
43+
"numpy>=1.26.4,<2.0",
4444
"omegaconf>=2.2,<=2.3",
4545
"packaging>=20.0",
4646
"pandas",

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tox==3.24.5
2-
numpy>=1.24.0
2+
numpy>=1.26.4
33
build[virtualenv]==1.2.1
44
flake8==4.0.1
55
pytest==6.2.5

src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- boto3>=1.34.142,<2.0
1313
- cloudpickle==2.2.1
1414
- google-pasta
15-
- numpy>=1.9.0,<2.0
15+
- numpy>=1.26.4,<2.0
1616
- protobuf>=3.12,<5.0
1717
- smdebug_rulesconfig==1.0.1
1818
- importlib-metadata>=1.4.0,<7.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cloudpickle==2.2.1
55
defusedxml==0.7.1
66
dill==0.3.8
77
gmpy2==2.1.2
8-
numpy==1.24.4
8+
numpy==1.26.4
99
opt-einsum==3.3.0
1010
packaging==21.3
1111
pandas==2.2.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mlflow==2.13.2
22
lz4==4.3.2
3-
numpy==1.24.4
3+
numpy==1.26.4
44
pandas==2.0.3
55
psutil==5.9.8
66
scikit-learn==1.3.2

0 commit comments

Comments
 (0)