Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move geneformer test dependency back to requirements-dev.txt #1236

Merged
merged 1 commit into from
Jul 11, 2024
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
4 changes: 0 additions & 4 deletions .github/workflows/py-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ jobs:
pip install --use-pep517 accumulation-tree # Geneformer dependency needs --use-pep517 for Cython
GIT_CLONE_PROTECTION_ACTIVE=false pip install -r ./api/python/cellxgene_census/scripts/requirements-dev.txt
pip install -e './api/python/cellxgene_census/[experimental]'
- name: Install Geneformer (python >=3.10 only)
# Geneformer version should match that specified in api/python/cellxgene_census/src/cellxgene_census/experimental/ml/huggingface/geneformer_tokenizer.py
run: pip install git+https://huggingface.co/ctheodoris/Geneformer@57f02a4
if: matrix.python-version != '3.8' && matrix.python-version != '3.9'
- name: Report Dependency Versions
run: pip list
- name: Test with pytest (API, main tests)
Expand Down
1 change: 1 addition & 0 deletions api/python/cellxgene_census/scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ twine
coverage
nbqa
transformers[torch]
git+https://huggingface.co/ctheodoris/Geneformer@471eefc; python_version>='3.10'
owlready2
proxy.py
Loading