-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (28 loc) · 833 Bytes
/
setup.cfg
File metadata and controls
31 lines (28 loc) · 833 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
[metadata]
author = Beeg Jacques
author_email = beegjacques@yahoo.com
classifiers =
Development Status :: 1 - Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python :: 3.7
description = This repo contains code for the Scale Invariant Temporal History (SITH) module for use with PyTorch. It is build on a Laplace module that performs the Laplace transform of a temporal series.
license_file = LICENSE
project_urls =
GitHub = https://github.com/compmem/SITH_Layer
url = https://github.com/compmem/SITH_Layer
[options]
python_requires = >= 3.7
install_requires =
attrs
jinja2
matplotlib >= 2.2.0
packaging
pandas
scipy
seaborn
torch
packages = find:
[options.packages.find]
exclude =
*.tests