Skip to content

Commit

Permalink
experiment w/ setuptools as runtime dep
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Oct 12, 2024
1 parent 9141d43 commit bc10b6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"setuptools >=64, <74", # XXX: experimenting
"cffi>=1.15",
"numpy>=1.23",
]
Expand Down

0 comments on commit bc10b6e

Please sign in to comment.