I remember we noticed this before, but never really decided to fix it.
Adding eventkit shouldn't require installing all of numpy just for two lines in the array operator.
Need to find a way to make numpy either: conditional, unnecessary, or maybe we split eventkit into two packages as eventkit-basic and eventkit-advanced or something?
I think have a more "stable core" eventkit with just basic event add/remove/act powers then an "advanced" package with like a plugin operator ecosystem could be more useful (because the "extra stuff" is what causes all the edge cases and extra investigations into everything, but the "extra stuff" maybe 3 people in the entire world use shouldn't be blocking new releases, etc).
I remember we noticed this before, but never really decided to fix it.
Adding
eventkitshouldn't require installing all ofnumpyjust for two lines in thearrayoperator.Need to find a way to make numpy either: conditional, unnecessary, or maybe we split eventkit into two packages as eventkit-basic and eventkit-advanced or something?
I think have a more "stable core" eventkit with just basic event add/remove/act powers then an "advanced" package with like a plugin operator ecosystem could be more useful (because the "extra stuff" is what causes all the edge cases and extra investigations into everything, but the "extra stuff" maybe 3 people in the entire world use shouldn't be blocking new releases, etc).