Skip to content

Commit b8b8e9d

Browse files
committed
Roll back to earler xeus-python version to fix runtime error on macOS
Windows and linux build are still broken, but recent updates broke Mac runtime, so until Windows is fixed, roll back to a previously working version on macOS: ERROR: during execute_request make_tuple(): unable to convert arguments to Python object (compile in debug mode for details) Details: Revert "ENH: Update xeus-python, xeus, and jedi libraries to get new features and fixes" This reverts commit 47226c0. Revert "Update xeus and nlohmann-json to fix Windows build error" This reverts commit fb132d0.
1 parent ef3f98b commit b8b8e9d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SuperBuild/External_nlohmann_json.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})
2626

2727
ExternalProject_SetIfNotDefined(
2828
${CMAKE_PROJECT_NAME}_${proj}_GIT_TAG
29-
"v3.9.1"
29+
"v3.6.1"
3030
QUIET
3131
)
3232

SuperBuild/External_python-jedi.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})
2121

2222
ExternalProject_SetIfNotDefined(
2323
${CMAKE_PROJECT_NAME}_${proj}_VERSION
24-
"0.15.2"
24+
"0.17.0"
2525
QUIET
2626
)
2727

SuperBuild/External_xeus-python.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})
2626

2727
ExternalProject_SetIfNotDefined(
2828
${CMAKE_PROJECT_NAME}_${proj}_GIT_TAG
29-
"0.8.3"
29+
"4446eb49682e882cd77e7404a9c01f8c2d64f667" # 0.7.1 + optional display and output redirections
3030
QUIET
3131
)
3232

SuperBuild/External_xeus.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(NOT DEFINED ${proj}_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})
2626

2727
ExternalProject_SetIfNotDefined(
2828
${CMAKE_PROJECT_NAME}_${proj}_GIT_TAG
29-
"7062ef5e561098c0797a1534e89bbaef9563c03d" # 0.24.1 + "not -> !" fix
29+
"282844988a04739eb833423c59d37feb0518666b" # master
3030
QUIET
3131
)
3232

0 commit comments

Comments
 (0)