Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ markupsafe==3.0.3
# via jinja2
monai==1.5.2
# via hatch.envs.default
mpmath==1.3.0
mpmath==1.4.0
# via sympy
networkx==3.6.1
# via torch
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ mkdocstrings-python==2.0.3
# via mkdocstrings
monai==1.5.2
# via hatch.envs.docs
mpmath==1.3.0
mpmath==1.4.0
# via sympy
networkx==3.6.1
# via torch
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ markupsafe==3.0.3
# via jinja2
monai==1.5.2
# via hatch.envs.lint
mpmath==1.3.0
mpmath==1.4.0
# via sympy
networkx==3.6.1
# via torch
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ markupsafe==3.0.3
# via jinja2
monai==1.5.2
# via hatch.envs.test
mpmath==1.3.0
mpmath==1.4.0
# via sympy
networkx==3.6.1
# via torch
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ markupsafe==3.0.3
# via jinja2
monai==1.5.2
# via hatch.envs.types
mpmath==1.3.0
mpmath==1.4.0
# via sympy
mypy==1.19.1
# via hatch.envs.types
Expand Down
Loading