Ken-INOUE commited on
Commit
ecc8fb2
·
1 Parent(s): fe4fb5e

Enhance project structure with additional configuration files and directory organization

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Webアプリ/UI + MCP対応
2
+ gradio[mcp]>=5.3.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
14
+
15
+ # Supabase連携
16
+ supabase>=2.4.0
17
+ python-dotenv>=1.0.0