Skip to content

Commit

Permalink
Revert "use install from PyPI for baemap"
Browse files Browse the repository at this point in the history
This reverts commit 99a5a5b.
  • Loading branch information
valeriupredoi committed Jul 15, 2024
1 parent f442662 commit 45d6c7e
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ channels:
- nodefaults

dependencies:
# - basemap >=1.3.6 # see pip install at the bottom
- basemap >=1.3.6
- cartopy
- jsondiff
- matplotlib
- nctoolkit >=0.8.7 # use linux64 build
- netcdf4
- numpy >=2.0.0 # >1.24.3 # for testing with numpy2
- numpy >=2.0.0 # >1.24.3
- pip !=21.3
- python >=3.9
- pyyaml
Expand All @@ -29,17 +29,14 @@ dependencies:
- pytest-mock
- pytest-xdist
# Python packages - dependencies for documentation building
# - autodocsumm >=0.2.2
# - sphinx >=5
# - sphinx_rtd_theme
- autodocsumm >=0.2.2
- sphinx >=5
- sphinx_rtd_theme
# Python packages needed for installing in development mode
# - codespell
# - docformatter
# - isort
# - pre-commit
# - prospector >=1.9.0
# - yamllint
# - yapf
- pip:
- "--force-reinstall --no-binary :all: basemap"

- codespell
- docformatter
- isort
- pre-commit
- prospector >=1.9.0
- yamllint
- yapf

0 comments on commit 45d6c7e

Please sign in to comment.