Skip to content

Commit

Permalink
tackle unpinned case
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg1969 authored Jul 28, 2023
1 parent 8d3793c commit 3a247ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@ def patch_record_in_place(fn, record, subdir):
replace_dep(depends, "pyzmq >=17", "pyzmq >=17,<25")
replace_dep(depends, "jupyter_client >=5.3.4", "jupyter_client >=5.3.4,<8")
replace_dep(depends, "jupyter_client >=5.2.0", "jupyter_client >=5.2.0,<8")
replace_dep(depends, "jupyter_client", "jupyter_client <8")

# spyder 4.0.0 and 4.0.1 should include a lower bound on psutil of 5.2
# and should pin parso to 0.5.2.
Expand Down

0 comments on commit 3a247ba

Please sign in to comment.