Skip to content

Commit

Permalink
Merge pull request #33 from bistaumanga/master
Browse files Browse the repository at this point in the history
consistent ipython version in requirements.txt and setup.py
  • Loading branch information
Giancarlo Perrone committed Jul 9, 2019
2 parents d07769b + 03c85c4 commit a69f5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
install_requires=[
"jinja2 >= 2.9.6",
"networkx >= 1.11",
"ipython == 5.3.0"
"ipython >= 5.3.0"
]
)

0 comments on commit a69f5a7

Please sign in to comment.