-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
67 lines (63 loc) · 1.68 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[metadata]
name = psiz
description = Toolbox for inferring psychological embeddings.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
keywords = psychology, cognitive science
url = https://github.com/psiz-org/psiz
author = Brett D. Roads
author_email = [email protected]
license = Apache Licence 2.0
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
project_urls =
Documentation = https://psiz.readthedocs.io/en/latest/
Source = https://github.com/psiz-org/psiz
Tracker = https://github.com/psiz-org/psiz/issues
[options]
package_dir =
= src
packages = find:
include_package_data = True
install_requires =
keras >= 3.5, <4.0
tensorflow >= 2.16.2, <2.17.0
tensorflow-probability
tf-keras
torch>=2.4
h5py >= 3.0
pandas
scikit-learn
matplotlib
pillow
imageio
python_requires = >=3.9, <3.12
setup_requires =
setuptools_scm
[options.packages.find]
where = src
[aliases]
test=pytest
[options.extras_require]
test =
pytest >= 6.2.4
pytest-cov
flake8
pylint
doc =
sphinx-rtd-theme == 1.0.0
sphinx-last-updated-by-git
myst-nb
sphinxcontrib-bibtex