mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-08-21 18:50:10 +02:00
build: trim runtime dependencies
This commit is contained in:
parent
2b582fc2a0
commit
f4a0421ef3
@ -11,10 +11,9 @@ dependencies = [
|
||||
"deepmerge>=2.0",
|
||||
"hydra-core>=1.3.2",
|
||||
"librosa>=0.10.1",
|
||||
"lightning[extra]==2.5.0",
|
||||
"lightning==2.5.0",
|
||||
"loguru>=0.7.3",
|
||||
"matplotlib>=3.7.1",
|
||||
"netcdf4>=1.6.5",
|
||||
"numpy>=1.23.5",
|
||||
"pandas>=1.5.3",
|
||||
"pydantic>=2.0.0",
|
||||
@ -24,9 +23,10 @@ dependencies = [
|
||||
"seaborn>=0.13.2",
|
||||
"soundevent[audio,geometry,plot]>=2.10.0",
|
||||
"soundfile>=0.12.1",
|
||||
"tensorboard>=2.16.2",
|
||||
"tabulate>=0.10.0",
|
||||
"torch>=2.0.0",
|
||||
"torchaudio>=2.0.0",
|
||||
"tqdm>=4.70.0",
|
||||
"xarray>=2024.0.0",
|
||||
]
|
||||
requires-python = ">=3.10,<3.14"
|
||||
@ -88,6 +88,7 @@ dev = [
|
||||
"deepdiff>=8.6.1",
|
||||
"pytest-xdist[psutil]>=3.8.0",
|
||||
]
|
||||
tensorboard = ["tensorboard>=2.16.2"]
|
||||
dvclive = ["dvclive>=3.48.2"]
|
||||
mlflow = ["mlflow>=3.1.1"]
|
||||
gradio = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user