https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: 919992748a5324724ba87169ecdcf9eb6e3b9973 authored by Josh Siegle on 18 August 2024, 22:52:23 UTC
Merge pull request #91 from jingjie-li/master
Merge pull request #91 from jingjie-li/master
Tip revision: 9199927
Pipfile
[[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 = "*"