We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491c7c5 commit 60375d0Copy full SHA for 60375d0
1 file changed
setup.py
@@ -4,7 +4,7 @@
4
name="heartSegClinic",
5
version="0.1.0",
6
packages=find_packages(),
7
- python_requires=">=3.8,<=3.11",
+ python_requires=">=3.8,<3.12",
8
include_package_data=True,
9
package_data={
10
"heartSegClinic": ["data/*", "data/labels/*", "data/models/*"],
0 commit comments