Skip to content

Commit

Permalink
dev-python/dandi-schema: dependency constraint update
Browse files Browse the repository at this point in the history
Upstream discussion: NeurodataWithoutBorders/pynwb#1799

Signed-off-by: Horea Christian <[email protected]>
  • Loading branch information
TheChymera committed Dec 12, 2023
1 parent 82a62ae commit 0496d26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )

inherit distutils-r1

Expand All @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/wheel[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
<dev-python/pydantic-2[${PYTHON_USEDEP}]
dev-python/email-validator[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
Expand Down

0 comments on commit 0496d26

Please sign in to comment.