Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This release is available via PyPi:
pip install popv
```

Please report any issues on [GitHub](https://github.com/yoseflab/popv).
Please report any issues on [GitHub](https://github.com/yoseflab/popv).
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ENV POPV_PATH="/usr/local/lib/python3.11/site-packages/popv"
COPY . ${POPV_PATH}

ARG DEPENDENCIES=""
RUN uv pip install --system "popv[${DEPENDENCIES}] @ ${POPV_PATH}"
RUN uv pip install --system "popv[${DEPENDENCIES}] @ ${POPV_PATH}"
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ dependencies = [
"anndata",
"bbknn",
"celltypist",
"faiss-cpu",
"huggingface-hub",
"onclass",
"scanorama",
"scanpy",
"scikit-misc",
"sklearn-ann",
"scvi-tools",
"tensorflow",
"harmony-pytorch",
Expand Down