Skip to content

Commit

Permalink
Update conda to 24.11.2 (#60)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update environment.yml
  • Loading branch information
jan-janssen authored Jan 8, 2025
1 parent 7aa372e commit 1e13371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ channels:
- conda-forge
dependencies:
- coverage
- conda =24.9.1
- conda =24.11.2
- executorlib =0.0.7
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"conda==24.9.1",
"conda==24.11.2",
]
dynamic = ["version"]

Expand Down

0 comments on commit 1e13371

Please sign in to comment.