We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100a134 commit 0a2215dCopy full SHA for 0a2215d
pyproject.toml
@@ -67,6 +67,7 @@ optional-dependencies.all = [
67
"entrypoints",
68
"numpy",
69
"pyproj",
70
+ "pytest",
71
"pyyaml",
72
"requests",
73
"s3fs",
@@ -82,9 +83,6 @@ optional-dependencies.create = [
82
83
84
]
85
-optional-dependencies.test = [
86
- "pytest",
87
-]
88
optional-dependencies.dev = [
89
"boto3",
90
@@ -111,6 +109,9 @@ optional-dependencies.remote = [
111
109
112
110
113
+optional-dependencies.test = [
114
+]
115
urls.Documentation = "https://anemoi-datasets.readthedocs.io/"
116
urls.Homepage = "https://github.com/ecmwf/anemoi-datasets/"
117
urls.Issues = "https://github.com/ecmwf/anemoi-datasets/issues"
0 commit comments