-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathPipfile
More file actions
49 lines (46 loc) · 785 Bytes
/
Pipfile
File metadata and controls
49 lines (46 loc) · 785 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
aotools = "*"
six = "*"
docutils = "*"
imagesize = "*"
pytz = "*"
jupyter = "*"
notebook = "*"
ipywidgets = "*"
numpy = "*"
scipy = "*"
matplotlib = "*"
wcsaxes = "*"
reproject = "*"
astropy = "*"
alabaster = "*"
photutils = "*"
scikit-image = "*"
dask = "*"
distributed = ">=1.28.1"
paramiko = "*"
toolz = "*"
graphviz = "*"
pandoc = "*"
psutil = "*"
cloudpickle = "*"
seqfile = "*"
"h5py" = ">=2.9.0"
jsonschema = "*"
bokeh = "*"
"Jinja2" = "*"
Babel = "*"
MarkupSafe = "*"
Sphinx = "*"
sphinx_rtd_theme = "*"
"d2to1" = "*"
nose = "*"
[requires]
# Currently pipenv does not support >=semver syntax for python
# https://github.com/pypa/pipenv/issues/1050
# python_version = "3.6"