Skip to content

Commit 372add8

Browse files
Jolanrensenileasile
authored andcommitted
Ready dataframe.json for dataframe-jupyter module at v1.0+
Adds conditional statement to dataframe descriptor, allowing it to handle the integration being in `dataframe` before version 1.0 and in `dataframe-jupyter` after 1.0
1 parent 0f9f817 commit 372add8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dataframe.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:dataframe" }
66
],
77
"link": "https://github.com/Kotlin/dataframe",
8+
"init": [
9+
"if (!\"$v\".startsWith('0')) USE { dependencies(\"org.jetbrains.kotlinx:dataframe-jupyter:$v\") }"
10+
],
811
"dependencies": [
912
"org.jetbrains.kotlinx:dataframe:$v"
1013
],

0 commit comments

Comments
 (0)