Skip to content

Commit

Permalink
Add an environment.yaml file for conda setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benhills committed Oct 24, 2020
1 parent 824ec1d commit 6bdb580
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
19 changes: 19 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: is2v
channels:
- conda-forge
dependencies:
- python=3.7.*
- jupyterlab=0.35.*
- matplotlib=3.0.*
- ipympl
- scipy=1.2.*
- numpy
- pandas=0.24.*
- pytest=4.4.*
- h5py
- astropy
- pyproj
- gdal
- pip=19.0.*
- pip:
- git+https://github.com/SmithB/pointCollection.git
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ h5py
astropy
pyproj
pandas
ipympl
pointCollection
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
'h5py',
'astropy',
'pyproj',
'pandas'
#'icepyx',
#'pointCollection @ git+https://github.com/smithB/pointCollection.git#egg=pointCollection-1.0.0.0'
'pandas',
'ipympl',
'pointCollection @ git+https://github.com/smithB/pointCollection.git#egg=pointCollection-1.0.0.0'
]
)

0 comments on commit 6bdb580

Please sign in to comment.