mirror of
https://github.com/barkeser2002/just-music-premium.git
synced 2026-09-25 01:40:06 +03:00
Updates the requirements on [pyqt6](https://www.riverbankcomputing.com/software/pyqt/), [pyqt6-webengine](https://www.riverbankcomputing.com/software/pyqtwebengine/), [numpy](https://github.com/numpy/numpy), [scipy](https://github.com/scipy/scipy), [sounddevice](https://github.com/spatialaudio/python-sounddevice), [demucs](https://github.com/adefossez/demucs), [pypresence](https://github.com/qwertyquerty/pypresence) and [pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the latest version. Updates `pyqt6` to 6.11.0 Updates `pyqt6-webengine` to 6.11.0 Updates `numpy` to 2.5.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.0...v2.5.3) Updates `scipy` to 1.18.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.0...v1.18.1) Updates `sounddevice` to 0.5.6 - [Release notes](https://github.com/spatialaudio/python-sounddevice/releases) - [Changelog](https://github.com/spatialaudio/python-sounddevice/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/python-sounddevice/compare/0.4.6...0.5.6) Updates `demucs` to 4.1.0 - [Changelog](https://github.com/adefossez/demucs/blob/main/docs/release.md) - [Commits](https://github.com/adefossez/demucs/compare/v4.1.0...v4.1.0) Updates `pypresence` to 4.6.2 - [Release notes](https://github.com/qwertyquerty/pypresence/releases) - [Commits](https://github.com/qwertyquerty/pypresence/compare/v4.3.0...v4.6.2) Updates `pyinstaller` to 6.22.3 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.6.0...v6.22.3) --- updated-dependencies: - dependency-name: demucs dependency-version: 4.1.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: numpy dependency-version: 2.5.3 dependency-type: direct:production dependency-group: python-deps - dependency-name: pyinstaller dependency-version: 6.22.3 dependency-type: direct:production dependency-group: python-deps - dependency-name: pypresence dependency-version: 4.6.2 dependency-type: direct:production dependency-group: python-deps - dependency-name: pyqt6 dependency-version: 6.11.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: pyqt6-webengine dependency-version: 6.11.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: scipy dependency-version: 1.18.1 dependency-type: direct:production dependency-group: python-deps - dependency-name: sounddevice dependency-version: 0.5.6 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
1007 B
Plaintext
26 lines
1007 B
Plaintext
# Çalışma zamanı bağımlılıkları
|
||
PyQt6>=6.11.0
|
||
PyQt6-WebEngine>=6.11.0
|
||
numpy>=2.5.3
|
||
scipy>=1.18.1
|
||
sounddevice>=0.5.6
|
||
yt-dlp>=2026.8.19 # YouTube imza/player'ı sık değişir; taban güncel tutulur, CI en yenisini çeker
|
||
# (2026.07.04 → indirmede HTTP 403; yükseltme düzeltti)
|
||
|
||
# Stüdyo karaoke: htdemucs ile vokal/enstrüman ayırma (YALNIZCA CPU).
|
||
# torch'un CPU tekerleği yeterli (~490 MB); CUDA sürümü gerekmez.
|
||
demucs>=4.1.0
|
||
|
||
# Discord Rich Presence (opsiyonel; Discord uygulaması + Client ID gerektirir).
|
||
# Yoksa uygulama sorunsuz çalışır, yalnız Discord durumu görünmez.
|
||
pypresence>=4.6.2
|
||
|
||
# Derleme (exe üretmek) için
|
||
pyinstaller>=6.22.3
|
||
|
||
# Notlar:
|
||
# - Arama/indirme yt-dlp'nin PYTHON kütüphanesiyle yapılır (exe değil).
|
||
# - bin/ içinde gömülü: ffmpeg.exe (çözümleme/mp3) ve deno.exe (YouTube nsig/JS
|
||
# çözümü — yt-dlp bunu PATH'te bulur; config.py PATH'e ekler).
|
||
# - Arayüz web (HTML/CSS/JS) olarak justmusic/web/ altındadır.
|