@@ -8,41 +8,7 @@ license = { text = "GPL-3.0" }
88authors = [{ name = " jmdm" , email = " jmdm.880@gmail.com" }]
99classifiers = [" Development Status :: 2 - Pre-Alpha" ]
1010
11- dependencies = [
12- " click>=8.0.1" ,
13- " cmaes>=0.12.0" ,
14- " ipykernel>=6.30.1" ,
15- " ipywidgets>=8.1.7" ,
16- " jupyter>=1.1.1" ,
17- " jupyter-sphinx>=0.5.3" ,
18- " matplotlib>=3.9.4" ,
19- " mujoco>=3.3.5" ,
20- " myst-nb>=1.3.0" ,
21- " myst-parser>=3.0.1" ,
22- " nbconvert>=7.16.6" ,
23- " nbsphinx>=0.9.7" ,
24- " networkx>=3.2.1" ,
25- " nevergrad>=1.0.12" ,
26- " nicegui>=2.23.3" ,
27- " noise>=1.2.2" ,
28- " nox" ,
29- " numpy>=2.0.2" ,
30- " numpy-quaternion>=2023.0.3" ,
31- " numpydoc>=1.9.0" ,
32- " opencv-python>=4.11.0.86" ,
33- " pandoc>=2.4" ,
34- " pillow>=11.3.0" ,
35- " pydantic>=2.11.7" ,
36- " pydantic-settings>=2.10.1" ,
37- " rich>=14.1.0" ,
38- " shibuya>=2025.8.16" ,
39- " sphinx-autoapi>=3.6.0" ,
40- " sphinx-click>=6.0.0" ,
41- " sphinx-copybutton>=0.5.2" ,
42- " sphinx-design>=0.6.1" ,
43- " sqlalchemy>=2.0.43" ,
44- " sqlmodel>=0.0.24" ,
45- ]
11+ dependencies = []
4612
4713
4814[project .urls ]
@@ -52,24 +18,19 @@ Documentation = "https://ariel.readthedocs.io"
5218Changelog = " https://github.com/ci-group/ariel/releases"
5319
5420[dependency-groups ]
55- dev = [
56- " coverage[toml] >= 6.2" ,
57- " pre-commit >=2.16.0" ,
58- " pre-commit-hooks >=4.6.0" ,
59- " pytest >=6.2.5" ,
60- " pygments >=2.10.0" ,
61- ]
62- lint = [" ruff >=0.5.5" , " pydoclint >=0.5.0" ]
6321docs = [
64- " myst-parser == 3.0.1" ,
22+ " jupyter-sphinx>=0.5.3" ,
23+ " linkify-it-py>=2.0.3" ,
24+ " myst-parser>=3.0.1" ,
25+ " nbsphinx>=0.9.7" ,
6526 " shibuya>=2025.8.16" ,
66- " sphinx >= 4.3.2" ,
67- " sphinx-autobuild >=2021.3.14" ,
68- " sphinx-click >=3.0.2" ,
27+ " sphinx-autoapi>=3.6.0" ,
28+ " sphinx-autobuild>=2024.10.3" ,
29+ " sphinx-autodoc2>=0.5.0" ,
30+ " sphinx-click>=6.0.0" ,
31+ " sphinx-copybutton>=0.5.2" ,
32+ " sphinx-design>=0.6.1" ,
6933]
70- mypy = [" mypy >=0.930" ]
71- typeguard = [" typeguard >=2.13.3" ]
72- xdoctest = [" xdoctest[colors] >=0.15.10" ]
7334
7435[tool .setuptools .packages .find ]
7536where = [" src" ]
0 commit comments