I'm installing the WeakLensingDeblending package on a bare system, and was surprised to have to install dependencies that weren't automatically grabbed by the setup.py.
It looks like the install requirements is commented out:
|
install_requires=[ ], #requirements, |
Is there a reason for that? If it's because there are some packages that can be annoying to install, it's possible to define several install configurations, and I can set that up. For instance, having the default not try to install galsim or something like that
I'm installing the WeakLensingDeblending package on a bare system, and was surprised to have to install dependencies that weren't automatically grabbed by the setup.py.
It looks like the install requirements is commented out:
WeakLensingDeblending/setup.py
Line 30 in edab9bc
Is there a reason for that? If it's because there are some packages that can be annoying to install, it's possible to define several install configurations, and I can set that up. For instance, having the default not try to install galsim or something like that