_distributor_init.py 331 B

12345678910
  1. """ Distributor init file
  2. Distributors: you can add custom code here to support particular distributions
  3. of numpy.
  4. For example, this is a good place to put any checks for hardware requirements.
  5. The numpy standard source distribution will not put code in this file, so you
  6. can safely replace this file with your own version.
  7. """