We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3709a8d commit 5841bc8Copy full SHA for 5841bc8
dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt
@@ -56,7 +56,7 @@ import kotlin.reflect.KType
56
import kotlin.reflect.full.isSubtypeOf
57
58
/** 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"
+private const val MIN_KERNEL_VERSION = "0.15.0.606"
60
61
internal val newDataSchemas = mutableListOf<KClass<*>>()
62
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
ksp = "2.2.20-2.0.2"
3
-kotlinJupyter = "0.15.0-587"
+kotlinJupyter = "0.15.0-629"
4
5
ktlint = "12.3.0"
6
0 commit comments