Skip to content

Commit dcffd2d

Browse files
committed
Increase min kernel version
1 parent f37b513 commit dcffd2d

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import kotlin.reflect.KProperty
3535
import kotlin.reflect.full.isSubtypeOf
3636

3737
/** 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"
38+
private const val MIN_KERNEL_VERSION = "0.11.0.311"
3939

4040
internal val newDataSchemas = mutableListOf<KClass<*>>()
4141

0 commit comments

Comments
 (0)