File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ channels:
5
5
- nodefaults
6
6
7
7
dependencies :
8
- # - basemap >=1.3.6 # see pip install at the bottom
8
+ - basemap >=1.3.6
9
9
- cartopy
10
10
- jsondiff
11
11
- matplotlib
12
12
- nctoolkit >=0.8.7 # use linux64 build
13
13
- netcdf4
14
- - numpy >=2.0.0 # >1.24.3 # for testing with numpy2
14
+ - numpy >=2.0.0 # >1.24.3
15
15
- pip !=21.3
16
16
- python >=3.9
17
17
- pyyaml
@@ -29,17 +29,14 @@ dependencies:
29
29
- pytest-mock
30
30
- pytest-xdist
31
31
# 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
35
35
# 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
You can’t perform that action at this time.
0 commit comments