Spaces:
Running
Running
removing supabase from requirements as it's in docker explicitly
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -11,6 +11,5 @@ torch==2.1.2
|
|
11 |
numpy==1.26.3
|
12 |
pytest==7.4.3
|
13 |
pytest-asyncio==0.21.1
|
14 |
-
httpx==0.25.2
|
15 |
-
supabase-py # Keep it without a version constraint, or pin to a working version like 1.0.0
|
16 |
configparser>=6.0.0
|
|
|
11 |
numpy==1.26.3
|
12 |
pytest==7.4.3
|
13 |
pytest-asyncio==0.21.1
|
14 |
+
httpx==0.25.2
|
|
|
15 |
configparser>=6.0.0
|