Spaces:
Build error
Build error
update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
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 |
jsonpickle
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
9 |
supabase
|
10 |
transitions
|
11 |
-
uvicorn
|
12 |
-
|
|
|
|
1 |
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 |
jsonpickle
|
4 |
+
git+ssh://git@gitlab.com/tangibleai/community/mathtext.git@main#egg=mathtext
|
5 |
+
git+ssh://git@gitlab.com/tangibleai/community/mathactive.git@vlad#egg=mathactive
|
6 |
+
fastapi
|
7 |
+
pydantic
|
8 |
+
requests
|
9 |
+
sentencepiece
|
10 |
supabase
|
11 |
transitions
|
12 |
+
uvicorn
|
13 |
+
pandas
|
14 |
+
scipy
|