Skip to content

Commit

Permalink
chore(deps): update python-nonmajor (#78)
Browse files Browse the repository at this point in the history
* chore(deps): update python-nonmajor

* Update pyproject.toml

---------

Co-authored-by: Averi Kitsch <akitsch@google.com>
  • Loading branch information
renovate-bot and averikitsch authored Jun 20, 2024
1 parent 42ce10b commit 32a3e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ dependencies = [
"langchain-core>=0.1.1, <1.0.0",
"langchain-community>=0.0.18, <1.0.0",
"redis>=5.0.0, <6.0.0",
"numpy==1.24.4; python_version<='3.8'",
"numpy>=1.24.4, <2.0.0; python_version>'3.8'",
"numpy>=1.24.4, <2.0.0",
]
classifiers = [
"Intended Audience :: Developers",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
langchain-core==0.2.1
langchain-core==0.2.7
langchain-community==0.2.0
redis==5.0.4
redis==5.0.6
numpy===1.24.4; python_version <= "3.8"
numpy==1.26.4; python_version > "3.8"

0 comments on commit 32a3e0c

Please sign in to comment.