-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
53 lines (49 loc) · 825 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
51
52
53
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
ipykernel = "*"
black = "*"
jupyter = "*"
notebook = "*"
[packages]
src = {editable = true,file = "."}
click = "*"
coverage = "*"
awscli = "*"
flake8 = "*"
python-dotenv = ">=0.5.1"
Sphinx = "*"
dynaconf = "*"
pandas = "*"
xarray = "*"
cfgrib = "*"
eccodes-python = "*"
dask = {extras = ["dataframe"],version = "*"}
toolz = "*"
fastparquet = "*"
loguru = "*"
siphon = "*"
xlrd = "*"
python-snappy = "*"
altair = "*"
altair-data-server = "*"
statsmodels = "*"
sklearn = "*"
seaborn = "*"
geopandas = "*"
descartes = "*"
rtree = "*"
invoke = "*"
google-cloud-storage = "*"
filelock = "*"
ujson = "*"
scikit-learn = "*"
pycaret = "*"
altair-saver = "*"
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true