Skip to content

Commit

Permalink
Relax Python version requirements.
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Ballarin <emanuele@ballarin.cc>
  • Loading branch information
emaballarin committed Nov 4, 2024
1 parent ed8e520 commit d6ed9a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(fname):

setup(
name=PACKAGENAME,
version="0.1.7",
version="0.1.8",
author="Emanuele Ballarin",
author_email="emanuele@ballarin.cc",
url="https://github.com/emaballarin/foveatorch",
Expand All @@ -47,7 +47,7 @@ def read(fname):
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
],
python_requires=">=3.11",
python_requires=">=3.10",
install_requires=[
"torch>=2",
"kornia>=0.6.12",
Expand Down

0 comments on commit d6ed9a1

Please sign in to comment.