Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-numpy1-1.26.4-4.3 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: python311-numpy1 Distribution: openSUSE Tumbleweed
Version: 1.26.4 Vendor: openSUSE
Release: 4.3 Build date: Sat Nov 30 10:51:06 2024
Group: Unspecified Build host: reproducible
Size: 45617638 Source RPM: python-numpy1-1.26.4-4.3.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.numpy.org/
Summary: NumPy array processing for numbers, strings, records and objects
NumPy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays.  NumPy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type which also makes NumPy suitable for
interfacing with general-purpose data-base applications.

There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Nov 30 2024 Ben Greiner <code@bnavigator.de>
  - Skip tests failing with new setuptools 75
* Mon Nov 25 2024 Markéta Machová <mmachova@suse.com>
  - Drop meson-python upper bound
    * https://github.com/numpy/numpy/pull/26301
  - Skip some tests failing on Python 3.13
* Tue Sep 24 2024 ecsos <ecsos@opensuse.org>
  - Fix build error for Leap 16.
* Tue Sep 03 2024 Ben Greiner <code@bnavigator.de>
  - Fix forgotten removal of devel hpc master package
* Sat Aug 31 2024 Benjamin Greiner <code@bnavigator.de>
  - Bump meson-python to allow 0.16
* Thu Jul 11 2024 Ben Greiner <code@bnavigator.de>
  - Remove numpy1 hpc master package: One numpy is enough
  - Remove mistaken pycache rpmlintrc filter
  - Provide a release number in rpm version
* Tue Jul 02 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Rename this to numpy1 to keep it around.
* Sun May 12 2024 Sarah Kriesch <sarah.kriesch@opensuse.org>
  - Enable openblas for python-numpy:gnu-hpc on s390x
* Tue Apr 23 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch fix-meson-multiple-python-versions.patch:
    * Ensure meson executes sys.executable when testing Cython.
* Tue Apr 16 2024 Ben Greiner <code@bnavigator.de>
  - Update to 1.26.4
    * NumPy 1.26.4 is a maintenance release that fixes bugs and
      regressions discovered after the 1.26.3 release. The Python
      versions supported by this release are 3.9-3.12. This is the
      last planned release in the 1.26.x series.
    * BUG: Restore missing asstr import
    * MAINT: prepare 1.26.x for further development
    * BUG: numpy.array_api: fix linalg.cholesky upper decomp...
    * MAINT, BLD: Fix unused inline functions warnings on clang
    * TST: Fix test_numeric on riscv64
    * MAINT: add newaxis to __all__ in numpy.array_api
    * BUG: Use large file fallocate on 32 bit linux platforms
    * TST: Fix test_warning_calls on Python 3.12
    * TST: Bump pytz to 2023.3.post1
    * BUG: Fix AVX512 build flags on Intel Classic Compiler
    * BLD: fix potential issue with escape sequences in __config__.py
    * BLD: unvendor meson-python on 1.26.x and upgrade to
      meson-python...
    * MAINT: Include header defining backtrace
    * BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711)
  - Release 1.26.3
    [#]# Compatibility
    * f2py will no longer accept ambiguous -m and .pyf CLI
      combinations. When more than one .pyf file is passed, an error
      is raised. When both -m and a .pyf is passed, a warning is
      emitted and the -m provided name is ignored.
    [#]# Improvements
    * f2py now handles common blocks which have kind specifications
      from modules. This further expands the usability of intrinsics
      like iso_fortran_env and iso_c_binding.
    [#]# Pull requests merged
    * MAINT: prepare 1.26.x for further development
    * TYP: add None to __getitem__ in numpy.array_api
    * BLD,BUG: quadmath required where available [f2py]
    * BUG: alpha doesn't use REAL(10)
    * BUG: Fix FP overflow error in division when the divisor is
      scalar
    * MAINT: Pin scipy-openblas version.
    * BUG: Fix f2py to enable use of string optional inout argument
    * BUG: Fix -fsanitize=alignment issue in
      numpy/_core/src/multiarray/arraytypes.c.src
    * TST: Explicitly pass NumPy path to cython during tests (also...
    * BUG: fix issues with newaxis and linalg.solve in
      numpy.array_api
    * BUG: Disallow shadowed modulenames
    * BUG: Handle common blocks with kind specifications from modules
    * BUG: Fix moving compiled executable to root with f2py -c on
      Windows
    * BUG: Fix single to half-precision conversion on PPC64/VSX3
    * TST: f2py: fix issue in test skip condition
    * Revert "MAINT: Pin scipy-openblas version."
    * MAINT: do not use long type
    * TST: PyPy needs another gc.collect on latest versions
    * MAINT: Bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.1
    * BLD: update vendored Meson for AIX shared library fix
    * MAINT: Init base in cpu_avx512_kn
    * BUG: Fix failing test_features on SapphireRapids
    * BUG: Fix non-contiguous memory load when ARM/Neon is enabled
    * MAINT,BUG: Never import distutils above 3.12 [f2py]
    * MAINT: make the import-time check for old Accelerate more
      specific
    * MAINT: Bump actions/setup-node and
      larsoner/circleci-artifacts-redirector-action
    * BUG: avoid seg fault from OOB access in RandomState.set_state()
    * BUG: Fix two errors related to not checking for failed
      allocations
    * BUG: Fix regression with f2py wrappers when modules and
      subroutines...
    * BUG: Fix build issues on SPR
    * BLD: fix uninitialized variable warnings from
      simd/neon/memory.h
    * BUG: Handle iso_c_type mappings more consistently
    * BUG: Fix module name bug in signature files [urgent] [f2py]
    * BUG: Handle .pyf.src and fix SciPy [urgent]
    * DOC: f2py rewrite with meson details
    * BUG: Add external library handling for meson [f2py]
    * MAINT: Run f2py's meson backend with the same python that
      ran...
    * MAINT: Update numpy/f2py/_backends from main.
    * MAINT: Easy updates of f2py/*.py from main.
    * MAINT: Update crackfortran.py and f2py2e.py from main
* Thu Mar 28 2024 Fabian Vogt <fvogt@suse.com>
  - Add patch to fix detection of some features:
    * 0001-feature-module-Fix-handling-of-multiple-conflicts-pe.patch
  - Add patch to fix test failure on some platforms (boo#1221902):
    * 0001-BUG-Fix-test_impossible_feature_enable-failing-witho.patch
* Mon Jan 15 2024 Andreas Schwab <schwab@suse.de>
  - Update list of expected test failures on riscv64
* Thu Jan 11 2024 Torsten Gruner <simmphonie@opensuse.org>
  - Fix gnu-hpc build error for Leap
* Wed Dec 27 2023 ecsos <ecsos@opensuse.org>
  - Fix build error for Leap. Need gcc >= 8.5
* Wed Dec 13 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Do not attempt to ship numpy.distutils C code in the Python 3.12 -devel
    package, it is not installed.
* Mon Nov 20 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 1.26.2:
    * TYP: Trim down the ``_NestedSequence.__getitem__`` signature
    * BUG: fix choose refcount leak
    * TST: fix running the test suite in builds without BLAS/LAPACK
    * BUG: random: Fix generation of nan by dirichlet.
    * TST: fix distutils tests for deprecations in recent setuptools...
    * MAINT: Remove versioneer
    * MAINT: Pin upper version of sphinx.
    * ENH: Add prefix to _ALIGN Macro
    * BUG: cleanup warnings [skip azp][skip circle][skip travis][skip...
    * BUG: ``asv dev`` has been removed, use ``asv run``.
    * BUG: Fix meson build failure due to unchanged inplace auto-generated...
    * BUG: fix issue with git-version script, needs a shebang to run
    * BUG: Use a default assignment for git_hash [skip ci]
    * BUG: fix NPY_cast_info error handling in choose
    * BUG: Fix common block handling in f2py
    * BUG: Fix assumed length f2py regression
    * MAINT: Harmonize fortranobject
    * TYP: add kind argument to numpy.isin type specification
    * BUG: fix comparisons between masked and unmasked structured arrays
    * ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including...
    * TYP: Add the missing ``casting`` keyword to ``np.clip``
    * TST: convert cython test from setup.py to meson
    * MAINT: Fixup ``fromnumeric.pyi``
    * BUG, ENH: Fix ``iso_c_binding`` type maps
    * TYP: Allow ``binary_repr`` to accept any object
    * TYP: Explicitly declare ``dtype`` and ``generic`` hashable
    * ENH: Refactor the typing "reveal" tests using `typing.assert_type`
    * ENH: ``meson`` backend for ``f2py``
    * MAINT: Refactor partial load Workaround for Clang
    * BUG: Fix data stmt handling for complex values in f2py
    * TYP: Add annotations for the py3.12 buffer protocol
    * DOC: Updated the f2py docs to remove a note on -fimplicit-none
    * BUG: Fix SIMD f32 trunc test on s390x when baseline is none
    * BUG: Fix DATA statements for f2py
    * API: Add ``NumpyUnpickler`` for backporting
    * MAINT: Xfail test failing on PyPy.
    * ENH: meson: implement BLAS/LAPACK auto-detection
    * DOC: add a 1.26.1 release notes section for BLAS/LAPACK build
    * MAINT: Backport ``numpy._core`` stubs. Remove ``NumpyUnpickler``
    * BUG: loongarch doesn't use REAL(10)
    * MAINT: align test_dispatcher s390x targets with _umath_tests_mtargets
    * ENH: Add Cython enumeration for NPY_FR_GENERIC
    * MAINT: Remove unhelpful error replacements from ``import_array()``
    * BUG: Avoid intp conversion regression in Cython 3
    * MAINT: Add missing ``noexcept`` to shuffle helpers
    * DOC: Fix license identifier for OpenBLAS
    * BLD: improve detection of Netlib libblas/libcblas/liblapack
    * MAINT: Make bitfield integers unsigned
    * BUG: Make n a long int for np.random.multinomial
    * BUG: ensure passing ``np.dtype`` to itself doesn't crash
  - Update BuildRequires as appropiate, build system changed from setuptools
    to meson.
  - Drop patch ignore-pkg_resources-deprecation.patch, no longer required
  - f2py3 no longer shipped
* Wed Aug 16 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Use %pyproject_wheel and %pyproject_install macros
  - Disable broken tests in armv7l (bsc#1212710)
* Mon Aug 14 2023 Dirk Müller <dmueller@suse.com>
  - limit to Cython < 3
* Mon Aug 14 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.25.2:
    * Upgrade various build dependencies.
    * use ``-ftrapping-math`` with Clang on macOS
    * properly handle negative indexes in ufunc_at fast path
    * PyObject_IsTrue and PyObject_Not error handling in setflags
    * histogram small range robust
    * Update meson.build files from main branch
    * exclude min, max and round from ``np.__all__``
    * Dependabot updates
    * Fix the signature for np.array_api.take
    * update OpenBLAS to an intermeidate commit
    * Fix reference count leak in str(scalar).
    * fix invalid function pointer conversion error
    * Factor out slow ``getenv`` call used for memory policy warning
    * correct URL in cirrus.star [skip cirrus]
    * Fix C types in scalartypes
    * do not modify the input to ufunc_at
    * Further fixes to indexing loop and added tests
* Thu Jul 20 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update to 1.25.1:
    * NumPy 1.25.1 is a maintenance release that fixes bugs and regressions
      discovered after the 1.25.0 release. The Python versions supported by
      this release are 3.9-3.11.
    * #23968: MAINT: prepare 1.25.x for further development
    * #24036: BLD: Port long double identification to C for meson
    * #24037: BUG: Fix reduction return NULL to be goto fail
    * #24038: BUG: Avoid undefined behavior in array.astype()
    * #24039: BUG: Ensure __array_ufunc__ works without any kwargs passed
    * #24117: MAINT: Pin urllib3 to avoid anaconda-client bug.
    * #24118: TST: Pin pydantic<2 in Pyodide workflow
    * #24119: MAINT: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1
    * #24120: MAINT: Bump actions/checkout from 3.5.2 to 3.5.3
    * #24122: BUG: Multiply or Divides using SIMD without a full vector can...
    * #24127: MAINT: testing for IS_MUSL closes #24074
    * #24128: BUG: Only replace dtype temporarily if dimensions changed
    * #24129: MAINT: Bump actions/setup-node from 3.6.0 to 3.7.0
    * #24134: BUG: Fix private procedures in f2py modules
  - Skipped 1.25.0:
    * The NumPy 1.25.0 release continues the ongoing work to improve the
      handling and promotion of dtypes, increase the execution speed, and
      clarify the documentation. There has also been work to prepare for the
      future NumPy 2.0.0 release, resulting in a large number of new and
      expired deprecation. Highlights are:
    - Support for MUSL, there are now MUSL wheels.
    - Support the Fujitsu C/C++ compiler.
    - Object arrays are now supported in einsum
    - Support for inplace matrix multiplication (@=).
    * Full changelog: https://github.com/numpy/numpy/releases/tag/v1.25.0
    The Python versions supported in this release are 3.9-3.11.
  - Remove upstream patch:
    * remove-deprecated-hypothesis-funcs.patch
* Fri Jun 23 2023 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Adapt test exceptions for PPC64 etc., TestFReturnCharacter
    instead of TestF77ReturnCharacter, TestF90ReturnCharacter
* Fri May 12 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch remove-deprecated-hypothesis-funcs.patch:
    * Change to a non-deprecated function from hypothesis.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Fri Mar 24 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch ignore-pkg_resources-deprecation.patch:
    * Ignore DeprecationWarning from pkg_resources.
* Wed Mar 22 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.24.2:
    just bugfixes, see
    https://github.com/numpy/numpy/releases/tag/v1.24.2
    for details
* Fri Mar 10 2023 Matej Cepl <mcepl@suse.com>
  - Skip test_ppc64_ibm_double_double128 test on ppc64*
    architectures (gh#numpy/numpy#21094, bsc#1208865).
* Wed Feb 01 2023 Dirk Müller <dmueller@suse.com>
  - build-conditionalize cblas dependency, it is missing on SLE <= 15
    related to bsc#1177260 not being fixable for SLE15 (jsc#PED-3257)
* Sun Jan 22 2023 Ben Greiner <code@bnavigator.de>
  - Slightly reformat the specfile condition blocks: The
    %python_subpackages generator misses " %if" lines with a
    preceding whitespace. Relevant for d:l:p:backports not having
    libalternatives.
* Mon Jan 02 2023 Ben Greiner <code@bnavigator.de>
  - Update to 1.24.1
    * NumPy 1.24.1 is a maintenance release that fixes bugs and
      regressions discovered after the 1.24.0 release. The Python
      versions supported by this release are 3.8-3.11.
    * #22820: BLD: add workaround in setup.py for newer setuptools
    * #22830: BLD: CIRRUS_TAG redux
    * #22831: DOC: fix a couple typos in 1.23 notes
    * #22832: BUG: Fix refcounting errors found using pytest-leaks
    * #22834: BUG, SIMD: Fix invalid value encountered in several
      ufuncs
    * #22837: TST: ignore more np.distutils.log imports
    * #22839: BUG: Do not use getdata() in np.ma.masked_invalid
    * #22847: BUG: Ensure correct behavior for rows ending in
      delimiter in...
    * #22848: BUG, SIMD: Fix the bitmask of the boolean comparison
    * #22857: BLD: Help raspian arm + clang 13 about
      __builtin_mul_overflow
    * #22858: API: Ensure a full mask is returned for masked_invalid
    * #22866: BUG: Polynomials now copy properly (#22669)
    * #22867: BUG, SIMD: Fix memory overlap in ufunc comparison loops
    * #22868: BUG: Fortify string casts against floating point
      warnings
    * #22875: TST: Ignore nan-warnings in randomized out tests
    * #22883: MAINT: restore npymath implementations needed for
      freebsd
    * #22884: BUG: Fix integer overflow in in1d for mixed integer
      dtypes #22877
    * #22887: BUG: Use whole file for encoding checks with
      charset_normalizer.
  - Drop numpy-distutils-ignore.patch fixed upstream
* Mon Dec 19 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.24.0
    * The NumPy 1.24.0 release continues the ongoing work to improve
      the handling and promotion of dtypes, increase the execution
      speed, and clarify the documentation. There are also a large
      number of new and expired deprecations due to changes in
      promotion and cleanups. This might be called a deprecation
      release. Highlights are:
    - Many new deprecations, check them out.
    - Many expired deprecations,
    - New F2PY features and fixes.
    - New “dtype” and “casting” keywords for stacking functions.
    * For a detailed description see
      https://numpy.org/doc/stable/release/1.24.0-notes.html
  - Add numpy-distutils-ignore.patch gh#numpy/numpy#22828
  - Fix running the tests: Actually fail on errors
* Wed Dec 14 2022 Ben Greiner <code@bnavigator.de>
  - Support builds without any primary python3 package (:backports)
* Thu Oct 20 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.23.4
    * NumPy 1.23.4 is a maintenance release that fixes bugs
      discovered after the 1.23.3 release and keeps the build
      infrastructure current. The main improvements are fixes for
      some annotation corner cases, a fix for a long time
      nested_iters memory leak, and a fix of complex vector dot for
      very large arrays. The Python versions supported for this
      release are 3.8-3.11.
* Tue Oct 11 2022 Ben Greiner <code@bnavigator.de>
  - Revert some spec-cleaner "Verschlimmbesserungen"
  - Remove old unused directives for Python <=3.6 from specfile
* Fri Sep 30 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * remove patch numpy-fix-cpu_asimdfhm.patch, included upstream
    * update line numbers for other patches
    * require c++ compiler
  - update to version 1.23.3:
    * #22136: BLD: Add Python 3.11 wheels to aarch64 build
    * #22148: MAINT: Update setup.py for Python 3.11.
    * #22155: CI: Test NumPy build against old versions of GCC(6, 7, 8)
    * #22156: MAINT: support IBM i system
    * #22195: BUG: Fix circleci build
    * #22214: BUG: Expose heapsort algorithms in a shared header
    * #22215: BUG: Support using libunwind for backtrack
    * #22216: MAINT: fix an incorrect pointer type usage in f2py
    * #22220: BUG: change overloads to play nice with pyright.
    * #22221: TST,BUG: Use fork context to fix MacOS savez test
    * #22222: TYP,BUG: Reduce argument validation in C-based
      __class_getitem__
    * #22223: TST: ensure np.equal.reduce raises a TypeError
    * #22224: BUG: Fix the implementation of numpy.array_api.vecdot
    * #22230: BUG: Better report integer division overflow (backport)
  - changes from version 1.23.2:
    * #22030: ENH: Add __array_ufunc__ typing support to the nin=1
      ufuncs
    * #22031: MAINT, TYP: Fix np.angle dtype-overloads
    * #22032: MAINT: Do not let _GenericAlias wrap the underlying
      classes'...
    * #22033: TYP,MAINT: Allow einsum subscripts to be passed via
      integer...
    * #22034: MAINT,TYP: Add object-overloads for the np.generic rich
      comparisons
    * #22035: MAINT,TYP: Allow the squeeze and transpose method to...
    * #22036: BUG: Fix subarray to object cast ownership details
    * #22037: BUG: Use Popen to silently invoke f77 -v
    * #22038: BUG: Avoid errors on NULL during deepcopy
    * #22039: DOC: Add versionchanged for converter callable behavior.
    * #22057: MAINT: Quiet the anaconda uploads.
    * #22078: ENH: reorder includes for testing on top of system
      installations...
    * #22106: TST: fix test_linear_interpolation_formula_symmetric
    * #22107: BUG: Fix skip condition for
      test_loss_of_precision[complex256]
    * #22115: BLD: Build python3.11.0rc1 wheels.
  - changes from version 1.23.1:
    * #21866: BUG: Fix discovered MachAr (still used within valgrind)
    * #21867: BUG: Handle NaNs correctly for float16 during sorting
    * #21868: BUG: Use keepdims during normalization in np.average
      and...
    * #21869: DOC: mention changes to max_rows behaviour in np.loadtxt
    * #21870: BUG: Reject non integer array-likes with size 1 in delete
    * #21949: BLD: Make can_link_svml return False for 32bit builds on
      x86_64
    * #21951: BUG: Reorder extern "C" to only apply to function
      declarations...
    * #21952: BUG: Fix KeyError in crackfortran operator support
  - changes from version 1.23.0:
    * long changelog
      https://github.com/numpy/numpy/blob/main/doc/changelog/1.23.0-changelog.rst
  - changes from version 1.22.4:
    * #21191: TYP, BUG: Fix np.lib.stride_tricks re-exported under
      the...
    * #21192: TST: Bump mypy from 0.931 to 0.940
    * #21243: MAINT: Explicitly re-export the types in numpy._typing
    * #21245: MAINT: Specify sphinx, numpydoc versions for CI doc builds
    * #21275: BUG: Fix typos
    * #21277: ENH, BLD: Fix math feature detection for wasm
    * #21350: MAINT: Fix failing simd and cygwin tests.
    * #21438: MAINT: Fix failing Python 3.8 32-bit Windows test.
    * #21444: BUG: add linux guard per #21386
    * #21445: BUG: Allow legacy dtypes to cast to datetime again
    * #21446: BUG: Make mmap handling safer in frombuffer
    * #21447: BUG: Stop using PyBytesObject.ob_shash deprecated in
      Python 3.11.
    * #21448: ENH: Introduce numpy.core.setup_common.NPY_CXX_FLAGS
    * #21472: BUG: Ensure compile errors are raised correclty
    * #21473: BUG: Fix segmentation fault
    * #21474: MAINT: Update doc requirements
    * #21475: MAINT: Mark npy_memchr with no_sanitize("alignment") on
      clang
    * #21512: DOC: Proposal - make the doc landing page cards more
      similar...
    * #21525: MAINT: Update Cython version to 0.29.30.
    * #21536: BUG: Fix GCC error during build configuration
    * #21541: REL: Prepare for the NumPy 1.22.4 release.
    * #21547: MAINT: Skip tests that fail on PyPy.
  - changes from version 1.22.3:
    * #21048: MAINT: Use "3.10" instead of "3.10-dev" on travis.
    * #21106: TYP,MAINT: Explicitly allow sequences of array-likes in
      np.concatenate
    * #21137: BLD,DOC: skip broken ipython 8.1.0
    * #21138: BUG, ENH: np._from_dlpack: export correct device
      information
    * #21139: BUG: Fix numba DUFuncs added loops getting picked up
    * #21140: BUG: Fix unpickling an empty ndarray with a non-zero
      dimension...
    * #21141: BUG: use ThreadPoolExecutor instead of ThreadPool
    * #21142: API: Disallow strings in logical ufuncs
    * #21143: MAINT, DOC: Fix SciPy intersphinx link
    * #21148: BUG,ENH: np._from_dlpack: export arrays with any strided
      size-1...
  - changes from version 1.22.2 (CVE-2021-41495, bsc#1193911):
    * #20842: BLD: Add NPY_DISABLE_SVML env var to opt out of SVML
    * #20843: BUG: Fix build of third party extensions with
      Py_LIMITED_API
    * #20844: TYP: Fix pyright being unable to infer the real and
      imag...
    * #20845: BUG: Fix comparator function signatures
    * #20906: BUG: Avoid importing numpy.distutils on import
      numpy.testing
    * #20907: MAINT: remove outdated mingw32 fseek support
    * #20908: TYP: Relax the return type of np.vectorize
    * #20909: BUG: fix f2py's define for threading when building with
      Mingw
    * #20910: BUG: distutils: fix building mixed C/Fortran extensions
    * #20912: DOC,TST: Fix Pandas code example as per new release
    * #20935: TYP, MAINT: Add annotations for flatiter.__setitem__
    * #20936: MAINT, TYP: Added missing where typehints in
      fromnumeric.pyi
    * #20937: BUG: Fix build_ext interaction with non numpy extensions
    * #20938: BUG: Fix missing intrinsics for windows/arm64 target
    * #20945: REL: Prepare for the NumPy 1.22.2 release.
    * #20982: MAINT: f2py: don't generate code that triggers
    - Wsometimes-uninitialized.
    * #20983: BUG: Fix incorrect return type in reduce without initial
      value
    * #20984: ENH: review return values for PyArray_DescrNew
    * #20985: MAINT: be more tolerant of setuptools >= 60
    * #20986: BUG: Fix misplaced return.
    * #20992: MAINT: Further small return value validation fixes
  - changes from version 1.22.1:
    * #20702: MAINT, DOC: Post 1.22.0 release fixes.
    * #20703: DOC, BUG: Use pngs instead of svgs.
    * #20704: DOC:Fixed the link on user-guide landing page
    * #20714: BUG: Restore vc141 support
    * #20724: BUG: Fix array dimensions solver for multidimensional
      arguments...
    * #20725: TYP: change type annotation for __array_namespace__ to
      ModuleType
    * #20726: TYP, MAINT: Allow ndindex to accept integer tuples
    * #20757: BUG: Relax dtype identity check in reductions
    * #20763: TYP: Allow time manipulation functions to accept date and
      timedelta...
    * #20768: TYP: Relax the type of ndarray.__array_finalize__
    * #20795: MAINT: Raise RuntimeError if setuptools version is too
      recent.
    * #20796: BUG, DOC: Fixes SciPy docs build warnings
    * #20797: DOC: fix OpenBLAS version in release note
    * #20798: PERF: Optimize array check for bounded 0,1 values
    * #20805: BUG: Fix that reduce-likes honor out always (and live in
      the...
    * #20806: BUG: array_api.argsort(descending=True) respects
      relative...
    * #20807: BUG: Allow integer inputs for pow-related functions in
      array_api
    * #20814: DOC: Refer to NumPy, not pandas, in main page
    * #20815: DOC: Update Copyright to 2022 [License]
    * #20819: BUG: Return correctly shaped inverse indices in array_api
      set...
  - changes from version 1.22.0:
    * long list of changes
      https://github.com/numpy/numpy/blob/main/doc/changelog/1.22.0-changelog.rst
* Sun May 29 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.21.6:
    * Do not forward `__(deep)copy__` calls of `_GenericAlias`...
    * Fix float16 einsum fastpaths using wrong tempvar
    * Print os error message when the executable not exist
    * Force ``npymath` ` to respect ``npy_longdouble``
    * Fix failure to create aligned, empty structured dtype
    * provide a convenience function to replace npy_load_module
    * update wheel to version that supports python3.10
    * Clear errors correctly in F2PY conversions
    * add a warningfilter to fix pytest workflow.
    * Help boost::python libraries at least not crash
  - drop bpo-45167-fixes.patch (upstream)

Files

/usr/bin/f2py
/usr/bin/f2py-3.11
/usr/lib/python3.11/site-packages/numpy
/usr/lib/python3.11/site-packages/numpy-1.26.4.dist-info
/usr/lib/python3.11/site-packages/numpy-1.26.4.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/numpy-1.26.4.dist-info/LICENSE.txt
/usr/lib/python3.11/site-packages/numpy-1.26.4.dist-info/METADATA
/usr/lib/python3.11/site-packages/numpy-1.26.4.dist-info/RECORD
/usr/lib/python3.11/site-packages/numpy-1.26.4.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/numpy-1.26.4.dist-info/WHEEL
/usr/lib/python3.11/site-packages/numpy-1.26.4.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/numpy/__config__.py
/usr/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd
/usr/lib/python3.11/site-packages/numpy/__init__.pxd
/usr/lib/python3.11/site-packages/numpy/__init__.py
/usr/lib/python3.11/site-packages/numpy/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/__pycache__
/usr/lib/python3.11/site-packages/numpy/__pycache__/__config__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/__config__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/_distributor_init.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/_distributor_init.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/_globals.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/_globals.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/_pytesttester.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/_pytesttester.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/conftest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/conftest.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/ctypeslib.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/ctypeslib.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/dtypes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/dtypes.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/matlib.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/matlib.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_core
/usr/lib/python3.11/site-packages/numpy/_core/__init__.py
/usr/lib/python3.11/site-packages/numpy/_core/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/_dtype.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/_dtype.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/_dtype_ctypes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/_dtype_ctypes.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/_internal.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/_internal.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/_multiarray_umath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/_multiarray_umath.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/multiarray.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/multiarray.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/umath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_core/__pycache__/umath.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_core/_dtype.py
/usr/lib/python3.11/site-packages/numpy/_core/_dtype_ctypes.py
/usr/lib/python3.11/site-packages/numpy/_core/_internal.py
/usr/lib/python3.11/site-packages/numpy/_core/_multiarray_umath.py
/usr/lib/python3.11/site-packages/numpy/_core/multiarray.py
/usr/lib/python3.11/site-packages/numpy/_core/umath.py
/usr/lib/python3.11/site-packages/numpy/_distributor_init.py
/usr/lib/python3.11/site-packages/numpy/_globals.py
/usr/lib/python3.11/site-packages/numpy/_pyinstaller
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/__init__.py
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/hook-numpy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/hook-numpy.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/pyinstaller-smoke.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/pyinstaller-smoke.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/test_pyinstaller.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/test_pyinstaller.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/hook-numpy.py
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/pyinstaller-smoke.py
/usr/lib/python3.11/site-packages/numpy/_pyinstaller/test_pyinstaller.py
/usr/lib/python3.11/site-packages/numpy/_pytesttester.py
/usr/lib/python3.11/site-packages/numpy/_pytesttester.pyi
/usr/lib/python3.11/site-packages/numpy/_typing
/usr/lib/python3.11/site-packages/numpy/_typing/__init__.py
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_add_docstring.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_add_docstring.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_array_like.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_array_like.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_char_codes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_char_codes.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_dtype_like.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_dtype_like.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_extended_precision.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_extended_precision.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nbit.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nbit.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nested_sequence.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nested_sequence.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_scalars.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_scalars.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_shape.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/_shape.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_typing/_add_docstring.py
/usr/lib/python3.11/site-packages/numpy/_typing/_array_like.py
/usr/lib/python3.11/site-packages/numpy/_typing/_callable.pyi
/usr/lib/python3.11/site-packages/numpy/_typing/_char_codes.py
/usr/lib/python3.11/site-packages/numpy/_typing/_dtype_like.py
/usr/lib/python3.11/site-packages/numpy/_typing/_extended_precision.py
/usr/lib/python3.11/site-packages/numpy/_typing/_nbit.py
/usr/lib/python3.11/site-packages/numpy/_typing/_nested_sequence.py
/usr/lib/python3.11/site-packages/numpy/_typing/_scalars.py
/usr/lib/python3.11/site-packages/numpy/_typing/_shape.py
/usr/lib/python3.11/site-packages/numpy/_typing/_ufunc.pyi
/usr/lib/python3.11/site-packages/numpy/_typing/setup.py
/usr/lib/python3.11/site-packages/numpy/_utils
/usr/lib/python3.11/site-packages/numpy/_utils/__init__.py
/usr/lib/python3.11/site-packages/numpy/_utils/__pycache__
/usr/lib/python3.11/site-packages/numpy/_utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_utils/__pycache__/_convertions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_utils/__pycache__/_convertions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_utils/__pycache__/_inspect.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_utils/__pycache__/_inspect.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_utils/__pycache__/_pep440.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/_utils/__pycache__/_pep440.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/_utils/_convertions.py
/usr/lib/python3.11/site-packages/numpy/_utils/_inspect.py
/usr/lib/python3.11/site-packages/numpy/_utils/_pep440.py
/usr/lib/python3.11/site-packages/numpy/array_api
/usr/lib/python3.11/site-packages/numpy/array_api/__init__.py
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_array_object.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_array_object.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_creation_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_creation_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_data_type_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_data_type_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_dtypes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_dtypes.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_elementwise_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_elementwise_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_indexing_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_indexing_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_manipulation_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_manipulation_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_searching_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_searching_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_set_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_set_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_sorting_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_sorting_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_statistical_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_statistical_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_typing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_typing.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_utility_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/_utility_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/linalg.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/linalg.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/_array_object.py
/usr/lib/python3.11/site-packages/numpy/array_api/_constants.py
/usr/lib/python3.11/site-packages/numpy/array_api/_creation_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/_data_type_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/_dtypes.py
/usr/lib/python3.11/site-packages/numpy/array_api/_elementwise_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/_indexing_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/_manipulation_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/_searching_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/_set_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/_sorting_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/_statistical_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/_typing.py
/usr/lib/python3.11/site-packages/numpy/array_api/_utility_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/linalg.py
/usr/lib/python3.11/site-packages/numpy/array_api/setup.py
/usr/lib/python3.11/site-packages/numpy/array_api/tests
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_array_object.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_array_object.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_creation_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_creation_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_data_type_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_data_type_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_elementwise_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_elementwise_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_indexing_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_indexing_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_manipulation_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_manipulation_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_set_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_set_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_sorting_functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_sorting_functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_validation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/__pycache__/test_validation.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/array_api/tests/test_array_object.py
/usr/lib/python3.11/site-packages/numpy/array_api/tests/test_creation_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/tests/test_data_type_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/tests/test_elementwise_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/tests/test_indexing_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/tests/test_manipulation_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/tests/test_set_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/tests/test_sorting_functions.py
/usr/lib/python3.11/site-packages/numpy/array_api/tests/test_validation.py
/usr/lib/python3.11/site-packages/numpy/compat
/usr/lib/python3.11/site-packages/numpy/compat/__init__.py
/usr/lib/python3.11/site-packages/numpy/compat/__pycache__
/usr/lib/python3.11/site-packages/numpy/compat/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/compat/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/compat/__pycache__/py3k.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/compat/__pycache__/py3k.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/compat/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/compat/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/compat/py3k.py
/usr/lib/python3.11/site-packages/numpy/compat/setup.py
/usr/lib/python3.11/site-packages/numpy/compat/tests
/usr/lib/python3.11/site-packages/numpy/compat/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/compat/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/compat/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/compat/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/compat/tests/__pycache__/test_compat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/compat/tests/__pycache__/test_compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/compat/tests/test_compat.py
/usr/lib/python3.11/site-packages/numpy/conftest.py
/usr/lib/python3.11/site-packages/numpy/core
/usr/lib/python3.11/site-packages/numpy/core/__init__.py
/usr/lib/python3.11/site-packages/numpy/core/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/core/__pycache__
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_add_newdocs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_add_newdocs.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_add_newdocs_scalars.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_add_newdocs_scalars.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_asarray.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_asarray.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_dtype.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_dtype.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_dtype_ctypes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_dtype_ctypes.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_internal.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_internal.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_machar.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_machar.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_methods.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_methods.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_string_helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_string_helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_type_aliases.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_type_aliases.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_ufunc_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/_ufunc_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/arrayprint.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/arrayprint.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/cversions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/cversions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/defchararray.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/defchararray.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/einsumfunc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/einsumfunc.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/fromnumeric.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/fromnumeric.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/function_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/function_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/getlimits.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/getlimits.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/memmap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/memmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/multiarray.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/multiarray.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/numeric.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/numeric.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/numerictypes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/numerictypes.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/overrides.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/overrides.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/records.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/records.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/shape_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/shape_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/umath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/umath.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/umath_tests.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/__pycache__/umath_tests.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/_add_newdocs.py
/usr/lib/python3.11/site-packages/numpy/core/_add_newdocs_scalars.py
/usr/lib/python3.11/site-packages/numpy/core/_asarray.py
/usr/lib/python3.11/site-packages/numpy/core/_asarray.pyi
/usr/lib/python3.11/site-packages/numpy/core/_dtype.py
/usr/lib/python3.11/site-packages/numpy/core/_dtype_ctypes.py
/usr/lib/python3.11/site-packages/numpy/core/_exceptions.py
/usr/lib/python3.11/site-packages/numpy/core/_internal.py
/usr/lib/python3.11/site-packages/numpy/core/_internal.pyi
/usr/lib/python3.11/site-packages/numpy/core/_machar.py
/usr/lib/python3.11/site-packages/numpy/core/_methods.py
/usr/lib/python3.11/site-packages/numpy/core/_multiarray_tests.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/core/_operand_flag_tests.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/core/_rational_tests.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/core/_simd.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/core/_string_helpers.py
/usr/lib/python3.11/site-packages/numpy/core/_struct_ufunc_tests.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/core/_type_aliases.py
/usr/lib/python3.11/site-packages/numpy/core/_type_aliases.pyi
/usr/lib/python3.11/site-packages/numpy/core/_ufunc_config.py
/usr/lib/python3.11/site-packages/numpy/core/_ufunc_config.pyi
/usr/lib/python3.11/site-packages/numpy/core/_umath_tests.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/core/arrayprint.py
/usr/lib/python3.11/site-packages/numpy/core/arrayprint.pyi
/usr/lib/python3.11/site-packages/numpy/core/cversions.py
/usr/lib/python3.11/site-packages/numpy/core/defchararray.py
/usr/lib/python3.11/site-packages/numpy/core/defchararray.pyi
/usr/lib/python3.11/site-packages/numpy/core/einsumfunc.py
/usr/lib/python3.11/site-packages/numpy/core/einsumfunc.pyi
/usr/lib/python3.11/site-packages/numpy/core/fromnumeric.py
/usr/lib/python3.11/site-packages/numpy/core/fromnumeric.pyi
/usr/lib/python3.11/site-packages/numpy/core/function_base.py
/usr/lib/python3.11/site-packages/numpy/core/function_base.pyi
/usr/lib/python3.11/site-packages/numpy/core/getlimits.py
/usr/lib/python3.11/site-packages/numpy/core/getlimits.pyi
/usr/lib/python3.11/site-packages/numpy/core/lib
/usr/lib/python3.11/site-packages/numpy/core/lib/npy-pkg-config
/usr/lib/python3.11/site-packages/numpy/core/lib/npy-pkg-config/mlib.ini
/usr/lib/python3.11/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini
/usr/lib/python3.11/site-packages/numpy/core/memmap.py
/usr/lib/python3.11/site-packages/numpy/core/memmap.pyi
/usr/lib/python3.11/site-packages/numpy/core/multiarray.py
/usr/lib/python3.11/site-packages/numpy/core/multiarray.pyi
/usr/lib/python3.11/site-packages/numpy/core/numeric.py
/usr/lib/python3.11/site-packages/numpy/core/numeric.pyi
/usr/lib/python3.11/site-packages/numpy/core/numerictypes.py
/usr/lib/python3.11/site-packages/numpy/core/numerictypes.pyi
/usr/lib/python3.11/site-packages/numpy/core/overrides.py
/usr/lib/python3.11/site-packages/numpy/core/records.py
/usr/lib/python3.11/site-packages/numpy/core/records.pyi
/usr/lib/python3.11/site-packages/numpy/core/shape_base.py
/usr/lib/python3.11/site-packages/numpy/core/shape_base.pyi
/usr/lib/python3.11/site-packages/numpy/core/tests
/usr/lib/python3.11/site-packages/numpy/core/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/_locales.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/_locales.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test__exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test__exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_abc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_abc.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_api.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_api.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_argparse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_argparse.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_array_coercion.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_array_coercion.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_array_interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_array_interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_arraymethod.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_arraymethod.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_arrayprint.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_arrayprint.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_casting_floatingpoint_errors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_casting_floatingpoint_errors.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_casting_unittests.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_casting_unittests.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_conversion_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_conversion_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_cpu_dispatcher.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_cpu_dispatcher.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_cpu_features.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_cpu_features.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_custom_dtypes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_custom_dtypes.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_cython.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_cython.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_datetime.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_datetime.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_defchararray.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_defchararray.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_deprecations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_deprecations.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_dlpack.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_dlpack.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_dtype.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_dtype.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_einsum.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_einsum.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_errstate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_errstate.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_extint128.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_extint128.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_function_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_function_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_getlimits.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_getlimits.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_half.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_half.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_hashtable.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_hashtable.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_indexerrors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_indexerrors.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_indexing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_indexing.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_item_selection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_item_selection.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_limited_api.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_limited_api.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_longdouble.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_longdouble.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_machar.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_machar.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_mem_overlap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_mem_overlap.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_mem_policy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_mem_policy.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_memmap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_memmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_multiarray.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_multiarray.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_nditer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_nditer.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_nep50_promotions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_nep50_promotions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_numeric.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_numeric.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_numerictypes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_numerictypes.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_numpy_2_0_compat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_numpy_2_0_compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_overrides.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_overrides.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_print.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_print.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_protocols.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_protocols.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_records.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_records.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_regression.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_regression.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalar_ctors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalar_ctors.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalar_methods.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalar_methods.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarbuffer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarbuffer.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarinherit.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarinherit.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarmath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarmath.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarprint.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_scalarprint.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_shape_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_shape_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_simd.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_simd.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_simd_module.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_simd_module.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_strings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_strings.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_ufunc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_ufunc.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_umath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_umath.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_umath_accuracy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_umath_accuracy.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_umath_complex.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_umath_complex.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_unicode.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/__pycache__/test_unicode.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/_locales.py
/usr/lib/python3.11/site-packages/numpy/core/tests/data
/usr/lib/python3.11/site-packages/numpy/core/tests/data/astype_copy.pkl
/usr/lib/python3.11/site-packages/numpy/core/tests/data/generate_umath_validation_data.cpp
/usr/lib/python3.11/site-packages/numpy/core/tests/data/numpy_2_0_array.pkl
/usr/lib/python3.11/site-packages/numpy/core/tests/data/recarray_from_file.fits
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-README.txt
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arccos.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arccosh.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arcsin.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arcsinh.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arctan.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-arctanh.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-cbrt.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-cos.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-cosh.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-exp.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-exp2.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-expm1.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-log.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-log10.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-log1p.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-log2.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-sin.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-sinh.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-tan.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/data/umath-validation-set-tanh.csv
/usr/lib/python3.11/site-packages/numpy/core/tests/examples
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/cython
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/cython/__pycache__
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/cython/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/cython/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/cython/checks.pyx
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/cython/meson.build
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/cython/setup.py
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/limited_api
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/limited_api/__pycache__
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/limited_api/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/limited_api/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/limited_api/limited_api.c
/usr/lib/python3.11/site-packages/numpy/core/tests/examples/limited_api/setup.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test__exceptions.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_abc.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_api.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_argparse.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_array_coercion.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_array_interface.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_arraymethod.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_arrayprint.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_casting_floatingpoint_errors.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_casting_unittests.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_conversion_utils.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_cpu_dispatcher.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_cpu_features.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_custom_dtypes.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_cython.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_datetime.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_defchararray.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_deprecations.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_dlpack.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_dtype.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_einsum.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_errstate.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_extint128.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_function_base.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_getlimits.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_half.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_hashtable.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_indexerrors.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_indexing.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_item_selection.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_limited_api.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_longdouble.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_machar.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_mem_overlap.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_mem_policy.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_memmap.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_multiarray.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_nditer.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_nep50_promotions.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_numeric.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_numerictypes.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_numpy_2_0_compat.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_overrides.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_print.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_protocols.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_records.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_regression.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_scalar_ctors.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_scalar_methods.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_scalarbuffer.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_scalarinherit.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_scalarmath.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_scalarprint.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_shape_base.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_simd.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_simd_module.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_strings.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_ufunc.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_umath.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_umath_accuracy.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_umath_complex.py
/usr/lib/python3.11/site-packages/numpy/core/tests/test_unicode.py
/usr/lib/python3.11/site-packages/numpy/core/umath.py
/usr/lib/python3.11/site-packages/numpy/core/umath_tests.py
/usr/lib/python3.11/site-packages/numpy/ctypeslib.py
/usr/lib/python3.11/site-packages/numpy/ctypeslib.pyi
/usr/lib/python3.11/site-packages/numpy/distutils
/usr/lib/python3.11/site-packages/numpy/distutils/__init__.py
/usr/lib/python3.11/site-packages/numpy/distutils/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/_shell_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/_shell_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/armccompiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/armccompiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/ccompiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/ccompiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/ccompiler_opt.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/ccompiler_opt.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/conv_template.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/conv_template.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/cpuinfo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/cpuinfo.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/exec_command.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/exec_command.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/extension.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/extension.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/from_template.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/from_template.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/fujitsuccompiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/fujitsuccompiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/intelccompiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/intelccompiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/lib2def.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/lib2def.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/line_endings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/line_endings.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/log.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/log.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/mingw32ccompiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/mingw32ccompiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/misc_util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/misc_util.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/msvc9compiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/msvc9compiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/msvccompiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/msvccompiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/npy_pkg_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/npy_pkg_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/numpy_distribution.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/numpy_distribution.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/pathccompiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/pathccompiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/system_info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/system_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/unixccompiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/__pycache__/unixccompiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/_shell_utils.py
/usr/lib/python3.11/site-packages/numpy/distutils/armccompiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/ccompiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/ccompiler_opt.py
/usr/lib/python3.11/site-packages/numpy/distutils/checks
/usr/lib/python3.11/site-packages/numpy/distutils/command
/usr/lib/python3.11/site-packages/numpy/distutils/command/__init__.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/autodist.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/autodist.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/bdist_rpm.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/bdist_rpm.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_clib.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_clib.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_ext.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_ext.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_py.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_py.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_scripts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_scripts.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_src.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_src.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/config_compiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/config_compiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/develop.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/develop.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/egg_info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/egg_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_clib.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_clib.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_data.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_data.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_headers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_headers.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/sdist.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/sdist.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/command/autodist.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/bdist_rpm.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/build.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/build_clib.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/build_ext.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/build_py.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/build_scripts.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/build_src.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/config.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/config_compiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/develop.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/egg_info.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/install.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/install_clib.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/install_data.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/install_headers.py
/usr/lib/python3.11/site-packages/numpy/distutils/command/sdist.py
/usr/lib/python3.11/site-packages/numpy/distutils/conv_template.py
/usr/lib/python3.11/site-packages/numpy/distutils/core.py
/usr/lib/python3.11/site-packages/numpy/distutils/cpuinfo.py
/usr/lib/python3.11/site-packages/numpy/distutils/exec_command.py
/usr/lib/python3.11/site-packages/numpy/distutils/extension.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__init__.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/absoft.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/absoft.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/arm.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/arm.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/compaq.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/compaq.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/environment.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/environment.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/fujitsu.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/fujitsu.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/g95.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/g95.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/gnu.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/gnu.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/hpux.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/hpux.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/ibm.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/ibm.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/intel.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/intel.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/lahey.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/lahey.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/mips.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/mips.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/nag.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/nag.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/none.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/none.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/nv.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/nv.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/pathf95.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/pathf95.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/pg.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/pg.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/sun.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/sun.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/vast.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/vast.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/absoft.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/arm.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/compaq.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/environment.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/fujitsu.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/g95.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/gnu.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/hpux.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/ibm.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/intel.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/lahey.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/mips.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/nag.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/none.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/nv.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/pathf95.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/pg.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/sun.py
/usr/lib/python3.11/site-packages/numpy/distutils/fcompiler/vast.py
/usr/lib/python3.11/site-packages/numpy/distutils/from_template.py
/usr/lib/python3.11/site-packages/numpy/distutils/fujitsuccompiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/intelccompiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/lib2def.py
/usr/lib/python3.11/site-packages/numpy/distutils/line_endings.py
/usr/lib/python3.11/site-packages/numpy/distutils/log.py
/usr/lib/python3.11/site-packages/numpy/distutils/mingw
/usr/lib/python3.11/site-packages/numpy/distutils/mingw32ccompiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/misc_util.py
/usr/lib/python3.11/site-packages/numpy/distutils/msvc9compiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/msvccompiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/npy_pkg_config.py
/usr/lib/python3.11/site-packages/numpy/distutils/numpy_distribution.py
/usr/lib/python3.11/site-packages/numpy/distutils/pathccompiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/setup.py
/usr/lib/python3.11/site-packages/numpy/distutils/system_info.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_build_ext.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_build_ext.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt_conf.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt_conf.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_exec_command.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_exec_command.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_gnu.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_gnu.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_intel.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_intel.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_nagfor.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_nagfor.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_from_template.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_from_template.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_log.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_log.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_mingw32ccompiler.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_mingw32ccompiler.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_misc_util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_misc_util.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_npy_pkg_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_npy_pkg_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_shell_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_shell_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_system_info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_system_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_build_ext.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_ccompiler_opt.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_ccompiler_opt_conf.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_exec_command.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_fcompiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_fcompiler_gnu.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_fcompiler_intel.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_fcompiler_nagfor.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_from_template.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_log.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_mingw32ccompiler.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_misc_util.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_npy_pkg_config.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_shell_utils.py
/usr/lib/python3.11/site-packages/numpy/distutils/tests/test_system_info.py
/usr/lib/python3.11/site-packages/numpy/distutils/unixccompiler.py
/usr/lib/python3.11/site-packages/numpy/doc
/usr/lib/python3.11/site-packages/numpy/doc/__init__.py
/usr/lib/python3.11/site-packages/numpy/doc/__pycache__
/usr/lib/python3.11/site-packages/numpy/doc/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/doc/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/doc/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/doc/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/doc/__pycache__/ufuncs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/doc/__pycache__/ufuncs.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/doc/constants.py
/usr/lib/python3.11/site-packages/numpy/doc/ufuncs.py
/usr/lib/python3.11/site-packages/numpy/dtypes.py
/usr/lib/python3.11/site-packages/numpy/dtypes.pyi
/usr/lib/python3.11/site-packages/numpy/exceptions.py
/usr/lib/python3.11/site-packages/numpy/exceptions.pyi
/usr/lib/python3.11/site-packages/numpy/f2py
/usr/lib/python3.11/site-packages/numpy/f2py/__init__.py
/usr/lib/python3.11/site-packages/numpy/f2py/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/f2py/__main__.py
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/__version__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/__version__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/_isocbind.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/_isocbind.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/_src_pyf.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/_src_pyf.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/auxfuncs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/auxfuncs.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/capi_maps.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/capi_maps.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/cb_rules.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/cb_rules.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/cfuncs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/cfuncs.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/common_rules.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/common_rules.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/crackfortran.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/crackfortran.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/diagnose.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/diagnose.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/f2py2e.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/f2py2e.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/f90mod_rules.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/f90mod_rules.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/func2subr.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/func2subr.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/rules.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/rules.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/symbolic.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/symbolic.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/use_rules.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__pycache__/use_rules.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/__version__.py
/usr/lib/python3.11/site-packages/numpy/f2py/_backends
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/__init__.py
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_backend.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_backend.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_distutils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_distutils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_meson.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_meson.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/_backend.py
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/_distutils.py
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/_meson.py
/usr/lib/python3.11/site-packages/numpy/f2py/_backends/meson.build.template
/usr/lib/python3.11/site-packages/numpy/f2py/_isocbind.py
/usr/lib/python3.11/site-packages/numpy/f2py/_src_pyf.py
/usr/lib/python3.11/site-packages/numpy/f2py/auxfuncs.py
/usr/lib/python3.11/site-packages/numpy/f2py/capi_maps.py
/usr/lib/python3.11/site-packages/numpy/f2py/cb_rules.py
/usr/lib/python3.11/site-packages/numpy/f2py/cfuncs.py
/usr/lib/python3.11/site-packages/numpy/f2py/common_rules.py
/usr/lib/python3.11/site-packages/numpy/f2py/crackfortran.py
/usr/lib/python3.11/site-packages/numpy/f2py/diagnose.py
/usr/lib/python3.11/site-packages/numpy/f2py/f2py2e.py
/usr/lib/python3.11/site-packages/numpy/f2py/f90mod_rules.py
/usr/lib/python3.11/site-packages/numpy/f2py/func2subr.py
/usr/lib/python3.11/site-packages/numpy/f2py/rules.py
/usr/lib/python3.11/site-packages/numpy/f2py/setup.cfg
/usr/lib/python3.11/site-packages/numpy/f2py/setup.py
/usr/lib/python3.11/site-packages/numpy/f2py/symbolic.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_abstract_interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_abstract_interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_array_from_pyobj.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_array_from_pyobj.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_assumed_shape.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_assumed_shape.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_block_docstring.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_block_docstring.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_callback.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_callback.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_character.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_character.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_common.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_common.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_compile_function.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_compile_function.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_crackfortran.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_crackfortran.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_data.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_data.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_docs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_docs.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_f2cmap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_f2cmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_f2py2e.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_f2py2e.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_isoc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_isoc.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_kind.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_kind.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_mixed.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_mixed.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_module_doc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_module_doc.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_parameter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_parameter.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_pyf_src.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_pyf_src.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_quoted_character.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_quoted_character.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_regression.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_regression.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_character.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_character.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_complex.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_complex.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_integer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_integer.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_logical.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_logical.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_real.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_real.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_semicolon_split.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_semicolon_split.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_size.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_size.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_string.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_string.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_symbolic.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_symbolic.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_value_attrspec.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_value_attrspec.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/abstract_interface
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/abstract_interface/foo.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/abstract_interface/gh18403_mod.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/array_from_pyobj
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/assumed_shape
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/assumed_shape/foo_free.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/assumed_shape/foo_mod.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/assumed_shape/foo_use.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/assumed_shape/precision.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/block_docstring
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/block_docstring/foo.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/callback
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/callback/foo.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/callback/gh17797.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/callback/gh18335.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/callback/gh25211.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/callback/gh25211.pyf
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/cli
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/cli/gh_22819.pyf
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/cli/hi77.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/cli/hiworld.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/common
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/common/block.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/common/gh19161.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/accesstype.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/data_common.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/data_multiplier.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/data_stmts.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/data_with_comments.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/foo_deps.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/gh15035.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/gh17859.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/gh22648.pyf
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/gh23533.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/gh23598.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/gh23598Warn.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/gh23879.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/gh2848.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/operators.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/privatemod.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/publicmod.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/pubprivmod.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/unicode_comment.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/f2cmap
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/f2cmap/.f2py_f2cmap
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/f2cmap/isoFortranEnvMap.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/isocintrin
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/isocintrin/isoCtests.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/kind
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/kind/foo.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/mixed
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/mixed/foo.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/mixed/foo_fixed.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/mixed/foo_free.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/module_data
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/module_data/mod.mod
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/module_data/module_data_docstring.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/negative_bounds
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/negative_bounds/issue_20853.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/parameter
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/parameter/constant_both.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/parameter/constant_compound.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/parameter/constant_integer.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/parameter/constant_non_compound.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/parameter/constant_real.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/quoted_character
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/quoted_character/foo.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/regression
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/regression/gh25337
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/regression/gh25337/data.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/regression/gh25337/use_data.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/regression/inout.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_character
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_character/foo77.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_character/foo90.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_complex
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_complex/foo77.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_complex/foo90.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_integer
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_integer/foo77.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_integer/foo90.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_logical
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_logical/foo77.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_logical/foo90.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_real
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_real/foo77.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/return_real/foo90.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/size
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/size/foo.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/string
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/string/char.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/string/fixed_string.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/string/gh24008.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/string/gh24662.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/string/gh25286.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/string/gh25286.pyf
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/string/gh25286_bc.pyf
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/string/scalar_string.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/string/string.f
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/value_attrspec
/usr/lib/python3.11/site-packages/numpy/f2py/tests/src/value_attrspec/gh21665.f90
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_abstract_interface.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_array_from_pyobj.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_assumed_shape.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_block_docstring.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_callback.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_character.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_common.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_compile_function.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_crackfortran.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_data.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_docs.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_f2cmap.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_f2py2e.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_isoc.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_kind.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_mixed.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_module_doc.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_parameter.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_pyf_src.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_quoted_character.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_regression.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_return_character.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_return_complex.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_return_integer.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_return_logical.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_return_real.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_semicolon_split.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_size.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_string.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_symbolic.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/test_value_attrspec.py
/usr/lib/python3.11/site-packages/numpy/f2py/tests/util.py
/usr/lib/python3.11/site-packages/numpy/f2py/use_rules.py
/usr/lib/python3.11/site-packages/numpy/fft
/usr/lib/python3.11/site-packages/numpy/fft/__init__.py
/usr/lib/python3.11/site-packages/numpy/fft/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/fft/__pycache__
/usr/lib/python3.11/site-packages/numpy/fft/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/fft/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/fft/__pycache__/_pocketfft.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/fft/__pycache__/_pocketfft.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/fft/__pycache__/helper.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/fft/__pycache__/helper.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/fft/_pocketfft.py
/usr/lib/python3.11/site-packages/numpy/fft/_pocketfft.pyi
/usr/lib/python3.11/site-packages/numpy/fft/_pocketfft_internal.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/fft/helper.py
/usr/lib/python3.11/site-packages/numpy/fft/helper.pyi
/usr/lib/python3.11/site-packages/numpy/fft/tests
/usr/lib/python3.11/site-packages/numpy/fft/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/fft/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/test_helper.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/test_helper.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/test_pocketfft.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/test_pocketfft.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/fft/tests/test_helper.py
/usr/lib/python3.11/site-packages/numpy/fft/tests/test_pocketfft.py
/usr/lib/python3.11/site-packages/numpy/lib
/usr/lib/python3.11/site-packages/numpy/lib/__init__.py
/usr/lib/python3.11/site-packages/numpy/lib/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/_datasource.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/_datasource.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/_iotools.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/_iotools.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/arraypad.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/arraypad.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/arraysetops.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/arraysetops.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/arrayterator.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/arrayterator.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/format.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/format.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/function_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/function_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/histograms.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/histograms.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/index_tricks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/index_tricks.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/mixins.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/mixins.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/npyio.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/npyio.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/polynomial.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/polynomial.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/recfunctions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/recfunctions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/scimath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/scimath.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/shape_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/shape_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/twodim_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/twodim_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/type_check.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/type_check.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/ufunclike.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/ufunclike.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/user_array.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/user_array.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/_datasource.py
/usr/lib/python3.11/site-packages/numpy/lib/_iotools.py
/usr/lib/python3.11/site-packages/numpy/lib/_version.py
/usr/lib/python3.11/site-packages/numpy/lib/_version.pyi
/usr/lib/python3.11/site-packages/numpy/lib/arraypad.py
/usr/lib/python3.11/site-packages/numpy/lib/arraypad.pyi
/usr/lib/python3.11/site-packages/numpy/lib/arraysetops.py
/usr/lib/python3.11/site-packages/numpy/lib/arraysetops.pyi
/usr/lib/python3.11/site-packages/numpy/lib/arrayterator.py
/usr/lib/python3.11/site-packages/numpy/lib/arrayterator.pyi
/usr/lib/python3.11/site-packages/numpy/lib/format.py
/usr/lib/python3.11/site-packages/numpy/lib/format.pyi
/usr/lib/python3.11/site-packages/numpy/lib/function_base.py
/usr/lib/python3.11/site-packages/numpy/lib/function_base.pyi
/usr/lib/python3.11/site-packages/numpy/lib/histograms.py
/usr/lib/python3.11/site-packages/numpy/lib/histograms.pyi
/usr/lib/python3.11/site-packages/numpy/lib/index_tricks.py
/usr/lib/python3.11/site-packages/numpy/lib/index_tricks.pyi
/usr/lib/python3.11/site-packages/numpy/lib/mixins.py
/usr/lib/python3.11/site-packages/numpy/lib/mixins.pyi
/usr/lib/python3.11/site-packages/numpy/lib/nanfunctions.py
/usr/lib/python3.11/site-packages/numpy/lib/nanfunctions.pyi
/usr/lib/python3.11/site-packages/numpy/lib/npyio.py
/usr/lib/python3.11/site-packages/numpy/lib/npyio.pyi
/usr/lib/python3.11/site-packages/numpy/lib/polynomial.py
/usr/lib/python3.11/site-packages/numpy/lib/polynomial.pyi
/usr/lib/python3.11/site-packages/numpy/lib/recfunctions.py
/usr/lib/python3.11/site-packages/numpy/lib/scimath.py
/usr/lib/python3.11/site-packages/numpy/lib/scimath.pyi
/usr/lib/python3.11/site-packages/numpy/lib/setup.py
/usr/lib/python3.11/site-packages/numpy/lib/shape_base.py
/usr/lib/python3.11/site-packages/numpy/lib/shape_base.pyi
/usr/lib/python3.11/site-packages/numpy/lib/stride_tricks.py
/usr/lib/python3.11/site-packages/numpy/lib/stride_tricks.pyi
/usr/lib/python3.11/site-packages/numpy/lib/tests
/usr/lib/python3.11/site-packages/numpy/lib/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__datasource.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__datasource.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__iotools.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__iotools.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__version.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arraypad.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arraypad.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arraysetops.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arraysetops.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arrayterator.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arrayterator.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_financial_expired.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_financial_expired.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_format.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_format.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_function_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_function_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_histograms.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_histograms.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_index_tricks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_index_tricks.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_io.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_io.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_loadtxt.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_loadtxt.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_mixins.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_mixins.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_nanfunctions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_nanfunctions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_packbits.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_packbits.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_polynomial.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_polynomial.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_recfunctions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_recfunctions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_regression.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_regression.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_shape_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_shape_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_stride_tricks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_stride_tricks.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_twodim_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_twodim_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_type_check.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_type_check.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_ufunclike.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_ufunclike.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/lib/tests/data
/usr/lib/python3.11/site-packages/numpy/lib/tests/data/py2-objarr.npy
/usr/lib/python3.11/site-packages/numpy/lib/tests/data/py2-objarr.npz
/usr/lib/python3.11/site-packages/numpy/lib/tests/data/py3-objarr.npy
/usr/lib/python3.11/site-packages/numpy/lib/tests/data/py3-objarr.npz
/usr/lib/python3.11/site-packages/numpy/lib/tests/data/python3.npy
/usr/lib/python3.11/site-packages/numpy/lib/tests/data/win64python2.npy
/usr/lib/python3.11/site-packages/numpy/lib/tests/test__datasource.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test__iotools.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test__version.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_arraypad.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_arraysetops.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_arrayterator.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_financial_expired.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_format.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_function_base.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_histograms.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_index_tricks.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_io.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_loadtxt.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_mixins.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_nanfunctions.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_packbits.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_polynomial.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_recfunctions.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_regression.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_shape_base.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_stride_tricks.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_twodim_base.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_type_check.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_ufunclike.py
/usr/lib/python3.11/site-packages/numpy/lib/tests/test_utils.py
/usr/lib/python3.11/site-packages/numpy/lib/twodim_base.py
/usr/lib/python3.11/site-packages/numpy/lib/twodim_base.pyi
/usr/lib/python3.11/site-packages/numpy/lib/type_check.py
/usr/lib/python3.11/site-packages/numpy/lib/type_check.pyi
/usr/lib/python3.11/site-packages/numpy/lib/ufunclike.py
/usr/lib/python3.11/site-packages/numpy/lib/ufunclike.pyi
/usr/lib/python3.11/site-packages/numpy/lib/user_array.py
/usr/lib/python3.11/site-packages/numpy/lib/utils.py
/usr/lib/python3.11/site-packages/numpy/lib/utils.pyi
/usr/lib/python3.11/site-packages/numpy/linalg
/usr/lib/python3.11/site-packages/numpy/linalg/__init__.py
/usr/lib/python3.11/site-packages/numpy/linalg/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/linalg/__pycache__
/usr/lib/python3.11/site-packages/numpy/linalg/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/__pycache__/linalg.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/__pycache__/linalg.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/_umath_linalg.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/linalg/lapack_lite.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/linalg/linalg.py
/usr/lib/python3.11/site-packages/numpy/linalg/linalg.pyi
/usr/lib/python3.11/site-packages/numpy/linalg/tests
/usr/lib/python3.11/site-packages/numpy/linalg/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_deprecations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_deprecations.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_linalg.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_linalg.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_regression.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_regression.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/linalg/tests/test_deprecations.py
/usr/lib/python3.11/site-packages/numpy/linalg/tests/test_linalg.py
/usr/lib/python3.11/site-packages/numpy/linalg/tests/test_regression.py
/usr/lib/python3.11/site-packages/numpy/ma
/usr/lib/python3.11/site-packages/numpy/ma/API_CHANGES.txt
/usr/lib/python3.11/site-packages/numpy/ma/LICENSE
/usr/lib/python3.11/site-packages/numpy/ma/README.rst
/usr/lib/python3.11/site-packages/numpy/ma/__init__.py
/usr/lib/python3.11/site-packages/numpy/ma/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/extras.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/extras.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/mrecords.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/mrecords.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/testutils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/testutils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/timer_comparison.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/__pycache__/timer_comparison.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/core.py
/usr/lib/python3.11/site-packages/numpy/ma/core.pyi
/usr/lib/python3.11/site-packages/numpy/ma/extras.py
/usr/lib/python3.11/site-packages/numpy/ma/extras.pyi
/usr/lib/python3.11/site-packages/numpy/ma/mrecords.py
/usr/lib/python3.11/site-packages/numpy/ma/mrecords.pyi
/usr/lib/python3.11/site-packages/numpy/ma/setup.py
/usr/lib/python3.11/site-packages/numpy/ma/tests
/usr/lib/python3.11/site-packages/numpy/ma/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_core.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_deprecations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_deprecations.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_extras.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_extras.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_mrecords.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_mrecords.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_old_ma.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_old_ma.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_regression.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_regression.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_subclassing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_subclassing.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/ma/tests/test_core.py
/usr/lib/python3.11/site-packages/numpy/ma/tests/test_deprecations.py
/usr/lib/python3.11/site-packages/numpy/ma/tests/test_extras.py
/usr/lib/python3.11/site-packages/numpy/ma/tests/test_mrecords.py
/usr/lib/python3.11/site-packages/numpy/ma/tests/test_old_ma.py
/usr/lib/python3.11/site-packages/numpy/ma/tests/test_regression.py
/usr/lib/python3.11/site-packages/numpy/ma/tests/test_subclassing.py
/usr/lib/python3.11/site-packages/numpy/ma/testutils.py
/usr/lib/python3.11/site-packages/numpy/ma/timer_comparison.py
/usr/lib/python3.11/site-packages/numpy/matlib.py
/usr/lib/python3.11/site-packages/numpy/matrixlib
/usr/lib/python3.11/site-packages/numpy/matrixlib/__init__.py
/usr/lib/python3.11/site-packages/numpy/matrixlib/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/matrixlib/__pycache__
/usr/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/defmatrix.py
/usr/lib/python3.11/site-packages/numpy/matrixlib/defmatrix.pyi
/usr/lib/python3.11/site-packages/numpy/matrixlib/setup.py
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_defmatrix.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_defmatrix.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_interaction.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_interaction.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_masked_matrix.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_masked_matrix.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_matrix_linalg.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_matrix_linalg.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_multiarray.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_multiarray.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_numeric.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_numeric.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_regression.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_regression.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/test_defmatrix.py
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/test_interaction.py
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/test_masked_matrix.py
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/test_matrix_linalg.py
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/test_multiarray.py
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/test_numeric.py
/usr/lib/python3.11/site-packages/numpy/matrixlib/tests/test_regression.py
/usr/lib/python3.11/site-packages/numpy/polynomial
/usr/lib/python3.11/site-packages/numpy/polynomial/__init__.py
/usr/lib/python3.11/site-packages/numpy/polynomial/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/hermite.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/hermite.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/legendre.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/legendre.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/_polybase.py
/usr/lib/python3.11/site-packages/numpy/polynomial/_polybase.pyi
/usr/lib/python3.11/site-packages/numpy/polynomial/chebyshev.py
/usr/lib/python3.11/site-packages/numpy/polynomial/chebyshev.pyi
/usr/lib/python3.11/site-packages/numpy/polynomial/hermite.py
/usr/lib/python3.11/site-packages/numpy/polynomial/hermite.pyi
/usr/lib/python3.11/site-packages/numpy/polynomial/hermite_e.py
/usr/lib/python3.11/site-packages/numpy/polynomial/hermite_e.pyi
/usr/lib/python3.11/site-packages/numpy/polynomial/laguerre.py
/usr/lib/python3.11/site-packages/numpy/polynomial/laguerre.pyi
/usr/lib/python3.11/site-packages/numpy/polynomial/legendre.py
/usr/lib/python3.11/site-packages/numpy/polynomial/legendre.pyi
/usr/lib/python3.11/site-packages/numpy/polynomial/polynomial.py
/usr/lib/python3.11/site-packages/numpy/polynomial/polynomial.pyi
/usr/lib/python3.11/site-packages/numpy/polynomial/polyutils.py
/usr/lib/python3.11/site-packages/numpy/polynomial/polyutils.pyi
/usr/lib/python3.11/site-packages/numpy/polynomial/setup.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_chebyshev.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_chebyshev.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_classes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_classes.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_hermite.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_hermite.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_hermite_e.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_hermite_e.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_laguerre.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_laguerre.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_legendre.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_legendre.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_polynomial.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_polynomial.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_polyutils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_polyutils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_printing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_printing.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_symbol.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_symbol.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/test_chebyshev.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/test_classes.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/test_hermite.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/test_hermite_e.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/test_laguerre.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/test_legendre.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/test_polynomial.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/test_polyutils.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/test_printing.py
/usr/lib/python3.11/site-packages/numpy/polynomial/tests/test_symbol.py
/usr/lib/python3.11/site-packages/numpy/py.typed
/usr/lib/python3.11/site-packages/numpy/random
/usr/lib/python3.11/site-packages/numpy/random/LICENSE.md
/usr/lib/python3.11/site-packages/numpy/random/__init__.pxd
/usr/lib/python3.11/site-packages/numpy/random/__init__.py
/usr/lib/python3.11/site-packages/numpy/random/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/random/__pycache__
/usr/lib/python3.11/site-packages/numpy/random/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/__pycache__/_pickle.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/__pycache__/_pickle.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/_bounded_integers.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/random/_bounded_integers.pxd
/usr/lib/python3.11/site-packages/numpy/random/_common.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/random/_common.pxd
/usr/lib/python3.11/site-packages/numpy/random/_examples
/usr/lib/python3.11/site-packages/numpy/random/_examples/cffi
/usr/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__
/usr/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__/extending.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__/extending.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__/parse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__/parse.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/_examples/cffi/extending.py
/usr/lib/python3.11/site-packages/numpy/random/_examples/cffi/parse.py
/usr/lib/python3.11/site-packages/numpy/random/_examples/cython
/usr/lib/python3.11/site-packages/numpy/random/_examples/cython/extending.pyx
/usr/lib/python3.11/site-packages/numpy/random/_examples/cython/extending_distributions.pyx
/usr/lib/python3.11/site-packages/numpy/random/_examples/cython/meson.build
/usr/lib/python3.11/site-packages/numpy/random/_examples/numba
/usr/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__
/usr/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__/extending.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__/extending.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__/extending_distributions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__/extending_distributions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/_examples/numba/extending.py
/usr/lib/python3.11/site-packages/numpy/random/_examples/numba/extending_distributions.py
/usr/lib/python3.11/site-packages/numpy/random/_generator.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/random/_generator.pyi
/usr/lib/python3.11/site-packages/numpy/random/_mt19937.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/random/_mt19937.pyi
/usr/lib/python3.11/site-packages/numpy/random/_pcg64.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/random/_pcg64.pyi
/usr/lib/python3.11/site-packages/numpy/random/_philox.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/random/_philox.pyi
/usr/lib/python3.11/site-packages/numpy/random/_pickle.py
/usr/lib/python3.11/site-packages/numpy/random/_sfc64.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/random/_sfc64.pyi
/usr/lib/python3.11/site-packages/numpy/random/bit_generator.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/random/bit_generator.pxd
/usr/lib/python3.11/site-packages/numpy/random/bit_generator.pyi
/usr/lib/python3.11/site-packages/numpy/random/c_distributions.pxd
/usr/lib/python3.11/site-packages/numpy/random/lib
/usr/lib/python3.11/site-packages/numpy/random/mtrand.cpython-311-i386-linux-gnu.so
/usr/lib/python3.11/site-packages/numpy/random/mtrand.pyi
/usr/lib/python3.11/site-packages/numpy/random/tests
/usr/lib/python3.11/site-packages/numpy/random/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_direct.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_direct.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_extending.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_extending.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937_regressions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937_regressions.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_random.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_random.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_randomstate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_randomstate.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_randomstate_regression.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_randomstate_regression.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_regression.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_regression.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_seed_sequence.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_seed_sequence.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_smoke.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_smoke.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/data
/usr/lib/python3.11/site-packages/numpy/random/tests/data/__init__.py
/usr/lib/python3.11/site-packages/numpy/random/tests/data/__pycache__
/usr/lib/python3.11/site-packages/numpy/random/tests/data/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/data/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/random/tests/data/mt19937-testset-1.csv
/usr/lib/python3.11/site-packages/numpy/random/tests/data/mt19937-testset-2.csv
/usr/lib/python3.11/site-packages/numpy/random/tests/data/pcg64-testset-1.csv
/usr/lib/python3.11/site-packages/numpy/random/tests/data/pcg64-testset-2.csv
/usr/lib/python3.11/site-packages/numpy/random/tests/data/pcg64dxsm-testset-1.csv
/usr/lib/python3.11/site-packages/numpy/random/tests/data/pcg64dxsm-testset-2.csv
/usr/lib/python3.11/site-packages/numpy/random/tests/data/philox-testset-1.csv
/usr/lib/python3.11/site-packages/numpy/random/tests/data/philox-testset-2.csv
/usr/lib/python3.11/site-packages/numpy/random/tests/data/sfc64-testset-1.csv
/usr/lib/python3.11/site-packages/numpy/random/tests/data/sfc64-testset-2.csv
/usr/lib/python3.11/site-packages/numpy/random/tests/test_direct.py
/usr/lib/python3.11/site-packages/numpy/random/tests/test_extending.py
/usr/lib/python3.11/site-packages/numpy/random/tests/test_generator_mt19937.py
/usr/lib/python3.11/site-packages/numpy/random/tests/test_generator_mt19937_regressions.py
/usr/lib/python3.11/site-packages/numpy/random/tests/test_random.py
/usr/lib/python3.11/site-packages/numpy/random/tests/test_randomstate.py
/usr/lib/python3.11/site-packages/numpy/random/tests/test_randomstate_regression.py
/usr/lib/python3.11/site-packages/numpy/random/tests/test_regression.py
/usr/lib/python3.11/site-packages/numpy/random/tests/test_seed_sequence.py
/usr/lib/python3.11/site-packages/numpy/random/tests/test_smoke.py
/usr/lib/python3.11/site-packages/numpy/testing
/usr/lib/python3.11/site-packages/numpy/testing/__init__.py
/usr/lib/python3.11/site-packages/numpy/testing/__init__.pyi
/usr/lib/python3.11/site-packages/numpy/testing/__pycache__
/usr/lib/python3.11/site-packages/numpy/testing/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/testing/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/testing/__pycache__/overrides.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/testing/__pycache__/overrides.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/testing/__pycache__/print_coercion_tables.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/testing/__pycache__/print_coercion_tables.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/testing/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/testing/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/testing/_private
/usr/lib/python3.11/site-packages/numpy/testing/_private/__init__.py
/usr/lib/python3.11/site-packages/numpy/testing/_private/__pycache__
/usr/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/extbuild.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/extbuild.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/testing/_private/extbuild.py
/usr/lib/python3.11/site-packages/numpy/testing/_private/utils.py
/usr/lib/python3.11/site-packages/numpy/testing/_private/utils.pyi
/usr/lib/python3.11/site-packages/numpy/testing/overrides.py
/usr/lib/python3.11/site-packages/numpy/testing/print_coercion_tables.py
/usr/lib/python3.11/site-packages/numpy/testing/setup.py
/usr/lib/python3.11/site-packages/numpy/testing/tests
/usr/lib/python3.11/site-packages/numpy/testing/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/testing/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/testing/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/testing/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/testing/tests/__pycache__/test_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/testing/tests/__pycache__/test_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/testing/tests/test_utils.py
/usr/lib/python3.11/site-packages/numpy/tests
/usr/lib/python3.11/site-packages/numpy/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test__all__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test__all__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_ctypeslib.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_ctypeslib.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_lazyloading.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_lazyloading.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_matlib.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_matlib.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_numpy_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_numpy_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_numpy_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_numpy_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_public_api.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_public_api.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_reloading.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_reloading.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_scripts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_scripts.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_warnings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/tests/__pycache__/test_warnings.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/tests/test__all__.py
/usr/lib/python3.11/site-packages/numpy/tests/test_ctypeslib.py
/usr/lib/python3.11/site-packages/numpy/tests/test_lazyloading.py
/usr/lib/python3.11/site-packages/numpy/tests/test_matlib.py
/usr/lib/python3.11/site-packages/numpy/tests/test_numpy_config.py
/usr/lib/python3.11/site-packages/numpy/tests/test_numpy_version.py
/usr/lib/python3.11/site-packages/numpy/tests/test_public_api.py
/usr/lib/python3.11/site-packages/numpy/tests/test_reloading.py
/usr/lib/python3.11/site-packages/numpy/tests/test_scripts.py
/usr/lib/python3.11/site-packages/numpy/tests/test_warnings.py
/usr/lib/python3.11/site-packages/numpy/typing
/usr/lib/python3.11/site-packages/numpy/typing/__init__.py
/usr/lib/python3.11/site-packages/numpy/typing/__pycache__
/usr/lib/python3.11/site-packages/numpy/typing/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/__pycache__/mypy_plugin.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/__pycache__/mypy_plugin.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/__pycache__/setup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/__pycache__/setup.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/mypy_plugin.py
/usr/lib/python3.11/site-packages/numpy/typing/setup.py
/usr/lib/python3.11/site-packages/numpy/typing/tests
/usr/lib/python3.11/site-packages/numpy/typing/tests/__init__.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/__pycache__
/usr/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_isfile.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_isfile.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_runtime.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_runtime.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_typing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_typing.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/arithmetic.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/array_constructors.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/array_like.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/array_pad.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/arrayprint.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/arrayterator.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/bitwise_ops.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/char.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/chararray.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/comparisons.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/constants.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/datasource.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/dtype.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/einsumfunc.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/false_positives.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/flatiter.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/fromnumeric.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/histograms.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/index_tricks.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/lib_function_base.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/lib_polynomial.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/lib_utils.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/lib_version.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/linalg.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/memmap.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/modules.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/multiarray.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/ndarray.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/ndarray_misc.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/nditer.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/nested_sequence.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/npyio.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/numerictypes.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/random.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/rec.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/scalars.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/shape_base.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/stride_tricks.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/testing.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/twodim_base.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/type_check.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/ufunc_config.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/ufunclike.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/ufuncs.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/fail/warnings_and_errors.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/misc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/misc/extended_precision.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/mypy.ini
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arithmetic.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arithmetic.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/array_constructors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/array_constructors.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/array_like.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/array_like.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayprint.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayprint.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayterator.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayterator.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/bitwise_ops.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/bitwise_ops.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/comparisons.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/comparisons.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/dtype.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/dtype.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/einsumfunc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/einsumfunc.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/flatiter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/flatiter.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/fromnumeric.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/fromnumeric.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/index_tricks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/index_tricks.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/literal.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/literal.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/mod.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/mod.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/modules.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/modules.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/multiarray.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/multiarray.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_conversion.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_conversion.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_misc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_misc.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_shape_manipulation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_shape_manipulation.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/numeric.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/numeric.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/numerictypes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/numerictypes.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/random.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/random.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/scalars.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/scalars.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/simple.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/simple.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/simple_py3.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/simple_py3.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunc_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunc_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunclike.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunclike.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufuncs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufuncs.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/warnings_and_errors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/warnings_and_errors.cpython-311.pyc
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/arithmetic.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/array_constructors.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/array_like.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/arrayprint.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/arrayterator.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/bitwise_ops.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/comparisons.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/dtype.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/einsumfunc.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/flatiter.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/fromnumeric.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/index_tricks.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/lib_utils.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/lib_version.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/literal.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/mod.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/modules.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/multiarray.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/ndarray_conversion.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/ndarray_misc.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/ndarray_shape_manipulation.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/numeric.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/numerictypes.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/random.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/scalars.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/simple.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/simple_py3.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/ufunc_config.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/ufunclike.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/ufuncs.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/pass/warnings_and_errors.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/arithmetic.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/array_constructors.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/arraypad.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/arrayprint.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/arraysetops.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/arrayterator.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/bitwise_ops.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/char.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/chararray.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/comparisons.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/constants.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/ctypeslib.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/datasource.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/dtype.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/einsumfunc.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/emath.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/false_positives.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/fft.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/flatiter.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/fromnumeric.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/getlimits.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/histograms.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/index_tricks.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/lib_function_base.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/lib_polynomial.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/lib_utils.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/lib_version.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/linalg.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/matrix.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/memmap.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/mod.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/modules.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/multiarray.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/nbit_base_example.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/ndarray_conversion.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/ndarray_misc.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/ndarray_shape_manipulation.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/nditer.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/nested_sequence.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/npyio.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/numeric.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/numerictypes.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/random.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/rec.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/scalars.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/shape_base.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/stride_tricks.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/testing.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/twodim_base.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/type_check.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/ufunc_config.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/ufunclike.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/ufuncs.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/data/reveal/warnings_and_errors.pyi
/usr/lib/python3.11/site-packages/numpy/typing/tests/test_isfile.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/test_runtime.py
/usr/lib/python3.11/site-packages/numpy/typing/tests/test_typing.py
/usr/lib/python3.11/site-packages/numpy/version.py
/usr/share/doc/packages/python311-numpy1
/usr/share/doc/packages/python311-numpy1/README.md
/usr/share/doc/packages/python311-numpy1/THANKS.txt
/usr/share/libalternatives/f2py
/usr/share/libalternatives/f2py/1311.conf
/usr/share/licenses/python311-numpy1
/usr/share/licenses/python311-numpy1/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 02:11:34 2025