Skip to content

Commit

Permalink
[python] Depend on attrs package >= 22.2 (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl authored Mar 4, 2023
1 parent a79c9da commit fe0cc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def run(self):
zip_safe=False,
install_requires=[
"anndata",
"attrs>=22.1",
"attrs>=22.2",
"numpy",
"pandas",
"pyarrow>=9.0.0",
Expand Down

0 comments on commit fe0cc35

Please sign in to comment.