AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

upper bound for pyzmq/jupyter_client for notebook<7 #202

Closed mcg1969 closed 11 months ago

mcg1969 commented 11 months ago

See this PR and linked issues: https://github.com/jupyter/notebook/pull/6749

mcg1969 commented 11 months ago

FYI, these pins will be built into notebook 6.5.5 already. But we need these for older versions, otherwise conda is likely to downgrade notebook to get newer versions of jupyter_client and pyzmq.

mcg1969 commented 11 months ago

Notebook 5 already has an upper bound for jupyter_client but not for pyzmq. Talking with @rrosio it is my view that applying the pymzq pin is still worthwhile in that case.

lorepirri commented 11 months ago

I've deleted the branch and change the settings of this repo to do it automatically after merge