Greg Thompson commited on
Commit
ebb5ff7
1 Parent(s): 38eb5cf

Update requirements.txt to download mathtext and mathactive from GitLab

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -2,8 +2,8 @@ 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
6
- mathactive
7
  fastapi
8
  pydantic
9
  requests
 
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
+ mathactive @ git+https://gitlab.com/tangibleai/community/mathactive@main
7
  fastapi
8
  pydantic
9
  requests