Skip to content

Commit

Permalink
Update picmistandard to 0.31.0 (ECP-WarpX#5406)
Browse files Browse the repository at this point in the history
The new version of picmistandard is compatible with NumPy version 2.
  • Loading branch information
dpgrote authored Oct 22, 2024
1 parent f2686d6 commit acd1434
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ openpmd-viewer # for checksumAPI

# PICMI API docs
# note: keep in sync with version in ../requirements.txt
picmistandard==0.30.0
picmistandard==0.31.0
# for development against an unreleased PICMI version, use:
# picmistandard @ git+https://github.com/picmi-standard/picmi.git#subdirectory=PICMI_Python

Expand Down
2 changes: 1 addition & 1 deletion Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
package_dir={"pywarpx": "pywarpx"},
description="""Wrapper of WarpX""",
package_data=package_data,
install_requires=["numpy", "picmistandard==0.30.0", "periodictable"],
install_requires=["numpy", "picmistandard==0.31.0", "periodictable"],
python_requires=">=3.8",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion Tools/machines/karolina-it4i/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ python -m pip install --user --upgrade matplotlib
#python -m pip install --user --upgrade yt

# install or update WarpX dependencies
python -m pip install --user --upgrade picmistandard==0.30.0
python -m pip install --user --upgrade picmistandard==0.31.0
python -m pip install --user --upgrade lasy

# optional: for optimas (based on libEnsemble & ax->botorch->gpytorch->pytorch)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ periodictable~=1.5

# PICMI
# note: don't forget to update the version in Docs/requirements.txt, too
picmistandard==0.30.0
picmistandard==0.31.0
# for development against an unreleased PICMI version, use:
#picmistandard @ git+https://github.com/picmi-standard/picmi.git#subdirectory=PICMI_Python

Expand Down

0 comments on commit acd1434

Please sign in to comment.