experimental SVG-based video rendering engine made for music videos. React to MIDI or arbitrary signals from your DAW through "probe" VSTs
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Python to ^3.14.3, <3.15 (#155)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
de2f57ad e94405d4

+3 -3
+2 -2
research/poetry.lock
··· 162 162 163 163 [metadata] 164 164 lock-version = "2.0" 165 - python-versions = "^3.14.2, <3.15" 166 - content-hash = "9e53f0fb8e8e934fd653601c50b7cf3993d9506199b31542101c7eff0a791d0b" 165 + python-versions = "^3.14.3, <3.15" 166 + content-hash = "1bc2d103dc0ee79e6dde111ed676b0ecddac7beeb3adee4d41e5375076015875"
+1 -1
research/pyproject.toml
··· 7 7 readme = "README.md" 8 8 9 9 [tool.poetry.dependencies] 10 - python = "^3.14.2, <3.15" 10 + python = "^3.14.3, <3.15" 11 11 flpinspect = "^0.1.0" 12 12 rich = "^14.3.2" 13 13 docopt = "^0.6.2"