From 5eeb0ce382a2c378d0e083f4eb7823be1613fcfa Mon Sep 17 00:00:00 2001 From: GwennyGit <81755070+GwennyGit@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:47:08 +0200 Subject: [PATCH] Changed refinegems version to 2.0.0a0 #14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a045b9..a6676ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ dependencies = [ # 'refinegems>=2.0', # has all other needed dependancies - "refinegems>=2.0.0-alpha.0", + "refinegems>=2.0.0a0", # @NOTE # need to installed but install does not work with PyPi that way "bofdat@git+https://github.com/draeger-lab/BOFdat", # our fork with hot fix(es)