You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
Congratulations, @shivanisingh7! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
Please assign this issue to me!! I have worked on several papers that have required unusual versions of modules and have experience successfully crafting the requirements.txt files!
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 text was updated successfully, but these errors were encountered: