-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Pipfile
43 lines (39 loc) · 911 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
39
40
41
42
43
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
black = "==19.3b0"
chainer = "==7.0.0"
comet-ml = "==2.0.5"
cupy-cuda100 = "==7.0.0"
dask = {extras = ["array"],version = "==2.1.0"}
descartes = "==1.1.0"
filelock = "==3.2"
geopandas = "==0.5.1"
joblib = "==0.13.2"
jupyterlab = "==1.0.2"
jupytext = "==1.2.0"
livelossplot = "==0.4.1"
matplotlib = "==3.1.1"
netcdf4 = "==1.4.1"
numpy = "==1.17.3"
optuna = "==2.0.0"
pandas = "==0.25.0"
pygmt = "==0.1.1"
quilt = "==2.9.15"
rasterio = "==1.0.24"
rtree = "==0.8.3"
salem = "==0.2.4"
scikit-image = "==0.15.0"
ssim-chainer = {editable = true, ref="9c54f25b7c068b562b711027a92c346ce0708b52", git = "https://github.com/higumachan/ssim-chainer.git"}
tqdm = "==4.32.2"
xarray = "==0.12.3"
[dev-packages]
behave = "==1.2.6"
nbval = "==0.9.2"
pytest = "==5.0.1"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true