forked from DiffEqML/torchdyn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (28 loc) · 754 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
[metadata]
name = torchdyn
description = PyTorch package for all things neural differential equations.
long_description = file: README.md
long_description_content_type= text/markdown
author = DiffEqML
author_email = polimic03@gmail.com, massaroli@robot.t.u-tokyo.ac.jp
url = https://github.com/DiffEqML/torchdyn
version = 0.2.2.1
license = Apache License, Version 2.0
[options]
zip_safe = False
packages = find:
python_requires = >=3.6
install_requires =
torch>=1.6.0
pytorch-lightning>=0.8.4
dgl>=0.4.1
torchdiffeq>=0.0.1
matplotlib
torchvision
scikit-learn
torchsde @ http://github.com/google-research/torchsde/tarball/master#egg=torchsde-0.1.1
[options.extras_require]
all =
test =
pytest
[options.package_data]