Skip to content
Merged
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
6,828 changes: 2,598 additions & 4,230 deletions numpy/pixi.lock

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions numpy/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "numpy"
version = "2.2.0.dev0"
description = "Fundamental package for array computing in Python"
authors = ["Ralf Gommers <[email protected]>"]
channels = ["conda-forge"]
channels = ["https://prefix.dev/conda-forge"]
platforms = ["osx-arm64", "linux-64", "win-64"]

[tasks]
Expand All @@ -15,24 +15,24 @@ wheel = { cmd = "python -m build -wnx -Cbuild-dir=build-whl && mv dist/*.whl ../
#CC = "ccache $CC"

[dependencies]
compilers = ">=1.7.0,<2"
compilers = ">=1.9.0,<2"
pkg-config = ">=0.29.2,<0.30"
ninja = ">=1.12.1,<2"
meson = ">=1.5.1,<2"
meson-python = ">=0.16.0,<0.17"
openblas = ">=0.3.27,<0.4"
meson = ">=1.7.1,<2"
meson-python = ">=0.17.1,<0.18"
openblas = ">=0.3.29,<0.4"
spin = ">=0.13,<0.14"
cython = ">=3.0.10,<4"
python-build = "*"
ipython = "*"
ccache = ">=4.10.1,<5"
cython = ">=3.0.12,<4"
python-build = ">=1.2.2.post1,<2"
ipython = ">=9.1.0,<10"
ccache = ">=4.11.2,<5"

[feature.test.dependencies]
pytest = "*"
hypothesis = "*"
pytest-xdist = "*"
asv = "*"
mypy = "1.10.*"
mypy = "==1.15.0"

[feature.lint.dependencies]
ruff = "*"
Expand Down
5,385 changes: 1,924 additions & 3,461 deletions openblas/pixi.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openblas/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "OpenBLAS"
version = "0.3.28.dev"
description = "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version."
authors = ["Martin Kroeker", "Xianyi Zhang"]
channels = ["conda-forge"]
channels = ["https://prefix.dev/conda-forge"]
platforms = ["osx-arm64", "linux-64", "win-64"]

[tasks]
Expand Down
8,226 changes: 2,929 additions & 5,297 deletions pywt/pixi.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pywt/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "trypixi"
version = "0.1.0"
description = "Add a short description here"
authors = ["Ralf Gommers <[email protected]>"]
channels = ["conda-forge"]
channels = ["https://prefix.dev/conda-forge"]
platforms = ["osx-arm64", "linux-64"]

[tasks]
Expand Down
22,020 changes: 10,097 additions & 11,923 deletions scipy/pixi.lock

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions scipy/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "scipy"
version = "1.15.0.dev0"
description = "Fundamental algorithms for scientific computing in Python"
authors = ["SciPy Developers <[email protected]>"]
channels = ["conda-forge"]
channels = ["https://prefix.dev/conda-forge"]
platforms = ["osx-arm64", "linux-64", "win-64"]

[dependencies]
Expand Down Expand Up @@ -173,15 +173,17 @@ test-cupy = { cmd = "python dev.py test -b cupy", cwd = "scipy" }
platforms = ["linux-64", "osx-arm64"]

[feature.jax-cpu.dependencies]
jax = "*"
jaxlib = { version = "*", build = "*cpu*" }
# 0.5.1-2 are broken, wait for 0.5.3 (conda-forge/jaxlib-feedstock#308)
# see rgommers/pixi-dev-scipystack/pull/14 for more details
jax = "0.5.0"
jaxlib = { version = "0.5.0", build = "*cpu*" }

[feature.jax-cuda]
platforms = ["linux-64"]

[feature.jax-cuda.dependencies]
jax = "*"
jaxlib = { version = "*", build = "*cuda*" }
jax = "0.5.0"
jaxlib = { version = "0.5.0", build = "*cuda*" }

[feature.jax-base.tasks]
test-jax = { cmd = "python dev.py test -b jax.numpy", cwd = "scipy" }
Expand All @@ -208,7 +210,7 @@ test-dask = { cmd = "python dev.py test -b dask.array", cwd = "scipy" }


[feature.free-threading]
channels = ["conda-forge/label/cython_dev", "conda-forge"]
channels = ["conda-forge/label/cython_dev", "https://prefix.dev/conda-forge"]

[feature.free-threading.dependencies]
python-freethreading = ">=3.13.0,<3.14"
Expand Down