Skip to content

Commit 5841bc8

Browse files
committed
bumping (min) jupyter kernel versions for libraries.json update
1 parent 3709a8d commit 5841bc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import kotlin.reflect.KType
5656
import kotlin.reflect.full.isSubtypeOf
5757

5858
/** Users will get an error if their Kotlin Jupyter kernel is older than this version. */
59-
private const val MIN_KERNEL_VERSION = "0.11.0.198"
59+
private const val MIN_KERNEL_VERSION = "0.15.0.606"
6060

6161
internal val newDataSchemas = mutableListOf<KClass<*>>()
6262

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
ksp = "2.2.20-2.0.2"
3-
kotlinJupyter = "0.15.0-587"
3+
kotlinJupyter = "0.15.0-629"
44

55
ktlint = "12.3.0"
66

0 commit comments

Comments
 (0)