khajavi8056 commited on
Commit
6e49a71
·
verified ·
1 Parent(s): 64c60d6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  streamlit==1.42.2
2
- tensortrade==0.3.0
3
  yfinance==0.2.54
4
  pandas==2.2.2
5
  numpy==1.26.4
@@ -9,4 +9,5 @@ stable-baselines3==2.5.0
9
  protobuf==3.20.3
10
  gym==0.17.0
11
  torch==2.5.1
12
- lxml>=4.9.3 # افزودن این خط برای رفع خطاهای احتمالی
 
 
1
  streamlit==1.42.2
2
+ git+https://github.com/tensortrade-org/tensortrade.git
3
  yfinance==0.2.54
4
  pandas==2.2.2
5
  numpy==1.26.4
 
9
  protobuf==3.20.3
10
  gym==0.17.0
11
  torch==2.5.1
12
+ setuptools>=65.5.1
13
+ wheel>=0.40.0