Skip to content

Commit

Permalink
Remove pathlib from setup.py; fix build issues (#86)
Browse files Browse the repository at this point in the history
* Remove `pathlib` from `setup.py`; fix build issues

`pathlib` is now included in Python 3.4+ and is no longer required to declare as a dependency.
  • Loading branch information
zverozabr authored Nov 18, 2021
1 parent b3c820d commit 3d33420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
install_requires=['networkx>=2.1',
'numpy',
'pandas',
'pathlib',
'scipy',
'scikit-image>=0.14.5',
'deepcell-toolbox~=0.10.0'],
Expand Down

0 comments on commit 3d33420

Please sign in to comment.