Skip to content

Commit

Permalink
Require at most ipython 6.2.1 rather than being strict
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamrick committed Dec 15, 2018
1 parent 9fdc758 commit a0bce89
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 @@ -103,7 +103,7 @@
"requests",
"jsonschema",
"alembic",
"ipython==6.2.1"
"ipython<=6.2.1"
]
)

Expand Down

0 comments on commit a0bce89

Please sign in to comment.