Skip to content

Commit

Permalink
Merge pull request #41 from kthyng/ts_selection
Browse files Browse the repository at this point in the history
Time series selection
  • Loading branch information
kthyng authored Apr 1, 2022
2 parents 071060d + 5ecfc0c commit 238c2d1
Show file tree
Hide file tree
Showing 16 changed files with 14,961 additions and 558 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- id: check-docstring-first
- id: check-added-large-files
# - id: check-added-large-files
- id: requirements-txt-fixer
- id: file-contents-sorter
files: requirements-dev.txt
Expand All @@ -41,7 +41,7 @@ repos:
- id: seed-isort-config

- repo: https://github.com/psf/black
rev: stable
rev: 22.3.0
hooks:
- id: black
language_version: python3
Expand Down
3 changes: 2 additions & 1 deletion ci/environment-py3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ channels:
dependencies:
- python=3.7
############## These will have to be adjusted to your specific project
- cf_xarray>=0.6
- cartopy
- cf_xarray
- cmocean
- dask
- jupyter
Expand Down
3 changes: 2 additions & 1 deletion ci/environment-py3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ channels:
dependencies:
- python=3.8
############## These will have to be adjusted to your specific project
- cf_xarray>=0.6
- cartopy
- cf_xarray
- cmocean
- dask
- jupyter
Expand Down
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ channels:
dependencies:
- python=3.8
# If your docs code examples depend on other packages add them here
- cartopy
- extract_model
# These are needed for the docs themselves
- numpydoc
Expand Down
Loading

0 comments on commit 238c2d1

Please sign in to comment.