music-explore
music-explore copied to clipboard
App to explore latent spaces of music collections
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
- Edit requirements.txt to fix `ulr_quote` and numba ImportError - Edit `run.sh` to decouple from python3.7 and avoid error due to self-signed certificate
Tried to make as little changes as possible
Update python, flask, and computational dependencies
Automatic upgrade with codex, I tested the webapp and it loads and runs, but didn't check for correctness and didn't check the import scripts
Some possible review items to look at that Codex surfaced: - config-docker.py:19-21 never defines DATA_DIR, yet multiple codepaths (for example app/models.py:45) expect it; add DATA_DIR = f'{ROOT_DIR}/data' to avoid runtime...