whackthejacker/DataHubHub
1
1[project]2name = "repl-nix-workspace"3version = "0.1.0"4description = "Add your description here"5requires-python = ">=3.11"6dependencies = [7 "black>=25.1.0",8 "datasets>=3.3.2",9 "huggingface-hub>=0.29.1",10 "isort>=6.0.1",11 "matplotlib>=3.10.1",12 "mypy>=1.15.0",13 "numpy>=2.2.3",14 "pandas>=2.2.3",15 "plotly>=6.0.0",16 "pyarrow>=19.0.1",17 "pylint>=3.3.4",18 "pytest>=8.3.4",19 "scikit-learn>=1.6.1",20 "sqlalchemy>=2.0.38",21 "streamlit>=1.42.2",22 "torch>=2.6.0",23 "transformers>=4.49.0",24]25 26[[tool.uv.index]]27explicit = true28name = "pytorch-cpu"29url = "https://download.pytorch.org/whl/cpu"30 31[tool.uv.sources]32torch = [{ index = "pytorch-cpu", marker = "platform_system == 'Linux'" }]33torchvision = [{ index = "pytorch-cpu", marker = "platform_system == 'Linux'" }]34 