Skip to content

Commit

Permalink
optimize conda install
Browse files Browse the repository at this point in the history
- use only defaults channel (had to remove ipdb for this)
- fix major versions
  • Loading branch information
aperrin66 committed Nov 6, 2023
1 parent b3018b0 commit 6ee09f0
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
---
name: environment
channels:
- conda-forge
- defaults
dependencies:
- cartopy=0
- coverage=6
- coveralls=1
- gdal=3
- ipython
- matplotlib=3
- mock=4
- netcdf4=1
- nose=1
- numpy=1
- pillow=9
- pip
- python=3.7
- setuptools=60.1
- cartopy=0.20.1
- coverage=6.2
- coveralls=3.3
- gdal=3.4
- ipdb=0.13
- ipython=7.30
- matplotlib=3.5
- mock=4.0
- netcdf4=1.5
- nose=1.3
- numpy=1.21
- pillow=8.4
- pip=21
- python-dateutil=2.8
- PyYAML<6.0
- scipy=1.7
- urllib3=1.26
- scipy=1
- setuptools
- urllib3=1
- pip:
- pythesint==1.6.6

0 comments on commit 6ee09f0

Please sign in to comment.