Skip to content

Commit

Permalink
Use forked prox-tv sdist. Dare I say, closes #59? (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdewitt authored Jan 31, 2022
1 parent a58d75a commit 407307b
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,7 +15,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/harrispopgen/mushi',
# packages=setuptools.find_packages(exclude=['tests', 'docs', 'docs']),
# packages=setuptools.find_packages(exclude=['tests', 'docs']),
packages=['mushi'],
classifiers=[
'Programming Language :: Python :: 3',
Expand All @@ -27,7 +27,7 @@
install_requires=[
'jax',
'jaxlib',
'prox-tv @ git+https://github.com/albarji/proxTV#egg=prox-tv',
'prox-tv-SDIST',
'seaborn',
'pandas',
'matplotlib',
Expand Down

0 comments on commit 407307b

Please sign in to comment.