Skip to content
Closed
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ docs = [
]
## Maintenance tools
maintenance = [
"conda-lock==2.5.7", # Dependency lock files for Conda
"conda-lock==3.0.3", # Dependency lock files for Conda
]
## Specialized dependencies for specific hardware
cpu = [
Expand Down
2 changes: 1 addition & 1 deletion requirements/maintenance.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created at: 2025-02-16 13:32:26.428205
# Generated via tools/requirements/generate_requirements.py.
# Do not edit this file; modify `pyproject.toml` instead and run `python tools/generate_requirements.py`.
conda-lock==2.5.7
conda-lock==3.0.3
Loading