forked from c-h-david/shbaam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.cnd
31 lines (24 loc) · 995 Bytes
/
requirements.cnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#*******************************************************************************
#requirements.cnd
#*******************************************************************************
#Purpose:
#This file lists all the packages from the Anaconda Package Repository that
#are required by SHBAAM, and is used by the "conda" software.
#Author:
#Cedric H. David, 2018-2018
#*******************************************************************************
#Usage
#*******************************************************************************
#conda install -y -q -c anaconda --file requirements.cnd
#*******************************************************************************
#Requirements for conda
#*******************************************************************************
numpy
netcdf4
fiona
shapely
rtree
requests
#*******************************************************************************
#End
#*******************************************************************************