bindings: Update cppyy version from 3.1.2 to 3.5.0
This commit is contained in:
@@ -5,7 +5,7 @@ requires = [
|
|||||||
"setuptools>=45",
|
"setuptools>=45",
|
||||||
"setuptools_scm[toml]>=6.0",
|
"setuptools_scm[toml]>=6.0",
|
||||||
"cmake-build-extension>=0.4",
|
"cmake-build-extension>=0.4",
|
||||||
"cppyy==3.1.2",
|
"cppyy==3.5.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
|
|||||||
@@ -38,5 +38,5 @@ classifiers =
|
|||||||
zip_safe = False
|
zip_safe = False
|
||||||
python_requires = >=3.8
|
python_requires = >=3.8
|
||||||
install_requires =
|
install_requires =
|
||||||
cppyy==3.1.2
|
cppyy==3.5.0
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ cppyy-22.04:
|
|||||||
python3 python3-pip
|
python3 python3-pip
|
||||||
libboost-dev libgsl-dev libgtk-3-dev
|
libboost-dev libgsl-dev libgtk-3-dev
|
||||||
git wget
|
git wget
|
||||||
- pip install cppyy==3.1.2 matplotlib numpy
|
- pip install cppyy==3.5.0 matplotlib numpy
|
||||||
script:
|
script:
|
||||||
- if (git remote | grep -qw upstream) ; then
|
- if (git remote | grep -qw upstream) ; then
|
||||||
git remote remove upstream ;
|
git remote remove upstream ;
|
||||||
|
|||||||
Reference in New Issue
Block a user