Skip to content

Commit fe3e8d5

Browse files
Update dataframe.json
Co-authored-by: Ilya Muradyan <ilya.muradyan@jetbrains.com>
1 parent d76e956 commit fe3e8d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dataframe.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
],
77
"link": "https://github.com/Kotlin/dataframe",
88
"init": [
9-
"if (!\"$v\".startsWith('0')) USE { dependencies(\"org.jetbrains.kotlinx:dataframe-jupyter:$v\") }"
10-
],
11-
"dependencies": [
12-
"org.jetbrains.kotlinx:dataframe:$v"
9+
"USE { dependencies(\"org.jetbrains.kotlinx:dataframe${if (\"$v\".startsWith('0')) \"\" else \"-jupyter\"}:$v\") }"
1310
],
1411
"integrationTypeNameRules": [
1512
"+:org.jetbrains.kotlinx.dataframe.**"

0 commit comments

Comments
 (0)