Skip to content

Commit 1923c8d

Browse files
author
JMDM
committed
Update: dependencies
1 parent fc115e0 commit 1923c8d

File tree

4 files changed

+2867
-47
lines changed

4 files changed

+2867
-47
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"sphinx.ext.autosummary",
2323
"sphinx.ext.napoleon",
2424
"sphinx.ext.autosectionlabel",
25+
"sphinx.ext.todo",
2526
]
2627

2728
add_module_names = False

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@ license = { text = "GPL-3.0" }
88
authors = [{ name = "jmdm", email = "jmdm.880@gmail.com" }]
99
classifiers = ["Development Status :: 2 - Pre-Alpha"]
1010

11-
dependencies = []
11+
dependencies = [
12+
"matplotlib>=3.9.4",
13+
"mujoco>=3.3.6",
14+
"networkx>=3.2.1",
15+
"nicegui>=2.24.1",
16+
"noise>=1.2.2",
17+
"numpy>=2.0.2",
18+
"numpy-quaternion>=2023.0.3",
19+
"pillow>=11.3.0",
20+
"pydantic>=2.11.9",
21+
"pydantic-settings>=2.10.1",
22+
"rich>=14.1.0",
23+
"sqlalchemy>=2.0.43",
24+
"sqlmodel>=0.0.25",
25+
]
1226

1327

1428
[project.urls]

src/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
click
21
matplotlib
32
mujoco
43
networkx
54
nicegui
6-
noise
75
numpy
86
Pillow
97
pydantic

0 commit comments

Comments
 (0)