[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", "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", "torchvision>=0.20.1", "tqdm>=4.67.1", "transformers[torch]>=4.47.1", ] [[tool.uv.index]] name = "pytorch-cpu" url = "https://download.pytorch.org/whl/cpu" explicit = true [tool.uv.sources] torch = [ { index = "pytorch-cpu" }, ] torchvision = [ { index = "pytorch-cpu" }, ]