Skip to content

Commit

Permalink
PKG: failing to build on macos, ease constraint on packaging>=24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peircej committed Sep 16, 2024
1 parent ad1a0ea commit 12250d8
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 @@ -92,7 +92,7 @@ dependencies = [
'tables<3.9; python_version < "3.9"',
'tables; python_version >= "3.9"',
'blosc2<2.2.8; python_version < "3.9"', # dependency of tables
"packaging>=24.1",
"packaging>=24.0",
]

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

0 comments on commit 12250d8

Please sign in to comment.