Abid Ali Awan
commited on
Commit
·
ea3677f
1
Parent(s):
5ad2796
Update numpy version in requirements.txt from 2.3.0 to 2.2.6 for compatibility.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -6,5 +6,5 @@ langchain-community==0.3.24
|
|
6 |
tavily-python==0.7.5
|
7 |
yfinance==0.2.62
|
8 |
pandas==2.3.0
|
9 |
-
numpy==2.
|
10 |
requests==2.32.3
|
|
|
6 |
tavily-python==0.7.5
|
7 |
yfinance==0.2.62
|
8 |
pandas==2.3.0
|
9 |
+
numpy==2.2.6
|
10 |
requests==2.32.3
|