Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -15,7 +15,7 @@ python-dotenv==1.0.1
|
|
| 15 |
# Optional data layers (pick what you use)
|
| 16 |
google-cloud-bigquery==3.25.0
|
| 17 |
google-auth==2.35.0
|
| 18 |
-
motherduck
|
| 19 |
-
duckdb
|
| 20 |
pyarrow==17.0.0
|
| 21 |
joblib==1.4.2
|
|
|
|
| 15 |
# Optional data layers (pick what you use)
|
| 16 |
google-cloud-bigquery==3.25.0
|
| 17 |
google-auth==2.35.0
|
| 18 |
+
motherduck>=0.8,<1
|
| 19 |
+
duckdb>=1.0,<2
|
| 20 |
pyarrow==17.0.0
|
| 21 |
joblib==1.4.2
|