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 <[email protected]>
  • Loading branch information
emaballarin committed Nov 4, 2024
1 parent 67a1bf9 commit b5a6822
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 @@ -26,7 +26,7 @@ def read(fname):

setup(
name=PACKAGENAME,
version="0.27.0",
version="0.27.1",
author="Emanuele Ballarin",
author_email="[email protected]",
url="https://github.com/emaballarin/ebtorch",
Expand All @@ -45,7 +45,7 @@ def read(fname):
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
],
python_requires=">=3.11",
python_requires=">=3.10",
install_requires=[
"advertorch>=0.2.4", # pip install git+https://github.com/BorealisAI/advertorch.git
"httpx>=0.27",
Expand Down

0 comments on commit b5a6822

Please sign in to comment.