Skip to content

Commit

Permalink
Remove py3nj dependency (#3)
Browse files Browse the repository at this point in the history
* replace version of escnn

* remove egg syntax
  • Loading branch information
danibene authored Feb 23, 2024
1 parent c42bb7b commit b54cea7
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 @@ -15,12 +15,12 @@
'numpy',
'torchvision',
'kornia',
'escnn',
'escnn @ git+https://github.com/danibene/escnn.git@remove/py3nj_dep'
],
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
python_requires='>=3.7', # Minimum version requirement of Python
)
)

0 comments on commit b54cea7

Please sign in to comment.