MathEXLab / PySPOD

A Python package for spectral proper orthogonal decomposition (SPOD).
https://mathexlab.github.io/PySPOD/
MIT License
101 stars 30 forks source link

ffmpeg dependency #5

Closed jdmoorman closed 3 years ago

jdmoorman commented 3 years ago

The ffmpeg dependency mentioned in the README is not the same as the ffmpeg requirement listed in setup.py on line 28. The ffmpeg requirement listed in setup.py is actually https://pypi.org/project/ffmpeg/. There is a Python wrapper for ffmpeg called ffmpy that you might be able to use, or you can link to ffmpeg.org so users know where to download ffmpeg. In any case, ffmpeg should be removed from the requirements list in setup.py.

jdmoorman commented 3 years ago

openjournals/joss-reviews#2862

mengaldo commented 3 years ago

@jdmoorman This should now be fixed, thank you.