Spaces:
Running
Running
add tensorflow to requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -13,4 +13,5 @@ transformers
|
|
| 13 |
uvicorn[standard]==0.17.*
|
| 14 |
keras==3.6.0
|
| 15 |
yfinance==0.2.47
|
| 16 |
-
jsonpath==0.82.2
|
|
|
|
|
|
| 13 |
uvicorn[standard]==0.17.*
|
| 14 |
keras==3.6.0
|
| 15 |
yfinance==0.2.47
|
| 16 |
+
jsonpath==0.82.2
|
| 17 |
+
tensorflow==2.16.2
|