Skip to content

Commit 8b4e182

Browse files
joaandergithub-actions[bot]
authored andcommitted
[update-packages] Bump package versions
1 parent 5b191b8 commit 8b4e182

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pybind11:
2828
ignore: alpha,rc,beta
2929
include_v_prefix: false
3030
repository: https://github.com/pybind/pybind11
31-
version: 2.11.1
31+
version: 2.12.0
3232
qhull:
3333
ignore: alpha,rc,beta
3434
include_v_prefix: false

requirements-source.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Cython==3.0.9
1+
Cython==3.0.10
22
numpy==1.26.4
33
pkgconfig==1.5.5
4-
pybind11==2.11.1
4+
pybind11==2.12.0
55
pythran==0.15.0
66
scikit-build==0.17.6
77
scipy==1.12.0

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rowan==1.3.0.post1
77
coxeter==0.8.0
88
plato-draw==1.12.0
99
signac==2.2.0
10-
signac-flow==0.28.0
10+
signac-flow==0.29.0
1111
signac-dashboard==0.6.1
1212

1313
# transitive dependencies
@@ -24,7 +24,7 @@ matplotlib==3.8.3
2424
notebook==7.1.2
2525
opencv-python==4.9.0.80
2626
pandas==2.2.1
27-
Pillow==10.2.0
27+
Pillow==10.3.0
2828
pyqt5==5.15.10
2929
pyyaml==6.0.1
3030
scikit-learn==1.4.1.post1
@@ -33,13 +33,13 @@ statsmodels==0.14.1
3333

3434

3535
# test requirements
36-
hypothesis==6.99.9
36+
hypothesis==6.100.0
3737
pytest==8.1.1
3838
miniball==1.2.0
3939
sympy==1.12
4040
tables==3.9.2
4141
coverage==7.4.4
4242
click==8.1.7
43-
pytest-cov==4.1.0
43+
pytest-cov==5.0.0
4444
ruamel.yaml==0.18.6
45-
gitpython==3.1.42
45+
gitpython==3.1.43

script/crusher/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ fi
100100
# install pybind11 headers
101101
if [ ! -f $ROOT/include/pybind11/pybind11.h ]
102102
then
103-
curl -SL https://github.com/pybind/pybind11/archive/v2.11.1.tar.gz | tar -xzC $BUILDDIR && \
104-
cd pybind11-2.11.1 && \
103+
curl -SL https://github.com/pybind/pybind11/archive/v2.12.0.tar.gz | tar -xzC $BUILDDIR && \
104+
cd pybind11-2.12.0 && \
105105
mkdir build && cd build && \
106106
cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOT -DPYBIND11_TEST=off && \
107107
make install && \

script/frontier/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ fi
128128
# install pybind11 headers
129129
if [ ! -f $ROOT/include/pybind11/pybind11.h ]
130130
then
131-
curl -SL https://github.com/pybind/pybind11/archive/v2.11.1.tar.gz | tar -xzC $BUILDDIR && \
132-
cd pybind11-2.11.1 && \
131+
curl -SL https://github.com/pybind/pybind11/archive/v2.12.0.tar.gz | tar -xzC $BUILDDIR && \
132+
cd pybind11-2.12.0 && \
133133
mkdir build && cd build && \
134134
cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOT -DPYBIND11_TEST=off && \
135135
make install && \

0 commit comments

Comments
 (0)