mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
Limit numpy versions to <2
This commit is contained in:
parent
2d8a7b67f8
commit
8597ef0a1c
@ -15,7 +15,7 @@ authors = [
|
||||
dependencies = [
|
||||
"librosa>=0.10.1",
|
||||
"matplotlib>=3.7.1",
|
||||
"numpy>=1.23.5",
|
||||
"numpy>=1.23.5,<2",
|
||||
"pandas>=1.5.3",
|
||||
"scikit-learn>=1.2.2",
|
||||
"scipy>=1.10.1",
|
||||
|
Loading…
Reference in New Issue
Block a user