-
Notifications
You must be signed in to change notification settings - Fork 12
/
setup.cfg
42 lines (39 loc) · 1.03 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
[wheel]
universal = 1
[metadata]
name = dynonet
version = 0.1.2
author = Marco Forgione and Dario Piga
author_email = marco.forgione1986@gmail.com
description = dynoNet: A neural network architecture for learning dynamical systems
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE
license = MIT
url = https://github.com/forgi86/dynonet
project_urls =
Bug Tracker = https://github.com/forgi86/dynonet/issues
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
zip_safe = False
include_package_data = True
packages = find:
package_dir =
= src
install_requires =
numpy>=1.19.4
scipy>=1.5.4
matplotlib>=3.3.3
pandas>=1.1.4
torch>=1.4
[options.packages.find]
where = src