Skip to content

Commit

Permalink
move pytabix dependency to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Dec 11, 2024
1 parent 0d63d85 commit f6da04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies:
- pyfakefs ~=5.5.0
- pytest-sugar ~=0.9.6
- coveralls ~=4.0.1
- pytabix >=0.1.0,<1
# formatting, linting, dev
- ruff ~=0.4.8
- snakefmt ~=0.8.5
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ test = [
"pytest-sugar >=1.0.0,<2",
# coveralls.io tooling
"coveralls >=4.0.1,<5",
"pytabix >=0.1.0,<1"
]
dev = [
# ruff code linter + formatter
Expand Down

0 comments on commit f6da04a

Please sign in to comment.