The current requirements.txt file lists the necessary dependencies that are needed for the SoundScape project but lacks version numbers. I want the users to have a smoother installation process, especially the users unfamiliar with Python package management .It is something I have faced problem with in the past it's important to provide the version details in requirement file.
The Current requirements.txt Content includes:
numpy
matplotlib
scipy
PyAudio
PySimpleGUI
sounddevice
soundfile
I would like to add the versions along with them for smoother installation so can you assign this an issue to me
The current requirements.txt file lists the necessary dependencies that are needed for the SoundScape project but lacks version numbers. I want the users to have a smoother installation process, especially the users unfamiliar with Python package management .It is something I have faced problem with in the past it's important to provide the version details in requirement file.
The Current requirements.txt Content includes:
numpy
matplotlib
scipy
PyAudio
PySimpleGUI
sounddevice
soundfile
I would like to add the versions along with them for smoother installation so can you assign this an issue to me