From ecc420f785457a4d074999a0ac22323c6696cf89 Mon Sep 17 00:00:00 2001 From: JHKru Date: Thu, 25 Jan 2024 17:40:47 +0100 Subject: [PATCH] Add rpy2 and r-bio3d to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ca0f52b..783dffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,8 @@ packages = [ python = "^3.7" biotite = ">= 0.32" numpy = "^1.15" +rpy2 +r-bio3d [tool.poetry.dev-dependencies] pytest = "^5.2"