Skip to content

Commit

Permalink
fix(pyproject): remove explicit HTSeq from conda
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 7, 2023
1 parent f7711a3 commit 471c074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ virtual_package_spec = "environments/conda/virtual-packages.yml"
[tool.conda-lock.dependencies]
# transient fork dependency to allow pandas >=2
flytekit = { git = "https://github.com/cameronraysmith/flytekit.git", branch = "3928-pandas-2"}
HTSeq = { git = "https://github.com/htseq/htseq.git", rev="d312d39187362c8c9664fa8d127ee0fb24733152" }
# not available in conda channels
hydra-zen = {source = "pypi"}
hydra-joblib-launcher = {source = "pypi"}
Expand Down

0 comments on commit 471c074

Please sign in to comment.