-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (33 loc) · 826 Bytes
/
pyproject.toml
File metadata and controls
36 lines (33 loc) · 826 Bytes
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
[tool.poetry]
name = "smorl"
version = "0.2.0"
description = ""
authors = ["Andrii Zadaianchuk"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
torch = "^1.12.1"
torchvision = "^0.13.1"
numba = "^0.56.2"
mujoco-py = "^2.1.2.14"
pygame = "^2.1.2"
einops = "^0.4.1"
GitPython = "^3.1.27"
scipy = "^1.9.1"
cloudpickle = "1.2.0"
python-dateutil = "^2.8.2"
gym = "0.15.4"
opencv-python = "^4.6.0.66"
matplotlib = "^3.6.0"
gtimer = "^1.0.0b5"
numpy-stl = "^2.17.1"
tensorboardX = "^2.5.1"
scikit-video = "^1.1.11"
joblib = "^1.2.0"
boto3 = "^1.24.78"
multiworld = {path = "./multiworld", develop = true}
rlkit = {path = "./rlkit", develop = true}
viskit = { git = "https://github.com/vitchyr/viskit", branch = "master" }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"