Skip to content

Commit

Permalink
shift to 3.10 python
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Apr 27, 2024
1 parent d107c6b commit fe8250c
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 @@ -71,7 +71,7 @@
"tensorflow==2.14.0",
"transformers==4.36.0",
"unidecode==1.3.7",
"torch@https://download.pytorch.org/whl/cpu/torch-2.0.1%2Bcpu-cp38-cp38-linux_x86_64.whl"
"torch@https://download.pytorch.org/whl/cpu/torch-2.0.1%2Bcpu-cp310-cp310-linux_x86_64.whl"
]

# PyTorch index URL for dependency link
Expand Down Expand Up @@ -167,7 +167,7 @@
"Programming Language :: Python :: 3.10",
"Typing :: Typed",
],
python_requires=">=3.9, <=3.10",
python_requires="==3.10",
packages=find_packages(exclude=("tests", "tests.*")),
install_requires=requirements,
license="Business Source License 1.1",
Expand Down

0 comments on commit fe8250c

Please sign in to comment.