We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b812e47 commit 2a61f20Copy full SHA for 2a61f20
pyproject.toml
@@ -5,7 +5,7 @@ requires = [
5
"setuptools>=45",
6
"setuptools_scm[toml]>=6.0",
7
"cmake-build-extension>=0.4",
8
- "cppyy==3.1.2",
+ "cppyy==3.5.0",
9
]
10
11
[tool.setuptools_scm]
setup.cfg
@@ -38,5 +38,5 @@ classifiers =
38
zip_safe = False
39
python_requires = >=3.8
40
install_requires =
41
- cppyy==3.1.2
+ cppyy==3.5.0
42
utils/tests/gitlab-ci-cppyy.yml
@@ -11,7 +11,7 @@ cppyy-22.04:
python3 python3-pip
12
libboost-dev libgsl-dev libgtk-3-dev
13
git wget
14
- - pip install cppyy==3.1.2 matplotlib numpy
+ - pip install cppyy==3.5.0 matplotlib numpy
15
script:
16
- if (git remote | grep -qw upstream) ; then
17
git remote remove upstream ;
0 commit comments