Skip to content

Commit

Permalink
PKG: roll back requirement on packaging 24.1 (causes py2app complaint)
Browse files Browse the repository at this point in the history
  • Loading branch information
peircej committed Sep 9, 2024
1 parent d50dc77 commit 52b1ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies = [
"python-xlib; platform_system == \"Linux\"",
"distro; platform_system == \"Linux\"",
'tables!=3.9.2', # 3.9.2 crashes on Rosetta
"packaging>=24.1",
"packaging>=24.0",
]

[project.optional-dependencies] # This is optional dependencies
Expand Down

0 comments on commit 52b1ceb

Please sign in to comment.