Skip to content

Commit

Permalink
Loosen versioneer version requirement from exact to min version
Browse files Browse the repository at this point in the history
Makes downstream packaging simpler and more robust, avoiding the need
for downstream patches when versioneer is updated.

Building with versioneer v0.29.0 works fine on Arch Linux, see:

  https://aur.archlinux.org/packages/python-pytensor
  • Loading branch information
carlsmedstad authored and ricardoV94 committed Jan 15, 2024
1 parent 68859fe commit a10c217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"setuptools>=48.0.0",
"cython",
"numpy>=1.17.0",
"versioneer[toml]==0.28",
"versioneer[toml]>=0.28",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit a10c217

Please sign in to comment.