Skip to content

Commit acd1434

Browse files
authored
Update picmistandard to 0.31.0 (#5406)
The new version of picmistandard is compatible with NumPy version 2.
1 parent f2686d6 commit acd1434

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ openpmd-viewer # for checksumAPI
1313

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

Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
package_dir={"pywarpx": "pywarpx"},
7171
description="""Wrapper of WarpX""",
7272
package_data=package_data,
73-
install_requires=["numpy", "picmistandard==0.30.0", "periodictable"],
73+
install_requires=["numpy", "picmistandard==0.31.0", "periodictable"],
7474
python_requires=">=3.8",
7575
zip_safe=False,
7676
)

Tools/machines/karolina-it4i/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ python -m pip install --user --upgrade matplotlib
5353
#python -m pip install --user --upgrade yt
5454

5555
# install or update WarpX dependencies
56-
python -m pip install --user --upgrade picmistandard==0.30.0
56+
python -m pip install --user --upgrade picmistandard==0.31.0
5757
python -m pip install --user --upgrade lasy
5858

5959
# optional: for optimas (based on libEnsemble & ax->botorch->gpytorch->pytorch)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ periodictable~=1.5
44

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

0 commit comments

Comments
 (0)