PythonScriptShowcase / pyproject.toml
whackthejacker's picture
Upload 9 files
2a64443 verified
raw
history blame contribute delete
380 Bytes
[project]
name = "repl-nix-workspace"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"datasets>=3.3.2",
"matplotlib>=3.10.1",
"numpy>=2.2.3",
"pandas>=2.2.3",
"pillow>=11.1.0",
"plotly>=6.0.0",
"scikit-learn>=1.6.1",
"seaborn>=0.13.2",
"streamlit>=1.42.2",
"transformers>=4.49.0",
]