-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Pipfile
38 lines (34 loc) · 757 Bytes
/
Pipfile
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
33
34
35
36
37
38
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cython = "==0.29"
gmt = {editable = true, ref = "0.1a3-131-g9772fa3", git = "https://github.com/weiji14/gmt-python.git"}
ipython = "==7.1.1"
jupyterlab = "==0.35.4"
keras = "==2.2.4"
livelossplot = "==0.2.0"
matplotlib = "==3.0.2"
netcdf4 = "==1.4.1"
numpy = "==1.14.5"
packaging = "==18.0"
pandas = "==0.23.4"
pyproj = "==1.9.5.1"
quilt = "==2.9.12"
rasterio = "==1.0.9"
requests = "==2.20.1"
scikit-image = "==0.14.1"
shapely = "==1.7a1"
tensorflow = "==1.10.1"
tensorflow-gpu = "==1.10.1"
toolz = "==0.9.0"
tqdm = "==4.28.1"
[dev-packages]
behave = "==1.2.6"
nbval = "==0.9.1"
pytest = "==4.0.1"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true