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
CTRE in particular has a lot of libraries, and right now each one needs its own subpackage. Would be nice if we could just put everything in a single directory. Lots of changes needed to make this doable however.
FWIW, numpy is now doing this sort of thing:
``site-packages/numpy.libs/`` (linux), or
``site-packages/numpy/.dylibs/`` (macOS), or
``site-packages/numpy/.libs/`` (windows).
The text was updated successfully, but these errors were encountered:
CTRE in particular has a lot of libraries, and right now each one needs its own subpackage. Would be nice if we could just put everything in a single directory. Lots of changes needed to make this doable however.
FWIW, numpy is now doing this sort of thing:
The text was updated successfully, but these errors were encountered: