Specifying anaconda or _anaconda_depends can cause unnecessary bloat, as they bring in many unnecessary dependencies.
There are many unnecessary low-level dependencies (e.g., _libgcc_mutex, blas, icu). Conda will handle them automatically when installing packages like numpy or pandas
Can you please clean the environment.yml? Thanks so much!
Thanks for your suggestion. I have updated the README file with some necessary packages. You can create the environment with them and then refer to the environment.yml if you encounter some issues.
@nie-lang
Great work!
I could not recreate the environment based on the
environment.yml
. After inspecting the file, there might be some issues.Can you please clean the environment.yml? Thanks so much!