You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the packages in install_requires should be either removed or moved to be optional dependencies.
The following is what we are aiming for:
install_requires:
PyYAML>=3.13# core
numpy>=1.19.5,<1.24.0# core
click>=7.1.2# core
psutil>=5.4.8# core
shapely>=2.0.0# core, possibly remove later because of performance
tableprint>=0.9.1# core
trimesh==3.9.29# core
yattag>=1.14.0# possibly move if we make sstudio a separate package
twisted>=21.7.0# core, for now
Proposal
Most of the packages in
install_requires
should be either removed or moved to be optional dependencies.The following is what we are aiming for:
This means we must do the following:
visdom
. #2003Motivation
We wish for a minimal version of smarts where we can also split smarts up into namespace packages.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: