Skip to content

Commit

Permalink
Increased minimum python version deps to fixed error mentioned in sph…
Browse files Browse the repository at this point in the history
  • Loading branch information
wjs20 committed Feb 8, 2024
1 parent e46313b commit 8207fb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 123 deletions.
128 changes: 6 additions & 122 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 @@ -6,7 +6,7 @@ authors = ["Nicholas Larus-Stone <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8.1"
python = ">=3.10,<4.0"
langchain = ">=0.0.313,<0.1"
pandas = "^2.0.1"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit 8207fb6

Please sign in to comment.