Skip to content

Commit 47226c0

Browse files
committed
ENH: Update xeus-python, xeus, and jedi libraries to get new features and fixes
1 parent fb132d0 commit 47226c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.17.0"
24+
"0.15.2"
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-
"4446eb49682e882cd77e7404a9c01f8c2d64f667" # 0.7.1 + optional display and output redirections
29+
"0.8.3"
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" # master
29+
"7062ef5e561098c0797a1534e89bbaef9563c03d" # 0.24.1 + "not -> !" fix
3030
QUIET
3131
)
3232

0 commit comments

Comments
 (0)