Skip to content

Commit

Permalink
install pandas stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Mar 18, 2023
1 parent 12464be commit 446498d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
31 changes: 29 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ name = "genai"
url = "https://pypi.org"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.8,<3.12"
openai = "^0.27.0"
vdom = "^0.6"
ipython = "^8.10.0"
Expand All @@ -54,6 +54,7 @@ bump2version = "^1.0.1"
[tool.poetry.group.dev.dependencies]
pandas = "^1.5.3"
mypy = "^1.1.1"
pandas-stubs = "^1.5.3.230304"

[build-system]
requires = ["poetry-core>=1.0.1"]
Expand Down

0 comments on commit 446498d

Please sign in to comment.