Skip to content

Commit

Permalink
[update-packages] Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander authored Oct 3, 2023
1 parent c90e508 commit 7e01b3b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fresnel:
hoomd:
ignore: beta,alpha,rc
repository: https://github.com/glotzerlab/hoomd-blue
version: v4.2.0
version: v4.2.1
osu_microbenchmark:
repository: null
version: 5.4.1
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ statsmodels==0.14.0; platform_machine != 'ppc64le'


# test requirements
hypothesis==6.87.0
hypothesis==6.87.1
pytest==7.4.2
miniball==1.2.0
sympy==1.12
tables==3.8.0; platform_machine != 'ppc64le'
coverage==7.3.1
coverage==7.3.2
click==8.1.7
pytest-cov==4.1.0
ruamel.yaml==0.17.33
2 changes: 1 addition & 1 deletion script/crusher/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ fi
if [ ! -n "$(ls -d $ROOT/lib/python*/site-packages/hoomd)" ]
then

git clone --recursive --branch v4.2.0 --depth 1 https://github.com/glotzerlab/hoomd-blue hoomd \
git clone --recursive --branch v4.2.1 --depth 1 https://github.com/glotzerlab/hoomd-blue hoomd \
&& cd hoomd \
&& mkdir -p build \
&& cd build \
Expand Down
2 changes: 1 addition & 1 deletion script/frontier/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ fi
if [ ! -n "$(ls -d $ROOT/lib/python*/site-packages/hoomd)" ]
then

git clone --recursive --branch v4.2.0 --depth 1 https://github.com/glotzerlab/hoomd-blue hoomd \
git clone --recursive --branch v4.2.1 --depth 1 https://github.com/glotzerlab/hoomd-blue hoomd \
&& cd hoomd \
&& mkdir -p build \
&& cd build \
Expand Down
2 changes: 1 addition & 1 deletion script/summit/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ done <requirements-source-summit.txt
if [ ! -n "$(ls -d $ROOT/lib/python*/site-packages/hoomd)" ]
then

git clone --recursive --branch v4.2.0 --depth 1 https://github.com/glotzerlab/hoomd-blue hoomd \
git clone --recursive --branch v4.2.1 --depth 1 https://github.com/glotzerlab/hoomd-blue hoomd \
&& cd hoomd \
&& mkdir -p build \
&& cd build \
Expand Down

0 comments on commit 7e01b3b

Please sign in to comment.