Skip to content

Commit fc64ae6

Browse files
author
Roja Reddy Sareddy
committed
numpy fixes
1 parent 3f837f0 commit fc64ae6

File tree

11 files changed

+16
-15
lines changed

11 files changed

+16
-15
lines changed

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ onnx==1.17.0
4444
nbformat>=5.9,<6
4545
accelerate>=0.24.1,<=0.27.0
4646
schema==0.7.5
47-
tensorflow>=2.16.2,<=2.18.0
47+
tensorflow>=2.16.2,<=2.19.0
4848
mlflow>=2.14.2,<3
4949
huggingface_hub==0.26.2
5050
uvicorn>=0.30.1

tests/data/serve_resources/mlflow/tensorflow/MLmodel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ flavors:
1212
saved_model_dir: tf2model
1313
mlflow_version: 2.20.3
1414
model_size_bytes: 23823
15-
model_uuid: 40d2323944294fce898d8693455f60e8
16-
run_id: 592132312fb84935b201de2c027c54c6
17-
utc_time_created: '2024-04-01 19:47:15.396517'
15+
model_uuid: 129070f64c7b4ba4b24971c1840947e7
16+
utc_time_created: '2025-09-30 03:13:23.791740'

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependencies:
44
- python=3.10.13
55
- pip<=24.3
66
- pip:
7-
- mlflow>=2.16.1
7+
- mlflow==2.20.3
88
- cloudpickle>=2.2.1
9-
- numpy>=1.26.4
10-
- tensorflow==2.18.0
11-
name: mlflow-env
9+
- numpy>=2.0.0
10+
- tensorflow==2.19.0
11+
name: mlflow-env

tests/data/serve_resources/mlflow/tensorflow/python_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ build_dependencies:
44
- setuptools==68.2.2
55
- wheel==0.41.2
66
dependencies:
7-
- -r requirements.txt
7+
- -r requirements.txt
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
model_name: model
2-
model_version: '2'
1+
registered_model_name: numpy2-test-model
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
mlflow==2.20.3
22
cloudpickle>=2.2.1
3-
numpy>=1.26.4
4-
tensorflow==2.18.0
3+
numpy>=2.0.0,<3.0.0
4+
tensorflow==2.19.0
5+
scipy==1.13.0
6+
scikit-learn==1.6.1
7+
pandas==2.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
���������ď����n�����/ �ʢ������(��������32
1+
֕��������ۻ�ҍ�����������m ��Ę���:(�ࢿ�ǔ�J2:4997811417122571964
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)