mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
Remove the numpy<2 requirement from the dependencies specification
This commit is contained in:
parent
9e0ad7fd78
commit
1ac3808fee
@ -10,7 +10,7 @@ dependencies = [
|
|||||||
"click>=8.1.7",
|
"click>=8.1.7",
|
||||||
"librosa>=0.10.1",
|
"librosa>=0.10.1",
|
||||||
"matplotlib>=3.7.1",
|
"matplotlib>=3.7.1",
|
||||||
"numpy>=1.23.5,<2",
|
"numpy>=1.23.5",
|
||||||
"pandas>=1.5.3",
|
"pandas>=1.5.3",
|
||||||
"scikit-learn>=1.2.2",
|
"scikit-learn>=1.2.2",
|
||||||
"scipy>=1.10.1",
|
"scipy>=1.10.1",
|
||||||
|
2
uv.lock
generated
2
uv.lock
generated
@ -45,7 +45,7 @@ requires-dist = [
|
|||||||
{ name = "click", specifier = ">=8.1.7" },
|
{ name = "click", specifier = ">=8.1.7" },
|
||||||
{ name = "librosa", specifier = ">=0.10.1" },
|
{ name = "librosa", specifier = ">=0.10.1" },
|
||||||
{ name = "matplotlib", specifier = ">=3.7.1" },
|
{ name = "matplotlib", specifier = ">=3.7.1" },
|
||||||
{ name = "numpy", specifier = ">=1.23.5,<2" },
|
{ name = "numpy", specifier = ">=1.23.5" },
|
||||||
{ name = "pandas", specifier = ">=1.5.3" },
|
{ name = "pandas", specifier = ">=1.5.3" },
|
||||||
{ name = "scikit-learn", specifier = ">=1.2.2" },
|
{ name = "scikit-learn", specifier = ">=1.2.2" },
|
||||||
{ name = "scipy", specifier = ">=1.10.1" },
|
{ name = "scipy", specifier = ">=1.10.1" },
|
||||||
|
Loading…
Reference in New Issue
Block a user