muthuk1 commited on
Commit
043508b
·
verified ·
1 Parent(s): 0bbe710

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -0
requirements.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core
2
+ numpy>=1.24.0
3
+ aiohttp>=3.9.0
4
+ gymnasium>=0.29.0
5
+ eth-abi>=4.0.0
6
+ eth-utils>=2.0.0
7
+
8
+ # RL (optional — falls back to numpy if not available)
9
+ # stable-baselines3>=2.1.0
10
+ # torch>=2.0.0
11
+
12
+ # Telegram Bot (optional)
13
+ # python-telegram-bot>=20.0
14
+
15
+ # LLM Strategy Reports (optional)
16
+ # openai>=1.0.0
17
+
18
+ # Web3 (optional — for direct RPC interaction)
19
+ # web3>=6.0.0
20
+
21
+ # Development
22
+ pytest>=7.0.0
23
+ pytest-asyncio>=0.21.0