davidberenstein1957 commited on
Commit
28e2b5b
·
1 Parent(s): 1ba1b8f

Fix notation install nodeps from requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -6,4 +6,4 @@ sentencepiece==0.2.0
6
  spaces==0.28.3
7
  torch==2.0.1
8
  transformers==4.41.2
9
- argilla==2.0.0rc1 --no-deps
 
6
  spaces==0.28.3
7
  torch==2.0.1
8
  transformers==4.41.2
9
+ argilla==2.0.0rc1 --install-option="--no-deps"