Update requirements.txt

Removing the upper limit on numpy version as it causes compatibility errors
pull/2086/head
Abhijeet Ghadiyaram 2024-09-23 14:26:20 -05:00 committed by GitHub
parent a207844b1c
commit 9b7cc0c659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Base ----------------------------------------
matplotlib>=3.2.2
numpy>=1.18.5,<1.24.0
numpy>=1.18.5
opencv-python>=4.1.1
Pillow>=7.1.2
PyYAML>=5.3.1