Skip to content

Commit 50dc32f

Browse files
authored
fix: Fixed extra char in requirements.txt (#196)
1 parent e5dca97 commit 50dc32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cloud-sql-python-connector[asyncpg]==1.10.0
22
langchain-core==0.2.12
3-
numpy===1.24.4; python_version<='3.8'
3+
numpy==1.24.4; python_version<='3.8'
44
numpy==1.26.4; python_version>'3.8'
55
pgvector==0.3.0
66
SQLAlchemy[asyncio]==2.0.31

0 commit comments

Comments
 (0)