From 840db1c9e511398590a1b7438cee7ecb995c8a2a Mon Sep 17 00:00:00 2001 From: jaimergp Date: Thu, 14 Nov 2024 03:10:39 +0100 Subject: [PATCH] resync env.yaml (and bump some deps) --- environment.yaml | 9 +++++---- pixi.toml | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/environment.yaml b/environment.yaml index f002a2e6bb93c..980fedaca3530 100644 --- a/environment.yaml +++ b/environment.yaml @@ -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 * diff --git a/pixi.toml b/pixi.toml index 22c8646623ee0..4cf6ac40c9906 100644 --- a/pixi.toml +++ b/pixi.toml @@ -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" @@ -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"]