-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
56 lines (53 loc) · 1.13 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
[metadata]
name = parllel
version = 0.0.1
author = Balazs Gyenes
author_email = [email protected]
description = A flexible RL accelerator framework
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.ipr.kit.edu/sofa-ri/parllel
project_urls =
Bug Tracker = https://gitlab.ipr.kit.edu/sofa-ri/parllel/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find_namespace:
python_requires = ~=3.9
install_requires =
torch >= 1.12.0
numpy >= 1.22.0
typing-extensions >= 4.1.0
numba >= 0.56.0
gymnasium
tqdm >= 4.60.0
[options.extras_require]
all =
%(optional)s
%(test)s
%(examples)s
%(benchmarks)s
optional =
tensorboard
wandb
moviepy >= 1.0
test =
pytest
examples =
tensorboard
wandb
moviepy >= 1.0
gymnasium[all]
hydra-core
benchmarks =
tensorboard
wandb
moviepy >= 1.0
gymnasium[all]
hydra-core
stable-baselines3
[options.packages.find]
include = parllel*
exclude = parllel.*.tests