I updated my trinket m0 from circuitpython 2(I think?) to 7.1.1 from here via the instructions here, and in doing so it seems to have wiped everything out of the lib/ directory, and all of the sample code from the root directory. I downloaded the library bundle from here and while some of those were what I was looking for, the trinket doesn't have anywhere near enough space to hold all of those dependencies, and I'm failing to find out which of them if any has the ulab numpy implementation. It also seems like the neopixel release from that bundle uses standard python lists rather than numpy lists, though i'm not sure if thats true of all circuitpython neopixel implementations.
Where can I download the dependencies that were supposed to be built in? and/or what am I doing incorrectly that is resulting in the built in dependencies not being installed when I flash new firmware?
thanks in advance!