Skip to content

Commit

Permalink
Merge pull request #332 from glotzerlab/update-packages-trunk
Browse files Browse the repository at this point in the history
Update packages on trunk
  • Loading branch information
joaander authored Oct 9, 2023
2 parents 1fabf9e + cd8c7a7 commit 4a9911f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements-mpi.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mpi4py==3.1.4
mpi4py==3.1.5
2 changes: 1 addition & 1 deletion requirements-source.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cython==3.0.2
Cython==3.0.3
numpy==1.26.0
pkgconfig==1.5.5
pybind11==2.11.1
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ signac-dashboard==0.6.0
Werkzeug==2.3.7

# commonly used packages
h5py==3.9.0
h5py==3.10.0
jupyter==1.0.0; platform_machine != 'ppc64le'
jupyterlab==4.0.6; platform_machine != 'ppc64le'
matplotlib==3.8.0; platform_machine != 'ppc64le'
Expand All @@ -25,17 +25,17 @@ Pillow==10.0.1
pyqt5==5.15.9; platform_machine != 'ppc64le'
pyyaml==6.0.1
scikit-learn==1.3.1
scikit-image==0.21.0; platform_machine != 'ppc64le'
scikit-image==0.22.0; platform_machine != 'ppc64le'
statsmodels==0.14.0; platform_machine != 'ppc64le'


# test requirements
hypothesis==6.87.1
hypothesis==6.87.3
pytest==7.4.2
miniball==1.2.0
sympy==1.12
tables==3.8.0; platform_machine != 'ppc64le'
tables==3.9.1; platform_machine != 'ppc64le'
coverage==7.3.2
click==8.1.7
pytest-cov==4.1.0
ruamel.yaml==0.17.33
ruamel.yaml==0.17.35

0 comments on commit 4a9911f

Please sign in to comment.