Refactor project structure and enhance core functionality based on initial implementation.
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Webアプリ/UI
|
| 2 |
+
gradio>=4.44.0
|
| 3 |
+
|
| 4 |
+
# データ処理
|
| 5 |
+
pandas>=2.2.0
|
| 6 |
+
numpy>=1.26.0
|
| 7 |
+
openpyxl>=3.1.2
|
| 8 |
+
|
| 9 |
+
# 機械学習(回帰や予兆解析で利用)
|
| 10 |
+
scikit-learn>=1.5.0
|
| 11 |
+
|
| 12 |
+
# 可視化(将来グラフ表示を追加する可能性を考慮)
|
| 13 |
+
matplotlib>=3.8.0
|