Skip to content

Commit

Permalink
Fix rpy2 dependency (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Aug 23, 2023
1 parent 8efb693 commit d33be9b
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 @@ -19,7 +19,7 @@ urls.'Issue Tracker' = 'https://github.com/theislab/anndata2ri/issues?q=is%3Aiss
dynamic = ['version']
requires-python = '>= 3.8'
dependencies = [
'rpy2 >= 3.4.3',
'rpy2 >= 3.5.2', # first with get_conversion
'tzlocal', # for pandas2ri
'anndata',
]
Expand Down

0 comments on commit d33be9b

Please sign in to comment.