Skip to content

Commit

Permalink
➖ 📌 Unpin tornado 6.0.1 from Pipfile
Browse files Browse the repository at this point in the history
Broken package problem mentioned at e6a3066 now resolved, and we can safely unpin tornado from the Pipfile. Actual resolve-ment may have had to do with notebook coincidentally being updated from 5.7.4 to 5.7.6 at 7e91dbc. See jupyter/notebook#4449 and jupyter/notebook#4439. To be honest, I can't quite remember if it's actually notebook that broke in the first place, might have been some DeprecationWarning in some other package being printed that broke one of the tests in test_ipynb.ipynb...
  • Loading branch information
weiji14 committed Mar 17, 2019
1 parent d6951a1 commit cea5e8d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ requests = "==2.21.0"
scikit-image = "==0.14.2"
shapely = "==1.7a1"
toolz = "==0.9.0"
tornado = "==6.0.1"
tqdm = "==4.29.1"

[dev-packages]
Expand Down
52 changes: 28 additions & 24 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cea5e8d

Please sign in to comment.