Skip to content

Commit f59d926

Browse files
authored
fix: pyproject dependency on ai-models (#192)
1 parent 6c972d0 commit f59d926

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ classifiers = [
4343
dynamic = [ "version" ]
4444
dependencies = [
4545
"anemoi-transform>=0.1.3",
46-
"anemoi-utils[text,provenance]>=0.4.9",
46+
"anemoi-utils[text,provenance]>=0.4.16",
4747
"aniso8601",
4848
"anytree",
4949
"earthkit-data>=0.12.4",
@@ -56,7 +56,7 @@ dependencies = [
5656
"torch",
5757
]
5858

59-
optional-dependencies.all = [ "anemoi-inference[plugin,huggingface]", "anemoi-utils[all]>=0.4.9" ]
59+
optional-dependencies.all = [ "anemoi-inference[huggingface]", "anemoi-utils[all]>=0.4.16" ]
6060

6161
optional-dependencies.dev = [ "anemoi-inference[all,docs,plugin,tests]" ]
6262

@@ -94,6 +94,3 @@ exclude = [ "docs/" ]
9494
strict = false
9595
ignore_missing_imports = true
9696
allow_redefinition = true
97-
98-
[setuptools.package-data]
99-
"anemoi.inference.grib.templates" = [ "*.yaml" ]

0 commit comments

Comments
 (0)