Skip to content

Commit

Permalink
Merge pull request #44 from monarch-initiative/update-python-dependency
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
glass-ships committed Oct 27, 2022
2 parents 9f1c05c + 41fdfa3 commit bc474cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cat-merge"
version = "0.1.17"
version = "0.1.18"
description = ""
authors = [
"Monarch Initiative <info@monarchinitiative.org>",
Expand All @@ -12,7 +12,7 @@ authors = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = "^3.10"
click = "^8"
pandas = "^1.4.2"
mkdocs = "^1.3.0"
Expand Down

0 comments on commit bc474cf

Please sign in to comment.