-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from linkml/update_bioregistry
update dependencies and registry contents to resolve teh prefix 'action' in the merge file not having a canonical expansion
- Loading branch information
Showing
11 changed files
with
1,878 additions
and
1,303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "prefixmaps" | ||
version = "0.1.4" | ||
version = "0.1.6" | ||
description = "A python library for retrieving semantic prefix maps" | ||
readme = "README.md" | ||
authors = ["cmungall <[email protected]>"] | ||
|
@@ -23,7 +23,7 @@ homepage = "https://github.com/linkml/prefixmaps" | |
|
||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7.6" | ||
python = "^3.8.0" | ||
pyyaml = ">=5.3.1" | ||
sphinx-rtd-theme = {version = "^1.0.0", extras = ["docs"]} | ||
Sphinx = {version = "^5.3.0", extras = ["docs"]} | ||
|
@@ -32,9 +32,13 @@ sphinx-click = {version = "^4.3.0", extras = ["docs"]} | |
myst-parser = {version = "^0.18.1", extras = ["docs"]} | ||
click = ">=8.1.3" | ||
requests = {version = "^2.28.1", extras = ["refresh"]} | ||
bioregistry = {version = "^0.8.0", extras = ["refresh"]} | ||
bioregistry = {version = "^0.10.0", extras = ["refresh"]} | ||
rdflib = {version = "^6.2.0", extras = ["refresh"]} | ||
curies = ">=0.5.3" | ||
tox = "^4.11.3" | ||
# this forces tox to use pydantic ^1 instead of installing pydantic 2 as part of its "refresh" environment. | ||
# bioregistry is still at pydantic 1.0, so this is necessary to avoid refresh failure. | ||
pydantic = "^1.8.2" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = ">=6.2" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters