File size: 380 Bytes
2a64443 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[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",
]
|