25 lines
362 B
Plaintext
25 lines
362 B
Plaintext
#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 |