Spaces:
Runtime error
Runtime error
Removing other files
Browse files- .python-version +0 -1
- poetry.lock +0 -0
- poetry.toml +0 -3
- pyproject.toml +0 -15
- requirements.txt +0 -2
.python-version
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
3.9.15
|
|
|
|
poetry.lock
DELETED
The diff for this file is too large to render.
See raw diff
|
|
poetry.toml
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
[virtualenvs]
|
2 |
-
in-project = true
|
3 |
-
prefer-active-python = true
|
|
|
|
|
|
|
|
pyproject.toml
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
[tool.poetry]
|
2 |
-
name = "pandasai-datasets-demo"
|
3 |
-
version = "0.1.0"
|
4 |
-
description = "Demo for pandasai using datasets library"
|
5 |
-
authors = ["Andrea Soria <[email protected]>"]
|
6 |
-
|
7 |
-
[tool.poetry.dependencies]
|
8 |
-
gradio = "3.28.1"
|
9 |
-
python = "^3.9.15"
|
10 |
-
pandasai = "^0.2.14"
|
11 |
-
datasets = "^2.12.0"
|
12 |
-
|
13 |
-
[build-system]
|
14 |
-
requires = ["poetry-core"]
|
15 |
-
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
pandasai
|
2 |
-
datasets
|
|
|
|
|
|