Skip to content

Commit

Permalink
chore: upgrade the version of COG (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 authored May 16, 2024
1 parent d2541bc commit edee3bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: |
pip install -r ./cellxgene_schema_cli/requirements.txt
pip install -r ./requirements-dev.txt
pip install -e ./cellxgene_schema_cli
- name: cellxgene_schema_cli Unit tests
run: make unit-test
- name: Upload coverage results as an artifact
Expand Down
2 changes: 1 addition & 1 deletion cellxgene_schema_cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
anndata==0.8.0
cellxgene-ontology-guide==0.4.0
cellxgene-ontology-guide==1.0.0
click==8.1.3
Cython==0.29.34
numpy==1.23.2
Expand Down
2 changes: 1 addition & 1 deletion cellxgene_schema_cli/tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

def test_get_current_schema_version():
assert semver.Version.is_valid(schema.get_current_schema_version())
assert schema.get_current_schema_version() == "5.0.0"
assert schema.get_current_schema_version() == "5.1.0"
4 changes: 2 additions & 2 deletions scripts/schema_bump_dry_run_ontologies/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.31.0
cellxgene-ontology-guide==0.1.4
requests<3
cellxgene-ontology-guide==1.0.0

0 comments on commit edee3bc

Please sign in to comment.