Skip to content

Commit

Permalink
Test with numpy-2.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajid Ali committed Jun 12, 2024
1 parent 9159d71 commit b773f44
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 26 deletions.
Empty file added =2.0.0rc2
Empty file.
54 changes: 30 additions & 24 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "synergia2"
version = "2024.04.17"
description = "Synergia is a accelerator modeling and simulation package developped at Fermilab."
channels = ["conda-forge"]
channels = ["conda-forge", "conda-forge/label/numpy_dev"]
platforms = ["linux-64", "osx-arm64"]

[tasks]
Expand All @@ -19,9 +19,9 @@ python = ">=3.12.3,<3.13"
cmake = ">=3.29.5,<3.30"
h5py = { version = ">=3.11.0,<3.12", build = "mpi*" }
gsl = ">=2.7,<3"
numpy = {version = "2.0.0*", channel = "conda-forge/label/numpy_dev"}
fftw = { version = ">=3.3.10,<3.4", build = "mpi*" }
hdf5 = { version = ">=1.14.3,<1.15", build = "mpi*" }
pybind11 = ">=2.12.0,<2.13"
pytest = ">=8.2.2,<8.3"
numpy = ">=1.26.4,<1.27"
seaborn = ">=0.13.2,<0.14"

0 comments on commit b773f44

Please sign in to comment.