Skip to content

Commit

Permalink
remove extra dependencies
Browse files Browse the repository at this point in the history
rely on BVC for most dependency logic
  • Loading branch information
lostanlen committed Nov 16, 2021
1 parent bad2944 commit 786bbf2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,7 @@
},
install_requires=[
"birdvoxclassify>=0.3",
"h5py>=2.7.0,<3.0.0",
"librosa==0.7.0",
"numba==0.48.0",
"numpy==1.16.4",
"pandas==0.25.1",
"scikit-learn==0.21.2",
"tensorflow>=2.2,<2.4",
],
extras_require={
"docs": [
Expand Down

0 comments on commit 786bbf2

Please sign in to comment.