mirror of
https://github.com/holodata/sensai-dataset.git
synced 2025-03-15 20:10:32 +09:00
26 lines
517 B
TOML
26 lines
517 B
TOML
[tool.poetry]
|
|
name = "sensai"
|
|
version = "1.0.0"
|
|
description = "Toxic Live Chat Dataset"
|
|
authors = ["Yasuaki Uechi <y@uechi.io>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
kaggle = "^1.5.12"
|
|
numpy = "^1.21.0"
|
|
pandas = "^1.2.3"
|
|
pymongo = "^3.11.3"
|
|
python-dateutil = "^2.8.1"
|
|
altair = "^4.1.0"
|
|
matplotlib = "^3.4.2"
|
|
streamlit = "^0.87.0"
|
|
plotly = "^5.0.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
ipykernel = "^6.2.0"
|
|
yapf = "^0.31.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|