Skip to content

Commit 9bba3b4

Browse files
authored
Merge branch 'master' into pre-post-processing-hotfix
2 parents d9dd3e7 + 3540b60 commit 9bba3b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ classifiers = [
3333
dependencies = [
3434
"attrs>=23.1.0,<24",
3535
"boto3>=1.35.75,<2.0",
36-
"cloudpickle==2.2.1",
36+
"cloudpickle>=2.2.1",
3737
"docker",
3838
"fastapi",
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",
4646
"pathos",
4747
"platformdirs",
48-
"protobuf>=3.12,<5.0",
48+
"protobuf>=3.12,<6.0",
4949
"psutil",
5050
"PyYAML~=6.0",
5151
"requests",

0 commit comments

Comments
 (0)