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.
1 parent 4e235f9 commit 195deccCopy full SHA for 195decc
.github/scripts/upstream_install.py
@@ -20,7 +20,7 @@ def install_deps() -> None:
20
"git+https://github.com/pandas-dev/pandas#egg=pandas",
21
"git+https://github.com/pangeo-data/rechunker.git#egg=rechunker",
22
"git+https://github.com/pydata/xarray.git#egg=xarray",
23
- "git+https://github.com/zarr-developers/zarr-python.git#egg=zarr",
+ "git+https://github.com/zarr-developers/zarr-python.git@main#egg=zarr",
24
)
25
full_cmd_upstream = install_cmd + upstream_deps
26
print(f"Install upstream dependencies via: {full_cmd_upstream}")
0 commit comments