Spaces:
Running
Running
geekyrakshit
commited on
Commit
•
f94b561
1
Parent(s):
b207b4c
update: dependencies
Browse files- pyproject.toml +2 -0
pyproject.toml
CHANGED
@@ -5,6 +5,8 @@ description = ""
|
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.10"
|
7 |
dependencies = [
|
|
|
|
|
8 |
"google-generativeai>=0.8.3",
|
9 |
"openai>=1.52.2",
|
10 |
"isort>=5.13.2",
|
|
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.10"
|
7 |
dependencies = [
|
8 |
+
"datasets>=3.1.0",
|
9 |
+
"evaluate>=0.4.3",
|
10 |
"google-generativeai>=0.8.3",
|
11 |
"openai>=1.52.2",
|
12 |
"isort>=5.13.2",
|