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.
2 parents aae5a62 + 0da7990 commit da9c8ddCopy full SHA for da9c8dd
environment.yml
@@ -6,7 +6,7 @@ dependencies:
6
# Library Dependencies
7
- click
8
- fsspec
9
- - pyaml
+ - pyyaml
10
- tabulate
11
- xarray
12
# Dev Dependencies
pyproject.toml
@@ -17,7 +17,7 @@ requires-python = ">=3.10"
17
dependencies = [
18
"click",
19
"fsspec",
20
- "pyaml",
+ "pyyaml",
21
"tabulate",
22
"xarray",
23
]
0 commit comments