Skip to content

Commit 041c739

Browse files
committed
numpy version change
1 parent 332389c commit 041c739

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.26.4,<2.0",
43+
"numpy>=1.26.4,<3.0",
4444
"omegaconf>=2.2,<=2.3",
4545
"packaging>=20.0",
4646
"pandas",

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.26.4,<2.0
15+
- numpy>=1.26.4,<3.0
1616
- protobuf>=3.12,<5.0
1717
- smdebug_rulesconfig==1.0.1
1818
- importlib-metadata>=1.4.0,<7.0

tests/unit/sagemaker/jumpstart/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14360,7 +14360,7 @@
1436014360
"jmespath==1.0.1",
1436114361
"jsonschema==4.17.3",
1436214362
"multiprocess==0.70.14",
14363-
"numpy==1.24.3",
14363+
"numpy==1.26.4",
1436414364
"oscrypto==1.3.0",
1436514365
"packaging==23.1",
1436614366
"pandas==2.0.2",

0 commit comments

Comments
 (0)