Untitled

 avatar
unknown
toml
2 years ago
569 B
4
Indexable
[tool.poetry]
name = "learning-machine"
version = "0.1.0"
description = "Machine learning based on answers."
authors = ["RenChu Wang <patrick1031wang@gmail.com>"]
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