-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 794 Bytes
/
Copy pathpyproject.toml
File metadata and controls
37 lines (34 loc) · 794 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
37
[project]
name = "technical"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "==3.13.7"
dependencies = [
"dash>=4.0.0",
"dash-mantine-components>=2.6.0",
"disutils>=1.4.32.post2",
"ipykernel>=7.2.0",
"matplotlib",
"mujoco>=3.3.6",
"optuna>=4.7.0",
"plotly>=6.5.2",
"point-cloud-utils>=0.34.0",
"pytest>=9.0.0",
"robosuite>=1.5.1",
"robosuite-models>=1.0.0",
"rtree>=1.4.1",
"setuptools>=80.9.0",
"torch",
"trimesh>=4.11.0",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu128", marker = "sys_platform == 'win32'" },
]
[[tool.uv.index]]
name = "pytorch-cu128"
url = "https://download.pytorch.org/whl/cu128"
explicit = true
[tool.pytest.ini_options]
pythonpath = ["src"]