Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
langchain
|
2 |
InstructorEmbedding
|
|
|
|
|
|
|
|
|
3 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
4 |
torch
|
5 |
torchvision
|
|
|
1 |
langchain
|
2 |
InstructorEmbedding
|
3 |
+
# altair 5 probably includes some breaking changes
|
4 |
+
altair<5
|
5 |
+
|
6 |
+
# build faster for CPU and need much less disk space
|
7 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
8 |
torch
|
9 |
torchvision
|