Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move statsmodels in environment yml files #1556

Merged
merged 3 commits into from
Sep 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions envs/environment_py37_iris30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
dependencies:
- python=3.7
# Required
- cartopy
- cartopy=0.19
- cftime<1.5
- cf-units=2.1.5
- clize
Expand All @@ -21,10 +21,10 @@ dependencies:
- scipy=1.6
- sigtools
- sphinx
- statsmodels
# Optional
- numba
- pysteps=1.4.1
- statsmodels
- timezonefinder=4.1.0
# Development
- astroid
Expand Down
4 changes: 2 additions & 2 deletions envs/environment_py38_iris30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
dependencies:
- python=3.8
# Required
- cartopy
- cartopy=0.19
- cftime<1.5
- cf-units=2.1.5
- clize
Expand All @@ -21,10 +21,10 @@ dependencies:
- scipy=1.6
- sigtools
- sphinx
- statsmodels
# Optional
- numba
- pysteps=1.4.1
- statsmodels
- timezonefinder=4.1.0
# Development
- astroid
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install_requires =
scitools-iris >= 3.0
sigtools
sphinx
statsmodels
stratify
scripts = bin/improver

Expand All @@ -55,7 +56,6 @@ dev =
full =
numba
pysteps == 1.3.2
statsmodels
timezonefinder

[flake8]
Expand Down