Skip to content

Commit 03fc753

Browse files
authored
Test ensuring path is defined for extras. (#1050)
1 parent f3107c6 commit 03fc753

2 files changed

Lines changed: 4 additions & 16 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,6 @@ diskcache = "^5.6.3"
7575
starlette = ">=0.41,<0.46"
7676
fastapi = "^0.115.0"
7777
together = "^1.2.3"
78-
modelgauge_anthropic = {version = "*", optional = true}
79-
modelgauge_azure = {version = "*", optional = true}
80-
modelgauge_baseten = {version = "*", optional = true}
81-
modelgauge_demo_plugin = {version = "*", optional = false}
82-
modelgauge_nvidia = {version = "*", optional = true}
83-
modelgauge_openai = {version = "*", optional = true}
84-
modelgauge_huggingface = {version = "*", optional = true}
85-
modelgauge_perspective_api = {version = "*", optional = true}
86-
modelgauge_google = {version = "*", optional = true}
87-
modelgauge_vertexai = {version = "*", optional = true}
88-
modelgauge_mistral = {version = "*", optional = true}
89-
modelgauge_amazon = {version = "*", optional = true}
90-
prometheus-client = "^0.21.1"
91-
92-
[tool.poetry.group.dev.dependencies]
9378
modelgauge_anthropic = {path = "plugins/anthropic", develop = true, optional=true}
9479
modelgauge_azure = {path = "plugins/azure", develop = true, optional=true}
9580
modelgauge_baseten = {path = "plugins/baseten", develop = true, optional=true}
@@ -103,6 +88,9 @@ modelgauge_vertexai = {path = "plugins/vertexai", develop = true, optional = tru
10388
# named *mistral* rather than *mistralai* to prevent a conflict with the first-party mistralai package
10489
modelgauge_mistral = {path = "plugins/mistral", develop = true, optional = true}
10590
modelgauge_amazon = {path = "plugins/amazon", develop = true, optional=true}
91+
prometheus-client = "^0.21.1"
92+
93+
[tool.poetry.group.dev.dependencies]
10694
pytest-datafiles = "^3.0.0"
10795
pytest = "^8.0.1"
10896
pytest-mock = "^3.12.0"

0 commit comments

Comments
 (0)