Pweave
Pweave copied to clipboard
ipython dep pinned to <= 6.2
@fgregg found that to be necessary to pass tests but can't remember the exact issue. Nonetheless, a <= dep range will eventually come to a head when 6.2 is obsolete or conflicts with something else. We should strive to have only >= deps (with exceptions for major releases, like the ^ deps in poetry).