Skip to content

Commit

Permalink
Fixing keras-vis and fcsparser dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamaz committed Apr 28, 2020
1 parent ca0ddd9 commit ffb8f58
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@
"matplotlib==3.1.0",
"numpy==1.16.5",
"pandas",
],
depedency_links=[
"git+https://github.com/xiamaz/fcsparser.git",
"git+https://github.com/jakob-he/keras-vis.git@multiinput",
"fcsparser @ git+https://github.com/xiamaz/fcsparser.git#egg=fcsparser",
"keras-vis @ git+https://github.com/jakob-he/keras-vis.git@multiinput#egg=keras-vis",
],
use_scm_version=True,
setup_requires=["setuptools_scm"],
Expand Down

0 comments on commit ffb8f58

Please sign in to comment.