Skip to content

Commit

Permalink
Merge pull request #9 from pkendrick/master
Browse files Browse the repository at this point in the history
pysoundfile dependency
  • Loading branch information
fzalkow authored Jul 26, 2022
2 parents 1f25dfa + 2859a9e commit 07e99de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- numba==0.51.*
- pandas==1.0.*
- pretty_midi==0.2.*
- pysoundfile==0.9.*
- soundfile==0.9.*
- scipy==1.3.*
- numpy==1.17.*
# - libfmp # using a freshly downloaded version of libfmp in the ci script
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'numpy >= 1.17.0, < 2.0.0',
'pandas >= 1.0.0, < 2.0.0',
'pretty_midi >= 0.2.0, < 1.0.0',
'pysoundfile >= 0.9.0, < 1.0.0',
'soundfile >= 0.9.0, < 1.0.0',
'scipy >= 1.3.0, < 2.0.0'],
python_requires='>=3.6',
extras_require={
Expand Down

0 comments on commit 07e99de

Please sign in to comment.