Skip to content

Commit

Permalink
🧪 testing update
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin authored Dec 1, 2023
1 parent 2b1ca13 commit 0a11aef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ dependencies = [
"openai~=1.3.6",
"rich~=13.5.3",
"prompt-toolkit~=3.0.39",
"langchain~=0.0.343"
"langchain~=0.0.343",
"numpy~=1.24.4; python_version < '3.9'",
"numpy~=1.26.1; python_version > '3.8'"
]
description = "A simple CLI to chat with OpenAI GPT Models"
dynamic = ["version"]
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ mypy-extensions==1.0.0 \
--hash=sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d \
--hash=sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782
# via typing-inspect
numpy==1.26.2 \
numpy==1.26.2 ; python_version > "3.8" \
--hash=sha256:06fa1ed84aa60ea6ef9f91ba57b5ed963c3729534e6e54055fc151fad0423f0a \
--hash=sha256:174a8880739c16c925799c018f3f55b8130c1f7c8e75ab0a6fa9d41cab092fd6 \
--hash=sha256:1a13860fdcd95de7cf58bd6f8bc5a5ef81c0b0625eb2c9a783948847abbef2c2 \
Expand Down Expand Up @@ -452,7 +452,9 @@ numpy==1.26.2 \
--hash=sha256:f65738447676ab5777f11e6bbbdb8ce11b785e105f690bc45966574816b6d3ea \
--hash=sha256:f79b231bf5c16b1f39c7f4875e1ded36abee1591e98742b05d8a0fb55d8a3eec \
--hash=sha256:fe6b44fb8fcdf7eda4ef4461b97b3f63c466b27ab151bec2366db8b197387841
# via langchain
# via
# langchain
# llm-term (pyproject.toml)
openai==1.3.6 \
--hash=sha256:5f1f00658474668d8ecb7e87ceed101632c66e1e57d29aa9e0b1cb21f65a72be \
--hash=sha256:a88063de50706e7a25d9d3dcc0aa4b7e1f59ad40a3b8901af28fec097abeb230
Expand Down

0 comments on commit 0a11aef

Please sign in to comment.