forked from bjhardcastle/ecephys_spike_sorting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
40 lines (32 loc) · 614 Bytes
/
Pipfile
File metadata and controls
40 lines (32 loc) · 614 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "http://aibs-artifactory.corp.alleninstitute.org/artifactory/api/pypi/pypi-local/simple"
verify_ssl = false
name = "local"
[dev-packages]
bumpversion = "*"
tox = "*"
coverage = "*"
sphinx = "*"
cookiecutter = "*"
sphinx-gallery = "*"
pytest = "*"
"ruamel.yaml" = "*"
[packages]
matplotlib = "*"
scipy = "*"
numpy = "*"
pandas = "*"
GitPython = "*"
argschema = "==1.17.5"
xmljson= "*"
xarray= "*"
scikit-learn = "*"
h5py = "*"
urllib3 = ">=1.24.2"
requests = ">=2.20.0"
marshmallow = "==2.19.2"
joblib = "*"