Skip to content

Commit

Permalink
Merge pull request #114 from observingClouds/numcodecs
Browse files Browse the repository at this point in the history
- install numcodecs from pypi
- fix read the docs
  • Loading branch information
observingClouds committed Jul 10, 2022
2 parents f8c2956 + 8b69fdc commit aba387b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Expand Up @@ -7,6 +7,7 @@ build:
jobs:
post_install:
- conda env list
- conda list
- which python
- which conda
- julia install_julia_packages.jl # https://docs.readthedocs.io/en/stable/config-file/v2.html # https://github.com/readthedocs/readthedocs.org/issues/1740
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Expand Up @@ -20,7 +20,7 @@ dependencies:
- sphinx!=4.4.0
- sphinxcontrib-napoleon
- sphinx-copybutton
- sphinx-book-theme
- sphinx-book-theme>=0.1.7
- myst-nb
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -29,6 +29,6 @@ dependencies:
- myst-nb
- pip
- pip:
- git+https://github.com/zarr-developers/numcodecs
- numcodecs
- pytest-lazy-fixture
- -e .
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
xarray
julia
tqdm
numcodecs @ git+https://github.com/zarr-developers/numcodecs
numcodecs>=0.10.0

0 comments on commit aba387b

Please sign in to comment.