Untitled
Anonymous
toml
01/10/2024 8:26 PM
760 B
23
Indexable
[tool.poetry] name = "learning-machine" version = "0.1.0" description = "Machine learning based on answers." authors = ["RenChu Wang <[email protected]>"] license = "MIT" readme = "README.md" repository = "https://github.com/rentruewang/learning-machine" [tool.poetry.dependencies] python = "^3.9" [tool.poetry.group.dev.dependencies] black = "^22.10.0" jupyter-book = "^0.15.1" matplotlib = "^3.6.2" numpy = "^1.23.5" scipy = "^1.9.3" torch = "^2.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"
Editor is loading...
Leave a Comment