mikeee commited on
Commit
a0b298b
·
1 Parent(s): 3f415f2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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