Skip to content

Commit

Permalink
remove xdatasets extra requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Dec 1, 2023
1 parent f11cb0c commit ec65984
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ python:
- method: pip
path: .
extra_requirements:
- dev
- docs
2 changes: 0 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ dependencies:
- xarray
- xclim >=0.45.0
- xscen >=0.7.1
# Extras
- xagg
- pip
- pip:
- xdatasets
Expand Down
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ dependencies:
- xarray
- xclim >=0.45.0
- xscen >=0.7.1
# Extras
- xagg
- pip
- pip:
- xdatasets
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"statsmodels",
"xarray",
"xclim>=0.45.0",
"xdatasets[extra]>=0.3.1",
"xdatasets>=0.3.1",
"xscen>=0.7.1"
]

Expand Down

0 comments on commit ec65984

Please sign in to comment.