Skip to content

Commit

Permalink
Rewrite Builder object: use fsspec (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Feb 2, 2022
1 parent 50f8d14 commit d79c932
Show file tree
Hide file tree
Showing 12 changed files with 441 additions and 300 deletions.
4 changes: 4 additions & 0 deletions ci/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ channels:
- nodefaults
dependencies:
- cf_xarray
- fsspec
- furo
- gcsfs
- joblib
- jupyterlab
- myst-nb
- netcdf4
- pip
- pydantic
- s3fs
- sphinx-copybutton
- sphinx-inline-tabs
- xarray
- pip:
- sphinxext-opengraph
- autodoc_pydantic
- -r ../requirements.txt
- git+https://github.com/intake/intake-esm
- -e ..
6 changes: 3 additions & 3 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ channels:
- nodefaults
dependencies:
- cf_xarray
- fsspec
- gcsfs
- intake-esm
- joblib
- nbsphinx
- netcdf4
- numpydoc
- pip
- pre-commit
- pydantic
Expand All @@ -17,7 +17,7 @@ dependencies:
- pytest-sugar
- pytest-xdist
- pyyaml
- typer
- s3fs
- xarray
- pip:
- git+https://github.com/intake/intake-esm
2 changes: 1 addition & 1 deletion ecgtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Top-level module for ecgtools ."""
from pkg_resources import DistributionNotFound, get_distribution

from .builder import Builder
from .builder import Builder, RootDirectory, glob_to_regex

try:
__version__ = get_distribution(__name__).version
Expand Down
Loading

0 comments on commit d79c932

Please sign in to comment.