Spaces:
Sleeping
Sleeping
File size: 561 Bytes
3834199 eb04abf 3834199 270b534 f2fb12f 0dbcacb 8e9be73 0dbcacb 369e64d 0dbcacb 369e64d a9f0e5a f2fb12f 369e64d f2fb12f 45dfcaa | 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 | [project]
name = "phising-detection"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12,<3.14"
dependencies = [
"confluent-kafka>=2.3.0",
"hopsworks==4.2.*",
"pandas>=2.1.0,<2.2.0",
"python-dotenv>=1.0.0",
"pyarrow>=14.0.0",
"requests>=2.32.5",
"scikit-learn>=1.8.0",
"matplotlib>=3.10.8",
"seaborn>=0.13.2",
]
[dependency-groups]
dev = [
"pytest>=9.0.2",
"pytest-cov>=7.0.0",
"pytest-mock>=3.15.1",
"responses>=0.25.8",
]
[tool.uv.workspace]
members = [
"HF_app",
]
|