Skip to content

Commit

Permalink
resync env.yaml (and bump some deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 14, 2024
1 parent 9900ea3 commit 840db1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: default
name: build
channels:
- conda-forge
- nodefaults
dependencies:
- conda >=23.7.3
- conda-libmamba-solver >=23.7.0
- conda-build >=24.3
- python 3.12.*
- conda >=24.9.2
- conda-libmamba-solver >=24.9.0
- conda-build >=24.9
- conda-index >=0.3.0
- conda-forge-ci-setup >=4.9.3,<5.0
- conda-forge-pinning *
Expand Down
3 changes: 2 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels = ["conda-forge"]
platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64", "win-64"] # , "win-arm64"]

[feature.python.dependencies]
python = "*"
python = "3.12.*"

[feature.build.dependencies]
conda = ">=24.9.2"
Expand Down Expand Up @@ -42,3 +42,4 @@ linux = ["linux", "python"]
# osx and win do run natively on the machine, so we need the build deps too
osx = ["osx", "python", "build"]
win = ["win", "python", "build"]
build = ["python", "build"]

0 comments on commit 840db1c

Please sign in to comment.