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 f37b513 commit dcffd2dCopy full SHA for dcffd2d
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt
@@ -35,7 +35,7 @@ import kotlin.reflect.KProperty
35
import kotlin.reflect.full.isSubtypeOf
36
37
/** Users will get an error if their Kotlin Jupyter kernel is older than this version. */
38
-private const val MIN_KERNEL_VERSION = "0.11.0.198"
+private const val MIN_KERNEL_VERSION = "0.11.0.311"
39
40
internal val newDataSchemas = mutableListOf<KClass<*>>()
41
0 commit comments