Skip to content

Commit

Permalink
Update langchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
nlarusstone committed Oct 29, 2023
1 parent d6c2136 commit d8f3b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "platechain"
version = "0.0.2"
version = "0.0.3"
description = "A library of universal parsers for microplate data"
authors = ["Nicholas Larus-Stone <nicholas@sphinxbio.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
langchain = "^0.0.279"
langchain = ">=0.0.313,<0.1"
pandas = "^2.1.0"
python-dotenv = "^1.0.0"
openai = "^0.28.0"
Expand Down

0 comments on commit d8f3b9b

Please sign in to comment.