rahuln2002 commited on
Commit
69d14c2
·
verified ·
1 Parent(s): bf1d5bf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -16
requirements.txt CHANGED
@@ -1,17 +1,18 @@
1
- ipykernel
2
- pandas
3
- numpy<2
4
- flask
5
- python-dotenv
6
- transformers
7
- torch
8
- torchvision
9
- torchaudio
10
- --extra-index-url https://download.pytorch.org/whl/cu126
11
- scikit-learn
12
- langchain
13
- langchain-community
14
- langchain-core
15
- sentence-transformers
16
- faiss-cpu>=1.7.4
 
17
  together
 
1
+ ipykernel
2
+ pandas
3
+ numpy<2
4
+ flask
5
+ python-dotenv
6
+ transformers
7
+ torch
8
+ torchvision
9
+ torchaudio
10
+ --extra-index-url https://download.pytorch.org/whl/cu126
11
+ scikit-learn
12
+ langchain
13
+ langchain-community
14
+ langchain-core
15
+ keras<3
16
+ sentence-transformers
17
+ faiss-cpu>=1.7.4
18
  together