File tree Expand file tree Collapse file tree 1 file changed +32
-21
lines changed
Expand file tree Collapse file tree 1 file changed +32
-21
lines changed Original file line number Diff line number Diff line change 1- [tool . poetry ]
1+ [project ]
22name = " synth"
33version = " 0.1.0"
44description = " Automated Synthesis Framework"
5- authors = [" Théo Matricon <theomatricon@gmail.com>" , " Nathanaël Fijalkow <nathanael.fijalkow@gmail.com>" ]
6- license = " MIT"
5+ authors = [
6+ { name = " Théo Matricon" , email = " theomatricon@gmail.com" },
7+ { name = " Nathanaël Fijalkow" , email = " nathanael.fijalkow@gmail.com" },
8+ ]
9+ requires-python = " >=3.10"
710readme = " README.md"
8- repository = " https://github.com/SynthesisLab/DeepSynth2"
11+ license = " MIT"
12+ dependencies = [
13+ " torch>=1.13.1" ,
14+ " tensorboard>=0" ,
15+ " cython>=0.29" ,
16+ " numpy>=1.22" ,
17+ " vose" ,
18+ " colorama>=0.4.4" ,
19+ " tqdm>=4.63.0" ,
20+ " matplotlib>=3.5.1" ,
21+ " pltpublish>=0.1.0" ,
22+ " gymnasium[mujoco, box2d]"
23+ ]
24+
25+ [project .urls ]
26+ Repository = " https://github.com/SynthesisLab/DeepSynth2"
927
10- [tool .poetry .dependencies ]
11- python = " >=3.8"
12- torch = " >=1.13.1"
13- tensorboard = " >=0"
14- cython = " >=0.29"
15- numpy = " >=1.22"
16- vose = { git = " https://github.com/Theomat/vose.git" }
17- colorama = " >=0.4.4"
18- tqdm = " >=4.63.0"
19- matplotlib = " >=3.5.1"
20- pltpublish = " >=0.1.0"
28+ [dependency-groups ]
29+ dev = [
30+ " ruff>= 0.4.3" ,
31+ " pytest>=7.2.0" ,
32+ " mypy>=0.910" ,
33+ ]
2134
22- [tool .poetry .dev-dependencies ]
23- ruff = " >= 0.4.3"
24- pytest = " >=7.2.0"
25- mypy = " >=0.910"
35+ [tool .uv .sources ]
36+ vose = { git = " https://github.com/Theomat/vose.git" }
2637
2738[build-system ]
28- requires = [" poetry-core>=1.0.0 " ]
29- build-backend = " poetry.core.masonry.api "
39+ requires = [" hatchling " ]
40+ build-backend = " hatchling.build "
You can’t perform that action at this time.
0 commit comments