Re: [Rdkit-discuss] Does rdkit depend on pandas?

2017-06-06 Thread Brian Kelley
No. The main reason that the conda recipe includes pandas is for testing the pandas extension. We could probably remove it from the run-time dependency however and let the user install it in addition. In any case, feel free to remove pandas from the conda installation. Cheers, Brian On Tue,

[Rdkit-discuss] Does rdkit depend on pandas?

2017-06-06 Thread MichaƂ Nowotka
Hi, I just upgraded rdkit from 2017.03.1 to 2017.03.2 using Conda. What I have noticed is that pandas are now installed during the installation of rdkit. Does rdkit depend on pandas now? Is it safe to remove it? If it works without pandas, maybe it makes sense to remove the dependency. Kind