generated from katiemarriner/lede-2021-data-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
50 lines (47 loc) · 981 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
44
45
46
47
48
49
50
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appnope = "==0.1.2"
backcall = "==0.2.0"
beautifulsoup4 = "==4.9.3"
certifi = "==2021.5.30"
chardet = "==4.0.0"
decorator = "==5.0.9"
gdal = "==3.2.2"
idna = "==2.10"
ipykernel = "==5.5.5"
ipython = "==7.24.1"
jedi = "==0.18.0"
jupyter-client = "==6.1.12"
jupyter-core = "==4.7.1"
kiwisolver = "==1.3.1"
matplotlib = "==3.4.2"
matplotlib-inline = "==0.1.2"
numpy = "==1.20.2"
pandas = "==1.2.4"
parso = "==0.8.2"
pexpect = "==4.8.0"
pickleshare = "==0.7.5"
pillow = "==8.2.0"
prompt-toolkit = "==3.0.18"
ptyprocess = "==0.7.0"
pyparsing = "==2.4.7"
python-dateutil = "==2.8.1"
pytz = "==2021.1"
pyzmq = "==22.1.0"
requests = "==2.25.1"
six = "==1.16.0"
soupsieve = "==2.2.1"
tornado = "==6.1"
traitlets = "==5.0.5"
urllib3 = "==1.26.5"
wcwidth = "==0.2.5"
Cycler = "==0.10.0"
ipython_genutils = "==0.2.0"
Pygments = "==2.9.0"
jupyterlab = "*"
[dev-packages]
[requires]
python_version = "3.8"