sensai/pyproject.toml

29 lines
664 B
TOML
Raw Normal View History

2021-09-01 12:11:38 +09:00
[tool.poetry]
2021-09-09 01:14:21 +09:00
name = "sensai-dataset"
2021-09-01 12:11:38 +09:00
version = "1.0.0"
description = "Toxic Live Chat Dataset"
authors = ["Yasuaki Uechi <y@uechi.io>"]
[tool.poetry.dependencies]
2021-09-09 01:14:21 +09:00
python = "^3.8"
datasets = {git = "https://github.com/huggingface/datasets.git", rev = "master"}
#datasets = "^1.11.0"
2022-06-03 16:36:32 +09:00
pyarrow = "^7.0.0"
2021-09-09 01:14:21 +09:00
[tool.poetry.dev-dependencies]
2022-06-03 16:36:32 +09:00
pymongo = "^4.0.2"
transformers = "^4.17.0"
torch = "^1.11.0"
tokenizers = "^0.11.6"
2021-09-01 12:11:38 +09:00
kaggle = "^1.5.12"
2022-06-03 16:36:32 +09:00
pandas = "^1.4.1"
python-dateutil = "^2.8.2"
yapf = "^0.32.0"
sentence-transformers = "^2.2.0"
jupyter = "^1.0.0"
tangram = "^0.7.0"
2021-09-01 12:11:38 +09:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"