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
* Split out the code into separate modules, leaving the brownify script
in place
* Add in module metadata (pyproject.toml, setup.cfg, setup.py) and
remove requirements.txt
* Update the versions for numpy and librosa, as the previous versions
in did not work
* Update gitignore to ignore build-related files
Addresses #2
I have split the code out into more maintainable modules and a script, and I also set up the infrastructure to do proper installs as a package. This one is all set now.
The code is all stuck in a single file right now. We should split it into modules.
The text was updated successfully, but these errors were encountered: