Skip to content

Commit

Permalink
Merge pull request #54 from CBIIT/feature/no-ref/update-diff-changelo…
Browse files Browse the repository at this point in the history
…g-script

Feature/no ref/update diff changelog script
  • Loading branch information
nelsonwmoore authored Nov 21, 2023
2 parents 70a1376 + d03d2d8 commit 4971cd3
Show file tree
Hide file tree
Showing 11 changed files with 2,343 additions and 1,601 deletions.
2 changes: 1 addition & 1 deletion python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ About

# other
.idea/

.vscode/*
2,469 changes: 1,270 additions & 1,199 deletions python/poetry.lock

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bento-meta"
version = "0.2.4"
version = "0.2.5"
description = "Python drivers for Bento Metamodel Database"
authors = [
{ name="Mark A. Jensen", email = "[email protected]"},
Expand All @@ -20,7 +20,7 @@ classifiers = [

[tool.poetry]
name = "bento-meta"
version = "0.2.4"
version = "0.2.5"
description = "Python drivers for Bento Metamodel Database"
authors = [
"Mark A. Jensen <[email protected]>",
Expand All @@ -37,15 +37,19 @@ PyYAML = ">=6.0.1"
delfick-project = "^0.7.9"
neo4j = ">=4.0"
nanoid = "^2.0.0"
requests = "^2.28.1"
requests = "2.31.0"
tqdm = "^4.64.1"
setuptools = "^65.4.1"
numpy = {version = "^1.23.5", optional = true}
pandas = {version = "^1.5.2", optional = true}
spacy = {version = "^3.4.3", optional = true}
click = {version = "^8.1.3", optional = true}
liquichange = "^0.2.1"
bento-mdf = "^0.9.1"
bento-mdf = "0.9.5"
tornado = "6.3.3"
cryptography = "41.0.3"
certifi = "2023.7.22"
markdown-it-py = "2.2.0"

[tool.poetry.extras]
Tools = ["click", "numpy", "pandas", "spacy", "liquichange"]
Expand Down
Loading

0 comments on commit 4971cd3

Please sign in to comment.