Skip to content

Commit

Permalink
Move statsmodels in environment yml files (metoppv#1556)
Browse files Browse the repository at this point in the history
* Move statsmodels in environment yml files.

* Try pinning cartopy to 0.19.

* Update setup.cfg.
  • Loading branch information
gavinevans authored Sep 22, 2021
1 parent 4ffd207 commit a3b8375
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit a3b8375

Please sign in to comment.