-
Notifications
You must be signed in to change notification settings - Fork 133
/
pyproject.toml
40 lines (37 loc) · 991 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
36
37
38
39
40
[tool.poetry]
name = "safe-control-gym"
version = "2.0.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.10"
matplotlib = "^3.5.1"
munch = "^2.5.0"
PyYAML = "^6.0"
imageio = "^2.14.1"
dict-deep = "^4.1.2"
scikit-optimize = "^0.9.0"
scikit-learn = "^1.3.0"
gymnasium = "^0.28"
torch = "^1.10.2"
gpytorch = "^1.6.0"
tensorboard = "^2.12.0"
casadi = "^3.6.0"
pybullet = "^3.2.0"
numpy = "^1.22.1"
cvxpy = "^1.1.18"
pycddlib = "^2.1.7"
pytope = "^0.0.4"
Mosek = "^10.0.18"
termcolor = "^1.1.0"
pytest = "^7.2.2"
pre-commit = "^3.3.2"
optuna = "^3.0"
optuna-dashboard = "^0.9"
mysql-connector-python = "8.0.33"
pymysql = "1.1.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core @ git+https://github.com/python-poetry/poetry-core.git@main"]
build-backend = "poetry.core.masonry.api"