Re: Disabling Python Dependency Generator Challenges

2020-12-25 Thread Miro Hrončok
On 22. 12. 20 17:01, Georg Sauthoff wrote: Ok, I'll try to work-around this by either disabling the generator like you suggested or by patching the setup.py INSTALL_REQUIRES. Modifing setup.py INSTALL_REQUIRES is the preferred solution. In case other different dependencies are added, they can

Re: updating nbconvert

2020-12-25 Thread Mukundan Ragavan
On 12/3/20 6:03 PM, Mukundan Ragavan wrote: Hi, I am hoping to update nbconvert to ver 6.0.7 on rawhide. This version introduces several dependencies. Most of the dependencies that I was able to track down have now been packaged and reside in rawhide (except   pyppeteer I think). I hav