Skip to content

Commit

Permalink
build: remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gventuri committed Mar 15, 2024
1 parent faa310d commit cd24a5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 231 deletions.
1 change: 1 addition & 0 deletions pandasai/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@
"scipy",
"streamlit",
"modin",
"scikit-learn",
]
234 changes: 4 additions & 230 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ python-dotenv = "^1.0.0"
pandas = "1.5.3"
astor = "^0.8.1"
openai = "<2"
ipython = "^8.13.1"
matplotlib = "^3.7.1"
pydantic = ">=1,<3"
sqlalchemy = ">=1.4,<3"
Expand Down Expand Up @@ -85,6 +84,7 @@ yfinance = ["yfinance"]
modin = ["modin", "ray"]
chromadb = ["chromadb"]
bedrock = ["boto3"]
flask = ["flask"]


[tool.poetry.group.docs]
Expand Down

0 comments on commit cd24a5a

Please sign in to comment.