Greg Thompson commited on
Commit
8c67fd6
1 Parent(s): dba933d

Update requirements.txt based on commit f9f987ce

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -5
requirements.txt CHANGED
@@ -2,16 +2,24 @@ dill
2
  en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1-py3-none-any.whl
3
  fuzzywuzzy
4
  jsonpickle
5
- mathtext @ git+https://gitlab.com/tangibleai/community/mathtext@main
6
- fastapi==0.74.*
 
 
 
 
7
  openpyxl
8
- pydantic==1.10.*
9
  python-Levenshtein
10
- requests==2.27.*
11
- sentencepiece==0.1.*
12
  sentence-transformers
13
  supabase
14
  transitions
15
  uvicorn
16
  pandas
17
  scipy
 
 
 
 
 
 
 
 
2
  en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1-py3-none-any.whl
3
  fuzzywuzzy
4
  jsonpickle
5
+ git+ssh://git@gitlab.com/tangibleai/community/mathtext.git@main#egg=mathtext
6
+ git+ssh://git@gitlab.com/tangibleai/community/mathactive.git@vlad#egg=mathactive
7
+ fastapi
8
+ pydantic
9
+ requests
10
+ sentencepiece
11
  openpyxl
 
12
  python-Levenshtein
 
 
13
  sentence-transformers
14
  supabase
15
  transitions
16
  uvicorn
17
  pandas
18
  scipy
19
+
20
+ # Deprecated
21
+ # mathtext @ git+https://gitlab.com/tangibleai/community/mathtext@main
22
+ # fastapi==0.74.*
23
+ # pydantic==1.10.*
24
+ # requests==2.27.*
25
+ # sentencepiece==0.1.*