Skip to content

Commit ab022d6

Browse files
author
Evan Molinelli
committed
trigger GHA to rebuilt new ontologies
1 parent 631948c commit ab022d6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

api/python/pyproject.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ Issues = "https://github.com/chanzuckerberg/cellxgene-ontology-guide/issues"
3131
Changelog = "https://github.com/chanzuckerberg/cellxgene-ontology-guide/blob/main/api/python/CHANGELOG.md"
3232

3333
[project.optional-dependencies]
34-
test = ["pytest", "coverage", "nbconvert", "jupyter"]
34+
test = [
35+
"pytest",
36+
"coverage",
37+
"nbconvert",
38+
"jupyter",
39+
"nbformat>=5.10.4",
40+
]
3541
docs = ["pdoc"]
3642

3743
[tool.setuptools.packages.find]

ontology-assets/ontology_info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
},
135135
"PATO": {
136136
"version": "v2023-05-18",
137-
"source": "https://github.com/pato-ontology/pato/raw",
137+
"source": "https://github.com/pato-ontology/pato/raw",
138138
"filename": "pato.owl"
139139
}
140140
},

0 commit comments

Comments
 (0)