Skip to content

Commit 0a57e99

Browse files
authored
Merge pull request #36 from trustyai-explainability/dependabot/pip/numpy-gte-1.24.0-and-lt-3
chore(deps): update numpy requirement from <2,>=1.24.0 to >=1.24.0,<3
2 parents 9023359 + da30880 commit 0a57e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dev = [
2727
"httpx>=0.25.0,<0.29",
2828
]
2929
eval = ["lm-eval[api]==0.4.4", "fastapi-utils>=0.8.0", "typing-inspect==0.9.0"]
30-
protobuf = ["numpy>=1.24.0,<2", "grpcio>=1.62.1,<2", "grpcio-tools>=1.62.1,<2"]
30+
protobuf = ["numpy>=1.24.0,<3", "grpcio>=1.62.1,<2", "grpcio-tools>=1.62.1,<2"]
3131

3232
[tool.hatch.build.targets.sdist]
3333
include = ["src"]

0 commit comments

Comments
 (0)