删除 setup.py
This commit is contained in:
parent
7069d03518
commit
3e9485be43
25
setup.py
25
setup.py
@ -1,25 +0,0 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="creditcard-fraud-detection",
|
||||
version="0.1.0",
|
||||
description="信用卡欺诈检测系统",
|
||||
packages=find_packages(),
|
||||
python_requires=">=3.10",
|
||||
install_requires=[
|
||||
"numpy>=1.24.0",
|
||||
"polars>=0.19.0",
|
||||
"scikit-learn>=1.3.0",
|
||||
"imbalanced-learn>=0.11.0",
|
||||
"matplotlib>=3.7.0",
|
||||
"seaborn>=0.12.0",
|
||||
"joblib>=1.3.0",
|
||||
"pydantic>=2.0.0",
|
||||
"streamlit>=1.28.0",
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"train=src.train:train_and_evaluate",
|
||||
],
|
||||
},
|
||||
)
|
||||
Loading…
Reference in New Issue
Block a user