remove runtime dep on intellij.python.community.impl.huggingFace - fix cycle dep for Bazel

GitOrigin-RevId: f56d700a6f1ff14c6304f4ebb566067b909ce740
This commit is contained in:
Vladimir Krivosheev
2024-11-29 15:10:36 +01:00
committed by intellij-monorepo-bot
parent 1114d15687
commit 4118783723
4 changed files with 1 additions and 4 deletions

View File

@@ -167,6 +167,7 @@
<orderEntry type="module" module-name="intellij.groovy.uast.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.remoteServers.targetsIntegrationTests" scope="TEST" />
<orderEntry type="module" module-name="intellij.python.commonTests" scope="TEST" />
<orderEntry type="module" module-name="intellij.python.sdk" scope="TEST" />
<orderEntry type="module" module-name="intellij.restructuredtext" scope="TEST" />
<orderEntry type="module" module-name="intellij.markdown.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.laf.macos" scope="RUNTIME" />

View File

@@ -19,6 +19,5 @@
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="library" name="jcef" level="project" />
<orderEntry type="module" module-name="intellij.spellchecker" scope="PROVIDED" />
<orderEntry type="module" module-name="intellij.restructuredtext.python" scope="RUNTIME" />
</component>
</module>

View File

@@ -14,7 +14,6 @@
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.execution.impl" />
<orderEntry type="module" module-name="intellij.platform.diff" />
<orderEntry type="module" module-name="intellij.xml.dom.impl" scope="RUNTIME" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="library" name="StreamEx" level="project" />
<orderEntry type="module" module-name="intellij.platform.debugger" />
@@ -26,7 +25,6 @@
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="library" name="http-client" level="project" />
<orderEntry type="module" module-name="intellij.platform.whatsNew" />
<orderEntry type="module" module-name="intellij.pycharm.community.ide.impl.promotion" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
<orderEntry type="module" module-name="intellij.platform.experiment" />
</component>

View File

@@ -147,7 +147,6 @@
<orderEntry type="module" module-name="intellij.platform.ml" />
<orderEntry type="module" module-name="intellij.platform.util.coroutines" />
<orderEntry type="module" module-name="intellij.commandInterface" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.python.community.impl.huggingFace" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.python.syntax" />
<orderEntry type="module" module-name="intellij.platform.ui.jcef" />
<orderEntry type="module" module-name="intellij.libraries.ktor.client" />