ya.make 495 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. PY3_LIBRARY()
  2. VERSION(1.26.4)
  3. LICENSE(BSD-3-Clause)
  4. PEERDIR(
  5. contrib/python/numpy
  6. contrib/python/hypothesis
  7. contrib/python/typing-extensions
  8. contrib/python/pytz
  9. )
  10. NO_LINT()
  11. SRCDIR(contrib/python/numpy/py3)
  12. PY_SRCS(
  13. TOP_LEVEL
  14. numpy/conftest.py
  15. )
  16. END()
  17. RECURSE_FOR_TESTS(
  18. array_api
  19. compat
  20. core
  21. # distutils
  22. # f2py
  23. fft
  24. lib
  25. linalg
  26. ma
  27. # matrixlib - merged with linalg
  28. polynomial
  29. random
  30. testing
  31. tests
  32. typing
  33. )