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 d76e956 commit fe3e8d5Copy full SHA for fe3e8d5
dataframe.json
@@ -6,10 +6,7 @@
6
],
7
"link": "https://github.com/Kotlin/dataframe",
8
"init": [
9
- "if (!\"$v\".startsWith('0')) USE { dependencies(\"org.jetbrains.kotlinx:dataframe-jupyter:$v\") }"
10
- ],
11
- "dependencies": [
12
- "org.jetbrains.kotlinx:dataframe:$v"
+ "USE { dependencies(\"org.jetbrains.kotlinx:dataframe${if (\"$v\".startsWith('0')) \"\" else \"-jupyter\"}:$v\") }"
13
14
"integrationTypeNameRules": [
15
"+:org.jetbrains.kotlinx.dataframe.**"
0 commit comments