25
requirements.txt
Normal file
25
requirements.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
#numpy==1.24.3
|
||||
#pandas==2.0.3
|
||||
#scikit-learn==1.3.0
|
||||
#requests==2.31.0
|
||||
|
||||
bs4
|
||||
numpy>=1.21.0
|
||||
pandas>=1.3.0
|
||||
scikit-learn>=1.0.0
|
||||
requests>=2.25.0
|
||||
python-telegram-bot>=13.0
|
||||
|
||||
# 고급 머신러닝
|
||||
xgboost>=1.5.0
|
||||
lightgbm>=3.2.0
|
||||
|
||||
# 통계 분석
|
||||
scipy>=1.7.0
|
||||
|
||||
# 웹 스크래핑
|
||||
beautifulsoup4>=4.9.0
|
||||
|
||||
# 데이터 시각화 (선택사항)
|
||||
matplotlib>=3.3.0
|
||||
seaborn>=0.11.0
|
||||
Reference in New Issue
Block a user