Skip to content

Commit

Permalink
Trying to adapt to 3.11 [runtests]
Browse files Browse the repository at this point in the history
  • Loading branch information
zangobot committed Jan 24, 2025
1 parent 3ccc199 commit 0fb91ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def install_deps():
"*.tests", "*.tests.*", "tests.*", "tests"]),
package_dir={'': 'src'},
include_package_data=True,
python_requires='>=3.5, <3.11',
python_requires='>=3.5, <=3.11',
install_requires=REQ_PKGS,
extras_require={
'pytorch': ["torch>=1.4,!=1.5.*", "torchvision>=0.5,!=0.6.*"],
Expand Down

0 comments on commit 0fb91ee

Please sign in to comment.