-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (33 loc) · 772 Bytes
/
Copy pathpyproject.toml
File metadata and controls
33 lines (33 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "Malicious-traffic-detection"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"ipykernel>=6.29.5",
"matplotlib>=3.9.3",
"numpy>=2.1.3",
"pandas>=2.2.3",
"scikit-learn>=1.5.2",
"seaborn>=0.13.2",
"xgboost>=2.1.3",
"nfstream>=6.5.3",
"psutil>=6.1.0",
"dask>=2024.12.1",
"graphviz>=0.20.3",
"tqdm>=4.67.1",
"typer>=0.15.1",
"click>=8.1.7",
"rich>=13.9.4",
"greynoise>=2.3.0",
"spyip>=0.3.0",
"pydantic-typer>=0.0.13",
"rich-dataframe2>=0.2.1",
"pysigma>=0.11.18",
"pysigma-backend-pd-df>=0.3.0",
"plotext>=5.3.2",
"sortedcontainers>=2.4.0",
"folium>=0.19.3",
"requests>=2.32.3",
]