Skip to content

Commit 42f6965

Browse files
authored
Merge branch 'master' into sniping-fix
2 parents 84045f9 + 5efe97d commit 42f6965

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
@@ -39,7 +39,7 @@ dependencies = [
3939
"google-pasta",
4040
"importlib-metadata>=1.4.0,<7.0",
4141
"jsonschema",
42-
"numpy>=1.9.0,<2.0",
42+
"numpy>=1.9.0,<3.0",
4343
"omegaconf>=2.2,<2.3",
4444
"packaging>=20.0",
4545
"pandas",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mlflow==2.13.2
22
astunparse==1.6.3
33
cffi==1.16.0
4-
cloudpickle==2.2.1
4+
cloudpickle>=2.2.1
55
defusedxml==0.7.1
66
dill==0.3.8
77
gmpy2==2.1.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mlflow==2.13.2
2-
cloudpickle==2.2.1
2+
cloudpickle>=2.2.1
33
numpy==1.26.4
44
tensorflow==2.16.1

0 commit comments

Comments
 (0)