WestHealth / pyvis

Python package for creating and visualizing interactive network graphs.
http://pyvis.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
975 stars 165 forks source link

requirement conflict in setup.py and requirements.txt #32

Closed pebbie closed 5 years ago

pebbie commented 5 years ago

in setup.py the dependency for ipython is ==5.3.0 but in requirements.txt it's written >=5.3.0 therefore installation of pyvis using pip will downgrade back the existing ipython to 5.3.0. please fix and update python wheel file

boludo00 commented 5 years ago

Solved by #33

jamieforth commented 5 years ago

Would it also be possible to upload a new package with this fix to Pypi please?