Skip to content

Commit

Permalink
chore(deps): update python-nonmajor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 17, 2024
1 parent d6ad7ca commit a11eccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +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.26.4; python_version<='3.8'",
"numpy>=1.24.4, <2.0.0; python_version>'3.8'",
]
classifiers = [
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 a11eccd

Please sign in to comment.