Skip to content

Commit 4e57e7e

Browse files
committed
Constrain rpy2<3.5.0 until recursion error is fixed
1 parent f60c220 commit 4e57e7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ requirements:
3030
- numpy >=1.16
3131
- pandas >=1.0,<1.2
3232
- patsy >=0.5.1
33-
- rpy2
33+
- rpy2 >=3.4.5,<3.5.0
3434
- scipy >=1.4.0
3535
- seaborn >=0.10.0
3636
- r-base

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pandas >= 1.1.0
22
numpy>=1.16.0
3-
rpy2>=3.4.5
3+
rpy2>=3.4.5,<3.5.0
44
seaborn>=0.10.0
55
matplotlib>=3.0
66
patsy>=0.5.1

0 commit comments

Comments
 (0)