Skip to content

Commit 3739879

Browse files
committed
Add Numpy 2.0 support
For commit: aws/sagemaker-python-sdk-staging@99210b2 Tested by running sagemaker-serve unit tests
1 parent 471a246 commit 3739879

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

requirements/extras/test_requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ pytest-xdist
44
mock
55
pydantic==2.11.9
66
pydantic_core==2.33.2
7-
pandas
7+
pandas>=2.3.0
8+
numpy>=2.0.0, <3.0
9+
scikit-learn==1.6.1
810
scipy
911
omegaconf
1012
graphene
11-
typing_extensions>=4.9.0
13+
typing_extensions>=4.9.0
14+
tensorflow>=2.16.2,<=2.19.0

sagemaker-serve/src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 2 additions & 2 deletions
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>=2.0.0,<3.0
1616
- protobuf>=3.12,<5.0
1717
- smdebug_rulesconfig==1.0.1
1818
- importlib-metadata>=1.4.0,<7.0
@@ -64,7 +64,7 @@ dependencies:
6464
- multiprocess>=0.70.14
6565
- networkx>=3.1
6666
- packaging>=23.1
67-
- pandas>=1.5.3
67+
- pandas>=2.3.0
6868
- pathos>=0.3.0
6969
- pillow>=9.5.0
7070
- platformdirs>=3.2.0

0 commit comments

Comments
 (0)