Skip to content

Commit 4be491e

Browse files
authored
Merge pull request #5 from crackerky/fix/numpy-import-error
Fix AttributeError: _ARRAY_API not found
2 parents aef0d93 + 6e65624 commit 4be491e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

receipt-scanner-app/receipt-scanner-backend/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ langchain==0.3.25
99
requests
1010
uvicorn[standard]
1111
opencv-python==4.9.0.80
12-
numpy>=1.26.4
12+
numpy==1.26.4
1313
pillow-heif==0.16.0
1414
pydantic>=2.5.0
1515
python-dateutil>=2.8.2
@@ -18,3 +18,4 @@ sqlalchemy>=2.0.23
1818
alembic>=1.13.0
1919
python-jose[cryptography]>=3.3.0
2020
passlib[bcrypt]>=1.7.4
21+
email-validator>=2.0.0

0 commit comments

Comments
 (0)