asoria HF Staff commited on
Commit
f5a5b6c
·
1 Parent(s): a2e550e

Removing other files

Browse files
Files changed (5) hide show
  1. .python-version +0 -1
  2. poetry.lock +0 -0
  3. poetry.toml +0 -3
  4. pyproject.toml +0 -15
  5. 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