Skip to content

Commit 3acbcd7

Browse files
committed
Fix rpy2-robjects version in requirements.
1 parent f6bb51c commit 3acbcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"pyarrow",
28-
"rpy2-robjects >= 3.6.3"
28+
"rpy2-robjects >= 3.6.2"
2929
]
3030
dynamic = ["version"]
3131

0 commit comments

Comments
 (0)