Skip to content

Commit

Permalink
increase min rpy2 version requirment for nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Oct 8, 2021
1 parent e85b315 commit 2f90f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- numpy >=1.16
- pandas >=1.0,<1.2
- patsy >=0.5.1
- rpy2 >=3.3.2
- rpy2 >=3.4.5
- scipy >=1.4.0
- seaborn >=0.10.0
- r-base <4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas >= 1.1.0,<1.2
numpy>=1.16.0
rpy2>=3.3.2
rpy2>=3.4.5
seaborn>=0.10.0
matplotlib>=3.0
patsy>=0.5.1
Expand Down

0 comments on commit 2f90f0f

Please sign in to comment.