Spaces:
Sleeping
Sleeping
Kate Forsberg
commited on
Commit
·
aa10914
1
Parent(s):
7a1f11c
tied requirements
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
pyproject.toml
CHANGED
@@ -12,7 +12,7 @@ package-mode = false
|
|
12 |
python = "^3.11"
|
13 |
python-dotenv = "^1.0.0"
|
14 |
gradio = "^4.37.1"
|
15 |
-
griptape = {
|
16 |
attrs = "^24.2.0"
|
17 |
pymupdf = "^1.24.7"
|
18 |
argparse = "^1.4.0"
|
|
|
12 |
python = "^3.11"
|
13 |
python-dotenv = "^1.0.0"
|
14 |
gradio = "^4.37.1"
|
15 |
+
griptape = {version="0.30.2", extras=["drivers-embedding-voyageai","drivers-prompt-anthropic"]}
|
16 |
attrs = "^24.2.0"
|
17 |
pymupdf = "^1.24.7"
|
18 |
argparse = "^1.4.0"
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
griptape[all]
|
2 |
python-dotenv
|
|
|
1 |
+
griptape[all]==0.30.2
|
2 |
python-dotenv
|