Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
267b4229
Unverified
Commit
267b4229
authored
Jul 17, 2025
by
Greg Clark
Committed by
GitHub
Jul 18, 2025
Browse files
chore: loosed python requirement versions (#1998)
Signed-off-by:
Greg Clark
<
grclark@nvidia.com
>
parent
b8474e54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
pyproject.toml
pyproject.toml
+5
-5
No files found.
pyproject.toml
View file @
267b4229
...
...
@@ -25,16 +25,16 @@ license = { text = "Apache-2.0" }
license-files
=
["LICENSE"]
requires-python
=
">=3.10"
dependencies
=
[
"pytest>=8.3.4"
,
"types-psutil==7.0.0.20250218"
,
"kubernetes==32.0.1"
,
"ai-dynamo-runtime==0.3.2"
,
"fastapi==0.115.6"
,
"pytest>=8.3.4"
,
"types-psutil>=7.0.0.20250218"
,
"kubernetes>=32.0.1,<33.0.0"
,
"fastapi>=0.115.0"
,
"distro"
,
# filelock: required by planner
"filelock"
,
"typer"
,
"circus
=
=0.19.0"
,
"circus
>
=0.19.0"
,
"click<8.2.0"
,
"setuptools"
,
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment