File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pybind11:
28
28
ignore : alpha,rc,beta
29
29
include_v_prefix : false
30
30
repository : https://github.com/pybind/pybind11
31
- version : 2.11.1
31
+ version : 2.12.0
32
32
qhull :
33
33
ignore : alpha,rc,beta
34
34
include_v_prefix : false
Original file line number Diff line number Diff line change 1
- Cython==3.0.9
1
+ Cython==3.0.10
2
2
numpy==1.26.4
3
3
pkgconfig==1.5.5
4
- pybind11==2.11.1
4
+ pybind11==2.12.0
5
5
pythran==0.15.0
6
6
scikit-build==0.17.6
7
7
scipy==1.12.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ rowan==1.3.0.post1
7
7
coxeter == 0.8.0
8
8
plato-draw == 1.12.0
9
9
signac == 2.2.0
10
- signac-flow == 0.28 .0
10
+ signac-flow == 0.29 .0
11
11
signac-dashboard == 0.6.1
12
12
13
13
# transitive dependencies
@@ -24,7 +24,7 @@ matplotlib==3.8.3
24
24
notebook == 7.1.2
25
25
opencv-python == 4.9.0.80
26
26
pandas == 2.2.1
27
- Pillow == 10.2 .0
27
+ Pillow == 10.3 .0
28
28
pyqt5 == 5.15.10
29
29
pyyaml == 6.0.1
30
30
scikit-learn == 1.4.1.post1
@@ -33,13 +33,13 @@ statsmodels==0.14.1
33
33
34
34
35
35
# test requirements
36
- hypothesis == 6.99.9
36
+ hypothesis == 6.100.0
37
37
pytest == 8.1.1
38
38
miniball == 1.2.0
39
39
sympy == 1.12
40
40
tables == 3.9.2
41
41
coverage == 7.4.4
42
42
click == 8.1.7
43
- pytest-cov == 4.1 .0
43
+ pytest-cov == 5.0 .0
44
44
ruamel.yaml == 0.18.6
45
- gitpython == 3.1.42
45
+ gitpython == 3.1.43
Original file line number Diff line number Diff line change 100
100
# install pybind11 headers
101
101
if [ ! -f $ROOT /include/pybind11/pybind11.h ]
102
102
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 && \
105
105
mkdir build && cd build && \
106
106
cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOT -DPYBIND11_TEST=off && \
107
107
make install && \
Original file line number Diff line number Diff line change 128
128
# install pybind11 headers
129
129
if [ ! -f $ROOT /include/pybind11/pybind11.h ]
130
130
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 && \
133
133
mkdir build && cd build && \
134
134
cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOT -DPYBIND11_TEST=off && \
135
135
make install && \
You can’t perform that action at this time.
0 commit comments