forked from c-h-david/shbaam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.pip
32 lines (25 loc) · 1.02 KB
/
requirements.pip
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
32
#*******************************************************************************
#requirements.pip
#*******************************************************************************
#Purpose:
#This file lists all the packages from the Python Packaging Index packages that
#are required by SHBAAM, and is used by the "pip" software.
#Author:
#Cedric H. David, 2017-2018
#*******************************************************************************
#Usage
#*******************************************************************************
#sudo pip install -r requirements.pip
#*******************************************************************************
#Requirements for pip
#*******************************************************************************
numpy==1.9.3
setuptools==18.0
netCDF4==1.3.1
fiona==1.6.3.post1
shapely==1.5.15
rtree==0.6.0
requests==2.12.1
#*******************************************************************************
#End
#*******************************************************************************