wozwize commited on
Commit
f98b162
·
1 Parent(s): 7504fbc

removing supabase from requirements as it's in docker explicitly

Browse files
Files changed (1) hide show
  1. 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 # Ensure you're using the version you need, or consider downgrading if needed
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