Skip to content

Commit

Permalink
Added rg dev to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-Hades committed Dec 10, 2024
1 parent 235ae3b commit fa7d40c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ classifiers = [

dependencies = [
# 'refinegems>=2.0', # has all other needed dependancies
"refinegems>=2.0.0a0",
# "refinegems>=2.0.0a0",
"refinegems@git+https://github.com/draeger-lab/refinegems#egg=dev",
# @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)
Expand Down

0 comments on commit fa7d40c

Please sign in to comment.