forked from iRodinia/TimeElasticBand_Cf2.1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
35 lines (32 loc) · 862 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "safe-control-gym"
version = "0.5.0"
description = "PyBullet CartPole and Quadrotor environments—with CasADi symbolic a priori dynamics—for learning-based control and RL"
authors = ["Your Name <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8.10"
matplotlib = "^3.5.1"
Pillow = "^9.0.0"
munch = "^2.5.0"
PyYAML = "^6.0"
imageio = "^2.14.1"
dict-deep = "^4.1.2"
scikit-optimize = "^0.9.0"
pandas = "^1.4.0"
gym = "^0.21.0"
torch = "^1.10.2"
gpytorch = "^1.6.0"
ray = "^1.9.2"
tensorboard = "^2.8.0"
casadi = "^3.5.5"
pybullet = "^3.2.0"
cvxpy = "^1.1.18"
numpy = "^1.22.1"
Mosek = "^9.3.14"
termcolor = "^1.1.0"
rich = "^12.5.1 "
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core @ git+https://github.com/python-poetry/poetry-core.git@master"]
build-backend = "poetry.core.masonry.api"