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

Update requirements.txt's install line for mathtext and mathactive repos

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
- 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
 
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.git@vlad
7
  fastapi
8
  pydantic
9
  requests