Skip to content

Commit

Permalink
Merge pull request #63 from monarch-initiative/update-requirements
Browse files Browse the repository at this point in the history
Update requirements to allow pandas 2.x, also updated poetry lock file
  • Loading branch information
kevinschaper authored Sep 26, 2023
2 parents 8d435c0 + 912e4d1 commit 431d1e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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.21"
version = "0.2.0"
description = ""
authors = [
"Monarch Initiative <[email protected]>",
Expand All @@ -14,10 +14,9 @@ authors = [
[tool.poetry.dependencies]
python = "^3.10"
click = "^8"
pandas = "^1.4.2"
pandas = ">=1.4.6,<2.1.0"
mkdocs = "^1.3.0"
#grape = "^0.1.24"
scipy = "^1.9.1"
scipy = ">=1.9,<2.0.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
Expand Down

0 comments on commit 431d1e0

Please sign in to comment.