Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ficstamas committed Mar 17, 2022
1 parent 1bb3512 commit f33f09d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--find-links https://download.pytorch.org/whl/torch_stable.html

beautifulsoup4==4.10.0
blis==0.7.6
catalogue==2.0.6
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
],
packages=setuptools.find_packages(),
install_requires=install_requires,
dependency_links=[
"https://download.pytorch.org/whl/cu113/torch_stable.html",
],
python_requires=">=3.9"
)

0 comments on commit f33f09d

Please sign in to comment.