pkmn-classifier / pyproject.toml
RelativelyUnique's picture
migrate to huggingface spaces
5abb7cd
raw
history blame
562 Bytes
[tool.poetry]
name = "projects"
version = "0.1.0"
description = ""
authors = ["Martin Coombes <mrcjdc@protonmail.com>"]
[tool.poetry.dependencies]
python = ">=3.10, <3.11"
beautifulsoup4 = "^4.11.1"
jupyterlab = "^3.4.2"
lxml = "^4.8.0"
numpy = "^1.22.4"
scikit-learn = "^1.1.1"
scipy = "^1.8.1"
seaborn = "^0.11.2"
streamlit = "^1.9.2"
transformers = "^4.19.2"
torch = "^1.11.0"
[tool.poetry.dev-dependencies]
black = "^22.3.0"
nbqa = "^1.3.1"
pre-commit = "^2.19.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"