Skip to content

Commit

Permalink
Merge pull request #67 from pyiron/conda
Browse files Browse the repository at this point in the history
Update conda to 25.1.0
  • Loading branch information
jan-janssen authored Jan 23, 2025
2 parents c152cb5 + 87cac86 commit 07fa327
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.11.2
- conda =25.1.0
- executorlib =0.0.8
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
conda create -y -n py312 python=3.12.1 conda=24.7.1 executorlib=0.0.5
conda create -y -n py312 python=3.12.1 conda=25.1.0 executorlib=0.0.8
conda activate py312
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
conda create -y -n py312 python=3.12.1 conda=24.11.2 executorlib=0.0.7
conda create -y -n py312 python=3.12.1 conda=25.1.0 executorlib=0.0.8
conda activate py312
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
Expand Down
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.11.2",
"conda==25.1.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 07fa327

Please sign in to comment.