-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
45 lines (42 loc) · 844 Bytes
/
setup.cfg
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
[metadata]
name = svGPFA
version = 1.0.01
description = Python implementation of the svGPFA algorithm (Duncker and Sahani, 2018)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/joacorapela/svGPFA
author = Joaquin Rapela
author_email = [email protected]
license = MIT
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
[options]
python_requires = >=3.9
package_dir =
= src
packages = find:
install_requires =
gcnu_common
torch
scipy
[options.packages.find]
where = src
[options.extras_require]
notebook =
notebook
pandas
plotly
kaleido
scikit-learn
docs =
sphinx-gallery
sphinxcontrib-bibtex
pandas
plotly
kaleido
scikit-learn
one-api
ibllib
pynwb
dandi