cybersec-ml-pipeline / pyproject.toml
Canstralian's picture
Upload 16 files
7316b09 verified
raw
history blame contribute delete
395 Bytes
[project]
name = "repl-nix-workspace"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"dask[dataframe]>=2024.12.1",
"datasets>=3.2.0",
"huggingface-hub>=0.27.1",
"joblib>=1.4.2",
"matplotlib>=3.10.0",
"numpy>=2.2.1",
"pandas>=2.2.3",
"scikit-learn>=1.6.1",
"seaborn>=0.13.2",
"streamlit>=1.41.1",
]