Spaces:
Sleeping
Sleeping
Commit
·
755d2cf
1
Parent(s):
bf9add2
Fix dependency conflicts in requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -7,8 +7,7 @@ chromadb==0.4.18
|
|
7 |
pydantic==2.5.2
|
8 |
pydantic-settings==2.1.0
|
9 |
azure-storage-blob==12.19.0
|
10 |
-
numpy
|
11 |
duckdb==0.9.2
|
12 |
typing-inspect==0.8.0
|
13 |
overrides==7.3.1
|
14 |
-
SQLAlchemy==2.0.19
|
|
|
7 |
pydantic==2.5.2
|
8 |
pydantic-settings==2.1.0
|
9 |
azure-storage-blob==12.19.0
|
10 |
+
numpy>=1.22.5
|
11 |
duckdb==0.9.2
|
12 |
typing-inspect==0.8.0
|
13 |
overrides==7.3.1
|
|