A9-Dash / pyproject.toml
Hermit11's picture
Upload 7 files
6d6abcb verified
raw
history blame contribute delete
263 Bytes
[project]
name = "repl-nix-bittensordash"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"numpy>=2.1.2",
"pandas>=2.2.3",
"plotly>=5.24.1",
"scikit-learn>=1.5.2",
"streamlit>=1.39.0",
]