Skip to content

Commit

Permalink
minimal deps
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Jul 11, 2024
1 parent c04dfd9 commit 6fc69a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ readme = "README.md"
license = "BSD-3-Clause"
requires-python = ">=3.9"
authors = [
{ name = "Doug Davis", email = "[email protected]" },
{ name = "Martin Durant", email = "[email protected]" },
]
maintainers = [
{ name = "Doug Davis", email = "[email protected]" },
{ name = "Martin Durant", email = "[email protected]" },
]
classifiers = [
Expand All @@ -28,7 +26,8 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"awkward>=2.6.0"
"awkward>=2.6.5",
"pyarrow"
]
dynamic = ["version"]

Expand Down

0 comments on commit 6fc69a3

Please sign in to comment.