Skip to content

Commit a10c217

Browse files
carlsmedstadricardoV94
authored andcommitted
Loosen versioneer version requirement from exact to min version
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
1 parent 68859fe commit a10c217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"setuptools>=48.0.0",
44
"cython",
55
"numpy>=1.17.0",
6-
"versioneer[toml]==0.28",
6+
"versioneer[toml]>=0.28",
77
]
88
build-backend = "setuptools.build_meta"
99

0 commit comments

Comments
 (0)