Skip to content

Commit aa34045

Browse files
authored
Release 0.17.6 (#124)
* Release 0.17.6 * Up * Up * Up shell * Up cmake * p * Try with latest scikit build * Same cmake version pinning as upstream
1 parent ffd8f47 commit aa34045

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.4.0)
1+
cmake_minimum_required(VERSION 3.5.0)
22

33
project(wheel)
44
set(WHEEL_VERSION 0.1.0)
@@ -25,13 +25,13 @@ message(STATUS "LIBSODIUM CONFIG is ${LIBSODIUM_CONFIG}")
2525

2626
set(ZEROMQ_GIT_TAG v4.3.2)
2727
set(CPPZMQ_GIT_TAG v4.7.1)
28-
set(XTL_GIT_TAG 0.7.2)
28+
set(XTL_GIT_TAG 0.8.0)
2929
set(JSON_GIT_TAG v3.7.3)
30-
set(XEUS_GIT_TAG 3.0.3)
31-
set(XEUS_ZMQ_GIT_TAG 1.0.2)
32-
set(PYBIND11_GIT_TAG v2.10.0)
33-
set(PYBIND11_JSON_GIT_TAG 0.2.11)
34-
set(XEUS_PYTHON_GIT_TAG 0.15.12)
30+
set(XEUS_GIT_TAG 5.2.4)
31+
set(XEUS_ZMQ_GIT_TAG 3.1.1)
32+
set(PYBIND11_GIT_TAG v3.0.1)
33+
set(PYBIND11_JSON_GIT_TAG 0.2.15)
34+
set(XEUS_PYTHON_GIT_TAG 0.17.6)
3535

3636
# pre-build non-cmake dependencies
3737
# ================================

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
requires = [
33
"setuptools~=69.0",
44
"wheel",
5-
"scikit-build>=0.11.0,<0.14",
6-
"cmake<3.28.1",
5+
"scikit-build",
6+
"cmake<4",
77
"ninja",
88
"packaging<22"
99
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def cmake_process_manifest_hook(cmake_manifest):
7474
py_modules=['xpython_launcher'],
7575
install_requires=[
7676
'pygments>=2.3.1,<3',
77-
'xeus-python-shell[ipython]>=0.5,<0.6'
77+
'xeus-python-shell[ipython]>=0.6,<0.7'
7878
],
7979
setup_requires=setup_requires,
8080
cmake_args=['-DCMAKE_INSTALL_LIBDIR=lib', '-DPYTHON_EXECUTABLE:FILEPATH=' + python_path, f'-DOPENSSL_CONFIG:INTERNAL={openssl_config}',

0 commit comments

Comments
 (0)