Spaces:
Runtime error
Runtime error
Hobson Lane
commited on
Commit
•
a2453e3
1
Parent(s):
d3c3046
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,6 +5,7 @@ torch==1.11.*
|
|
5 |
transformers==4.*
|
6 |
uvicorn[standard]==0.17.*
|
7 |
pydantic
|
|
|
8 |
spacy
|
9 |
pandas
|
10 |
matplotlib
|
@@ -12,4 +13,4 @@ pytest
|
|
12 |
httpx
|
13 |
|
14 |
django-environ
|
15 |
-
supabase
|
|
|
5 |
transformers==4.*
|
6 |
uvicorn[standard]==0.17.*
|
7 |
pydantic
|
8 |
+
mathtext @ git+https://gitlab.com/tangibleai/community/mathtext@main
|
9 |
spacy
|
10 |
pandas
|
11 |
matplotlib
|
|
|
13 |
httpx
|
14 |
|
15 |
django-environ
|
16 |
+
supabase
|