Sexism-Detection-Dashboard / pyproject.toml
MatteoFasulo's picture
Added project deps
f3b8813
raw
history blame contribute delete
743 Bytes
[project]
name = "sexism-detection"
version = "0.1.0"
description = "A sexism detection model using recurrent neural architectures and transformers."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=3.2.0",
"gensim>=4.3.3",
"gradio>=5.9.1",
"iprogress>=0.4",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.5",
"matplotlib>=3.10.0",
"nltk>=3.9.1",
"numpy>=1.26.4",
"pandas>=2.2.3",
"pip>=24.3.1",
"requests>=2.32.3",
"scikit-learn>=1.6.0",
"torch>=2.5.1",
"torchaudio>=2.5.1",
"torchvision>=0.20.1",
"tqdm>=4.67.1",
"transformers[torch]>=4.47.1",
]
[[tool.uv.index]]
name = "pytorch-cu124"
url = "https://download.pytorch.org/whl/cu124"
explicit = true