Skip to content

Commit

Permalink
fix: pin pydantic and rich semver ranges (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Apr 7, 2023
1 parent f9bb3cb commit dc7f5ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ classifiers = [
"Operating System :: OS Independent",
]
url = { homepage = "https://github.com/higlass/higlass-schema" }
requires-python = ">=3.7"
dynamic = ["version"]
dependencies = [
"importlib_metadata ; python_version < '3.8'",
"pydantic",
"rich",
"pydantic>=1.10,<2.0",
"rich>=13.3.3",
]

[project.optional-dependencies]
Expand Down

0 comments on commit dc7f5ce

Please sign in to comment.