bindings: Update cppyy version from 3.1.2 to 3.5.0

This commit is contained in:
Gabriel Ferreira
2025-04-11 11:21:49 +02:00
parent b812e472a0
commit 2a61f20d5c
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ requires = [
"setuptools>=45",
"setuptools_scm[toml]>=6.0",
"cmake-build-extension>=0.4",
"cppyy==3.1.2",
"cppyy==3.5.0",
]
[tool.setuptools_scm]

View File

@@ -38,5 +38,5 @@ classifiers =
zip_safe = False
python_requires = >=3.8
install_requires =
cppyy==3.1.2
cppyy==3.5.0

View File

@@ -11,7 +11,7 @@ cppyy-22.04:
python3 python3-pip
libboost-dev libgsl-dev libgtk-3-dev
git wget
- pip install cppyy==3.1.2 matplotlib numpy
- pip install cppyy==3.5.0 matplotlib numpy
script:
- if (git remote | grep -qw upstream) ; then
git remote remove upstream ;