Skip to content

Commit 45d6c7e

Browse files
committed
Revert "use install from PyPI for baemap"
This reverts commit 99a5a5b.
1 parent f442662 commit 45d6c7e

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

environment.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ channels:
55
- nodefaults
66

77
dependencies:
8-
# - basemap >=1.3.6 # see pip install at the bottom
8+
- basemap >=1.3.6
99
- cartopy
1010
- jsondiff
1111
- matplotlib
1212
- nctoolkit >=0.8.7 # use linux64 build
1313
- netcdf4
14-
- numpy >=2.0.0 # >1.24.3 # for testing with numpy2
14+
- numpy >=2.0.0 # >1.24.3
1515
- pip !=21.3
1616
- python >=3.9
1717
- pyyaml
@@ -29,17 +29,14 @@ dependencies:
2929
- pytest-mock
3030
- pytest-xdist
3131
# Python packages - dependencies for documentation building
32-
# - autodocsumm >=0.2.2
33-
# - sphinx >=5
34-
# - sphinx_rtd_theme
32+
- autodocsumm >=0.2.2
33+
- sphinx >=5
34+
- sphinx_rtd_theme
3535
# Python packages needed for installing in development mode
36-
# - codespell
37-
# - docformatter
38-
# - isort
39-
# - pre-commit
40-
# - prospector >=1.9.0
41-
# - yamllint
42-
# - yapf
43-
- pip:
44-
- "--force-reinstall --no-binary :all: basemap"
45-
36+
- codespell
37+
- docformatter
38+
- isort
39+
- pre-commit
40+
- prospector >=1.9.0
41+
- yamllint
42+
- yapf

0 commit comments

Comments
 (0)