Skip to content

Commit

Permalink
Cleanup TODO notes
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 20, 2024
1 parent b4aed62 commit 6fff941
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
python-version: '3.13'

# JXL is too old(?) on 24.04 so see you 2026-05 to enable that if we don't switch to Arch first.
- name: Install deps
run: |
sudo apt-get update
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ opencc-python-reimplemented; sys_platform == 'win32' # OPTDEP
pypresence # optdep
tekore # optdep,
natsort # optdep
# TODO(Martin): Ubuntu 24.04 seems to be too old to compile jxlpy, so keep it disabled for now to pass CI
jxlpy; sys_platform != 'darwin' # macOS hates it - fails to find jxl/types.h - https://github.com/olokelo/jxlpy/issues/25#issuecomment-2547928563
#librespot - https://github.com/kokarare1212/librespot-python/pull/286
#picard - picard 2.12.3 requires charset-normalizer~=3.3.2, but you have charset-normalizer 3.4.0 which is incompatible.
Expand Down

0 comments on commit 6fff941

Please sign in to comment.