diff --git a/.gitattributes b/.gitattributes
index ae232bfee97452adc3f8ef6476661e0291dafea7..414ebe08e03c6f03a8ca5e994ae1251b4c16770b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -99,3 +99,4 @@ reference_sample_wavs/syuukovoice_200918_3_01.wav filter=lfs diff=lfs merge=lfs
.venv/Lib/site-packages/scipy/special/_ufuncs.cp39-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
.venv/Lib/site-packages/scipy/spatial/_ckdtree.cp39-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
.venv/Lib/site-packages/scipy/spatial/_qhull.cp39-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
+.venv/Lib/site-packages/scipy/special/_ufuncs_cxx.cp39-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
diff --git a/.venv/Lib/site-packages/scipy-1.13.1.dist-info/DELVEWHEEL b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/DELVEWHEEL
new file mode 100644
index 0000000000000000000000000000000000000000..1a18703c18c7d620822b3f2f0c7f11460675ceb2
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/DELVEWHEEL
@@ -0,0 +1,2 @@
+Version: 1.6.0
+Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-622t44xc\\cp39-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '--add-path', 'C:/opt/openblas/openblas_dll', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-622t44xc\\cp39-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-622t44xc\\cp39-win_amd64\\built_wheel\\scipy-1.13.1-cp39-cp39-win_amd64.whl']
diff --git a/.venv/Lib/site-packages/scipy-1.13.1.dist-info/INSTALLER b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/INSTALLER
new file mode 100644
index 0000000000000000000000000000000000000000..5c69047b2eb8235994febeeae1da4a82365a240a
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/INSTALLER
@@ -0,0 +1 @@
+uv
\ No newline at end of file
diff --git a/.venv/Lib/site-packages/scipy-1.13.1.dist-info/LICENSE.txt b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/LICENSE.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d655d5687750e6d9c82b71d02132f9b84f49ebbb
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/LICENSE.txt
@@ -0,0 +1,934 @@
+Copyright (c) 2001-2002 Enthought, Inc. 2003-2024, SciPy Developers.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+----
+
+This binary distribution of SciPy also bundles the following software:
+
+
+Name: OpenBLAS
+Files: scipy.libs\libopenblas*.dll
+Description: bundled as a dynamically linked library
+Availability: https://github.com/OpenMathLib/OpenBLAS/
+License: BSD-3-Clause-Attribution
+ Copyright (c) 2011-2014, The OpenBLAS Project
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ 3. Neither the name of the OpenBLAS project nor the names of
+ its contributors may be used to endorse or promote products
+ derived from this software without specific prior written
+ permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Name: LAPACK
+Files: scipy.libs\libopenblas*.dll
+Description: bundled in OpenBLAS
+Availability: https://github.com/OpenMathLib/OpenBLAS/
+License: BSD-3-Clause-Attribution
+ Copyright (c) 1992-2013 The University of Tennessee and The University
+ of Tennessee Research Foundation. All rights
+ reserved.
+ Copyright (c) 2000-2013 The University of California Berkeley. All
+ rights reserved.
+ Copyright (c) 2006-2013 The University of Colorado Denver. All rights
+ reserved.
+
+ $COPYRIGHT$
+
+ Additional copyrights may follow
+
+ $HEADER$
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer listed
+ in this license in the documentation and/or other materials
+ provided with the distribution.
+
+ - Neither the name of the copyright holders nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ The copyright holders provide no reassurances that the source code
+ provided does not infringe any patent, copyright, or any other
+ intellectual property rights of third parties. The copyright holders
+ disclaim any liability to any recipient for claims brought against
+ recipient by any third party for infringement of that parties
+ intellectual property rights.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Name: GCC runtime library
+Files: scipy.libs\libopenblas*.dll
+Description: statically linked to files compiled with gcc
+Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
+License: GPL-3.0-with-GCC-exception
+ Copyright (C) 2002-2017 Free Software Foundation, Inc.
+
+ Libgfortran is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+
+ Libgfortran is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ Under Section 7 of GPL version 3, you are granted additional
+ permissions described in the GCC Runtime Library Exception, version
+ 3.1, as published by the Free Software Foundation.
+
+ You should have received a copy of the GNU General Public License and
+ a copy of the GCC Runtime Library Exception along with this program;
+ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
+ .
+
+
+----
+
+Full text of license texts referred to above follows (that they are
+listed below does not necessarily imply the conditions apply to the
+present binary release):
+
+----
+
+GCC RUNTIME LIBRARY EXCEPTION
+
+Version 3.1, 31 March 2009
+
+Copyright (C) 2009 Free Software Foundation, Inc.
+
+Everyone is permitted to copy and distribute verbatim copies of this
+license document, but changing it is not allowed.
+
+This GCC Runtime Library Exception ("Exception") is an additional
+permission under section 7 of the GNU General Public License, version
+3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
+bears a notice placed by the copyright holder of the file stating that
+the file is governed by GPLv3 along with this Exception.
+
+When you use GCC to compile a program, GCC may combine portions of
+certain GCC header files and runtime libraries with the compiled
+program. The purpose of this Exception is to allow compilation of
+non-GPL (including proprietary) programs to use, in this way, the
+header files and runtime libraries covered by this Exception.
+
+0. Definitions.
+
+A file is an "Independent Module" if it either requires the Runtime
+Library for execution after a Compilation Process, or makes use of an
+interface provided by the Runtime Library, but is not otherwise based
+on the Runtime Library.
+
+"GCC" means a version of the GNU Compiler Collection, with or without
+modifications, governed by version 3 (or a specified later version) of
+the GNU General Public License (GPL) with the option of using any
+subsequent versions published by the FSF.
+
+"GPL-compatible Software" is software whose conditions of propagation,
+modification and use would permit combination with GCC in accord with
+the license of GCC.
+
+"Target Code" refers to output from any compiler for a real or virtual
+target processor architecture, in executable form or suitable for
+input to an assembler, loader, linker and/or execution
+phase. Notwithstanding that, Target Code does not include data in any
+format that is used as a compiler intermediate representation, or used
+for producing a compiler intermediate representation.
+
+The "Compilation Process" transforms code entirely represented in
+non-intermediate languages designed for human-written code, and/or in
+Java Virtual Machine byte code, into Target Code. Thus, for example,
+use of source code generators and preprocessors need not be considered
+part of the Compilation Process, since the Compilation Process can be
+understood as starting with the output of the generators or
+preprocessors.
+
+A Compilation Process is "Eligible" if it is done using GCC, alone or
+with other GPL-compatible software, or if it is done without using any
+work based on GCC. For example, using non-GPL-compatible Software to
+optimize any GCC intermediate representations would not qualify as an
+Eligible Compilation Process.
+
+1. Grant of Additional Permission.
+
+You have permission to propagate a work of Target Code formed by
+combining the Runtime Library with Independent Modules, even if such
+propagation would otherwise violate the terms of GPLv3, provided that
+all Target Code was generated by Eligible Compilation Processes. You
+may then convey such a combination under terms of your choice,
+consistent with the licensing of the Independent Modules.
+
+2. No Weakening of GCC Copyleft.
+
+The availability of this Exception does not imply any general
+presumption that third-party software is unaffected by the copyleft
+requirements of the license of GCC.
+
+----
+
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
+
+
+Name: libquadmath
+Files: scipy.libs\libopenblas*.dll
+Description: statically linked to files compiled with gcc
+Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath
+License: LGPL-2.1-or-later
+
+ GCC Quad-Precision Math Library
+ Copyright (C) 2010-2019 Free Software Foundation, Inc.
+ Written by Francois-Xavier Coudert
+
+ This file is part of the libquadmath library.
+ Libquadmath is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ Libquadmath is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
diff --git a/.venv/Lib/site-packages/scipy-1.13.1.dist-info/METADATA b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/METADATA
new file mode 100644
index 0000000000000000000000000000000000000000..703abbf919a31985289bf4b987978239094e4c50
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/METADATA
@@ -0,0 +1,1075 @@
+Metadata-Version: 2.1
+Name: scipy
+Version: 1.13.1
+Summary: Fundamental algorithms for scientific computing in Python
+Home-page: https://scipy.org/
+Maintainer-Email: SciPy Developers
+License: Copyright (c) 2001-2002 Enthought, Inc. 2003-2024, SciPy Developers.
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+
+ 3. Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ ----
+
+ This binary distribution of SciPy also bundles the following software:
+
+
+ Name: OpenBLAS
+ Files: scipy.libs\libopenblas*.dll
+ Description: bundled as a dynamically linked library
+ Availability: https://github.com/OpenMathLib/OpenBLAS/
+ License: BSD-3-Clause-Attribution
+ Copyright (c) 2011-2014, The OpenBLAS Project
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ 3. Neither the name of the OpenBLAS project nor the names of
+ its contributors may be used to endorse or promote products
+ derived from this software without specific prior written
+ permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+ Name: LAPACK
+ Files: scipy.libs\libopenblas*.dll
+ Description: bundled in OpenBLAS
+ Availability: https://github.com/OpenMathLib/OpenBLAS/
+ License: BSD-3-Clause-Attribution
+ Copyright (c) 1992-2013 The University of Tennessee and The University
+ of Tennessee Research Foundation. All rights
+ reserved.
+ Copyright (c) 2000-2013 The University of California Berkeley. All
+ rights reserved.
+ Copyright (c) 2006-2013 The University of Colorado Denver. All rights
+ reserved.
+
+ $COPYRIGHT$
+
+ Additional copyrights may follow
+
+ $HEADER$
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer listed
+ in this license in the documentation and/or other materials
+ provided with the distribution.
+
+ - Neither the name of the copyright holders nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ The copyright holders provide no reassurances that the source code
+ provided does not infringe any patent, copyright, or any other
+ intellectual property rights of third parties. The copyright holders
+ disclaim any liability to any recipient for claims brought against
+ recipient by any third party for infringement of that parties
+ intellectual property rights.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+ Name: GCC runtime library
+ Files: scipy.libs\libopenblas*.dll
+ Description: statically linked to files compiled with gcc
+ Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
+ License: GPL-3.0-with-GCC-exception
+ Copyright (C) 2002-2017 Free Software Foundation, Inc.
+
+ Libgfortran is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+
+ Libgfortran is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ Under Section 7 of GPL version 3, you are granted additional
+ permissions described in the GCC Runtime Library Exception, version
+ 3.1, as published by the Free Software Foundation.
+
+ You should have received a copy of the GNU General Public License and
+ a copy of the GCC Runtime Library Exception along with this program;
+ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
+ .
+
+
+ ----
+
+ Full text of license texts referred to above follows (that they are
+ listed below does not necessarily imply the conditions apply to the
+ present binary release):
+
+ ----
+
+ GCC RUNTIME LIBRARY EXCEPTION
+
+ Version 3.1, 31 March 2009
+
+ Copyright (C) 2009 Free Software Foundation, Inc.
+
+ Everyone is permitted to copy and distribute verbatim copies of this
+ license document, but changing it is not allowed.
+
+ This GCC Runtime Library Exception ("Exception") is an additional
+ permission under section 7 of the GNU General Public License, version
+ 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
+ bears a notice placed by the copyright holder of the file stating that
+ the file is governed by GPLv3 along with this Exception.
+
+ When you use GCC to compile a program, GCC may combine portions of
+ certain GCC header files and runtime libraries with the compiled
+ program. The purpose of this Exception is to allow compilation of
+ non-GPL (including proprietary) programs to use, in this way, the
+ header files and runtime libraries covered by this Exception.
+
+ 0. Definitions.
+
+ A file is an "Independent Module" if it either requires the Runtime
+ Library for execution after a Compilation Process, or makes use of an
+ interface provided by the Runtime Library, but is not otherwise based
+ on the Runtime Library.
+
+ "GCC" means a version of the GNU Compiler Collection, with or without
+ modifications, governed by version 3 (or a specified later version) of
+ the GNU General Public License (GPL) with the option of using any
+ subsequent versions published by the FSF.
+
+ "GPL-compatible Software" is software whose conditions of propagation,
+ modification and use would permit combination with GCC in accord with
+ the license of GCC.
+
+ "Target Code" refers to output from any compiler for a real or virtual
+ target processor architecture, in executable form or suitable for
+ input to an assembler, loader, linker and/or execution
+ phase. Notwithstanding that, Target Code does not include data in any
+ format that is used as a compiler intermediate representation, or used
+ for producing a compiler intermediate representation.
+
+ The "Compilation Process" transforms code entirely represented in
+ non-intermediate languages designed for human-written code, and/or in
+ Java Virtual Machine byte code, into Target Code. Thus, for example,
+ use of source code generators and preprocessors need not be considered
+ part of the Compilation Process, since the Compilation Process can be
+ understood as starting with the output of the generators or
+ preprocessors.
+
+ A Compilation Process is "Eligible" if it is done using GCC, alone or
+ with other GPL-compatible software, or if it is done without using any
+ work based on GCC. For example, using non-GPL-compatible Software to
+ optimize any GCC intermediate representations would not qualify as an
+ Eligible Compilation Process.
+
+ 1. Grant of Additional Permission.
+
+ You have permission to propagate a work of Target Code formed by
+ combining the Runtime Library with Independent Modules, even if such
+ propagation would otherwise violate the terms of GPLv3, provided that
+ all Target Code was generated by Eligible Compilation Processes. You
+ may then convey such a combination under terms of your choice,
+ consistent with the licensing of the Independent Modules.
+
+ 2. No Weakening of GCC Copyleft.
+
+ The availability of this Exception does not imply any general
+ presumption that third-party software is unaffected by the copyleft
+ requirements of the license of GCC.
+
+ ----
+
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+ software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+ to take away your freedom to share and change the works. By contrast,
+ the GNU General Public License is intended to guarantee your freedom to
+ share and change all versions of a program--to make sure it remains free
+ software for all its users. We, the Free Software Foundation, use the
+ GNU General Public License for most of our software; it applies also to
+ any other work released this way by its authors. You can apply it to
+ your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+ price. Our General Public Licenses are designed to make sure that you
+ have the freedom to distribute copies of free software (and charge for
+ them if you wish), that you receive source code or can get it if you
+ want it, that you can change the software or use pieces of it in new
+ free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+ these rights or asking you to surrender the rights. Therefore, you have
+ certain responsibilities if you distribute copies of the software, or if
+ you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+ gratis or for a fee, you must pass on to the recipients the same
+ freedoms that you received. You must make sure that they, too, receive
+ or can get the source code. And you must show them these terms so they
+ know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+ (1) assert copyright on the software, and (2) offer you this License
+ giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+ that there is no warranty for this free software. For both users' and
+ authors' sake, the GPL requires that modified versions be marked as
+ changed, so that their problems will not be attributed erroneously to
+ authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+ modified versions of the software inside them, although the manufacturer
+ can do so. This is fundamentally incompatible with the aim of
+ protecting users' freedom to change the software. The systematic
+ pattern of such abuse occurs in the area of products for individuals to
+ use, which is precisely where it is most unacceptable. Therefore, we
+ have designed this version of the GPL to prohibit the practice for those
+ products. If such problems arise substantially in other domains, we
+ stand ready to extend this provision to those domains in future versions
+ of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+ States should not allow patents to restrict development and use of
+ software on general-purpose computers, but in those that do, we wish to
+ avoid the special danger that patents applied to a free program could
+ make it effectively proprietary. To prevent this, the GPL assures that
+ patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+ modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+ works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+ License. Each licensee is addressed as "you". "Licensees" and
+ "recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+ in a fashion requiring copyright permission, other than the making of an
+ exact copy. The resulting work is called a "modified version" of the
+ earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+ on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+ permission, would make you directly or secondarily liable for
+ infringement under applicable copyright law, except executing it on a
+ computer or modifying a private copy. Propagation includes copying,
+ distribution (with or without modification), making available to the
+ public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+ parties to make or receive copies. Mere interaction with a user through
+ a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+ to the extent that it includes a convenient and prominently visible
+ feature that (1) displays an appropriate copyright notice, and (2)
+ tells the user that there is no warranty for the work (except to the
+ extent that warranties are provided), that licensees may convey the
+ work under this License, and how to view a copy of this License. If
+ the interface presents a list of user commands or options, such as a
+ menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+ for making modifications to it. "Object code" means any non-source
+ form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+ standard defined by a recognized standards body, or, in the case of
+ interfaces specified for a particular programming language, one that
+ is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+ than the work as a whole, that (a) is included in the normal form of
+ packaging a Major Component, but which is not part of that Major
+ Component, and (b) serves only to enable use of the work with that
+ Major Component, or to implement a Standard Interface for which an
+ implementation is available to the public in source code form. A
+ "Major Component", in this context, means a major essential component
+ (kernel, window system, and so on) of the specific operating system
+ (if any) on which the executable work runs, or a compiler used to
+ produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+ the source code needed to generate, install, and (for an executable
+ work) run the object code and to modify the work, including scripts to
+ control those activities. However, it does not include the work's
+ System Libraries, or general-purpose tools or generally available free
+ programs which are used unmodified in performing those activities but
+ which are not part of the work. For example, Corresponding Source
+ includes interface definition files associated with source files for
+ the work, and the source code for shared libraries and dynamically
+ linked subprograms that the work is specifically designed to require,
+ such as by intimate data communication or control flow between those
+ subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+ can regenerate automatically from other parts of the Corresponding
+ Source.
+
+ The Corresponding Source for a work in source code form is that
+ same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+ copyright on the Program, and are irrevocable provided the stated
+ conditions are met. This License explicitly affirms your unlimited
+ permission to run the unmodified Program. The output from running a
+ covered work is covered by this License only if the output, given its
+ content, constitutes a covered work. This License acknowledges your
+ rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+ convey, without conditions so long as your license otherwise remains
+ in force. You may convey covered works to others for the sole purpose
+ of having them make modifications exclusively for you, or provide you
+ with facilities for running those works, provided that you comply with
+ the terms of this License in conveying all material for which you do
+ not control copyright. Those thus making or running the covered works
+ for you must do so exclusively on your behalf, under your direction
+ and control, on terms that prohibit them from making any copies of
+ your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+ the conditions stated below. Sublicensing is not allowed; section 10
+ makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+ measure under any applicable law fulfilling obligations under article
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
+ similar laws prohibiting or restricting circumvention of such
+ measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+ circumvention of technological measures to the extent such circumvention
+ is effected by exercising rights under this License with respect to
+ the covered work, and you disclaim any intention to limit operation or
+ modification of the work as a means of enforcing, against the work's
+ users, your or third parties' legal rights to forbid circumvention of
+ technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+ receive it, in any medium, provided that you conspicuously and
+ appropriately publish on each copy an appropriate copyright notice;
+ keep intact all notices stating that this License and any
+ non-permissive terms added in accord with section 7 apply to the code;
+ keep intact all notices of the absence of any warranty; and give all
+ recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+ and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+ produce it from the Program, in the form of source code under the
+ terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+ works, which are not by their nature extensions of the covered work,
+ and which are not combined with it such as to form a larger program,
+ in or on a volume of a storage or distribution medium, is called an
+ "aggregate" if the compilation and its resulting copyright are not
+ used to limit the access or legal rights of the compilation's users
+ beyond what the individual works permit. Inclusion of a covered work
+ in an aggregate does not cause this License to apply to the other
+ parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+ of sections 4 and 5, provided that you also convey the
+ machine-readable Corresponding Source under the terms of this License,
+ in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+ from the Corresponding Source as a System Library, need not be
+ included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+ tangible personal property which is normally used for personal, family,
+ or household purposes, or (2) anything designed or sold for incorporation
+ into a dwelling. In determining whether a product is a consumer product,
+ doubtful cases shall be resolved in favor of coverage. For a particular
+ product received by a particular user, "normally used" refers to a
+ typical or common use of that class of product, regardless of the status
+ of the particular user or of the way in which the particular user
+ actually uses, or expects or is expected to use, the product. A product
+ is a consumer product regardless of whether the product has substantial
+ commercial, industrial or non-consumer uses, unless such uses represent
+ the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+ procedures, authorization keys, or other information required to install
+ and execute modified versions of a covered work in that User Product from
+ a modified version of its Corresponding Source. The information must
+ suffice to ensure that the continued functioning of the modified object
+ code is in no case prevented or interfered with solely because
+ modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+ specifically for use in, a User Product, and the conveying occurs as
+ part of a transaction in which the right of possession and use of the
+ User Product is transferred to the recipient in perpetuity or for a
+ fixed term (regardless of how the transaction is characterized), the
+ Corresponding Source conveyed under this section must be accompanied
+ by the Installation Information. But this requirement does not apply
+ if neither you nor any third party retains the ability to install
+ modified object code on the User Product (for example, the work has
+ been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+ requirement to continue to provide support service, warranty, or updates
+ for a work that has been modified or installed by the recipient, or for
+ the User Product in which it has been modified or installed. Access to a
+ network may be denied when the modification itself materially and
+ adversely affects the operation of the network or violates the rules and
+ protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+ in accord with this section must be in a format that is publicly
+ documented (and with an implementation available to the public in
+ source code form), and must require no special password or key for
+ unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+ License by making exceptions from one or more of its conditions.
+ Additional permissions that are applicable to the entire Program shall
+ be treated as though they were included in this License, to the extent
+ that they are valid under applicable law. If additional permissions
+ apply only to part of the Program, that part may be used separately
+ under those permissions, but the entire Program remains governed by
+ this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+ remove any additional permissions from that copy, or from any part of
+ it. (Additional permissions may be written to require their own
+ removal in certain cases when you modify the work.) You may place
+ additional permissions on material, added by you to a covered work,
+ for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+ add to a covered work, you may (if authorized by the copyright holders of
+ that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+ restrictions" within the meaning of section 10. If the Program as you
+ received it, or any part of it, contains a notice stating that it is
+ governed by this License along with a term that is a further
+ restriction, you may remove that term. If a license document contains
+ a further restriction but permits relicensing or conveying under this
+ License, you may add to a covered work material governed by the terms
+ of that license document, provided that the further restriction does
+ not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+ must place, in the relevant source files, a statement of the
+ additional terms that apply to those files, or a notice indicating
+ where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+ form of a separately written license, or stated as exceptions;
+ the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+ provided under this License. Any attempt otherwise to propagate or
+ modify it is void, and will automatically terminate your rights under
+ this License (including any patent licenses granted under the third
+ paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+ license from a particular copyright holder is reinstated (a)
+ provisionally, unless and until the copyright holder explicitly and
+ finally terminates your license, and (b) permanently, if the copyright
+ holder fails to notify you of the violation by some reasonable means
+ prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+ reinstated permanently if the copyright holder notifies you of the
+ violation by some reasonable means, this is the first time you have
+ received notice of violation of this License (for any work) from that
+ copyright holder, and you cure the violation prior to 30 days after
+ your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+ licenses of parties who have received copies or rights from you under
+ this License. If your rights have been terminated and not permanently
+ reinstated, you do not qualify to receive new licenses for the same
+ material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+ run a copy of the Program. Ancillary propagation of a covered work
+ occurring solely as a consequence of using peer-to-peer transmission
+ to receive a copy likewise does not require acceptance. However,
+ nothing other than this License grants you permission to propagate or
+ modify any covered work. These actions infringe copyright if you do
+ not accept this License. Therefore, by modifying or propagating a
+ covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+ receives a license from the original licensors, to run, modify and
+ propagate that work, subject to this License. You are not responsible
+ for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+ organization, or substantially all assets of one, or subdividing an
+ organization, or merging organizations. If propagation of a covered
+ work results from an entity transaction, each party to that
+ transaction who receives a copy of the work also receives whatever
+ licenses to the work the party's predecessor in interest had or could
+ give under the previous paragraph, plus a right to possession of the
+ Corresponding Source of the work from the predecessor in interest, if
+ the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+ rights granted or affirmed under this License. For example, you may
+ not impose a license fee, royalty, or other charge for exercise of
+ rights granted under this License, and you may not initiate litigation
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
+ any patent claim is infringed by making, using, selling, offering for
+ sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+ License of the Program or a work on which the Program is based. The
+ work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+ owned or controlled by the contributor, whether already acquired or
+ hereafter acquired, that would be infringed by some manner, permitted
+ by this License, of making, using, or selling its contributor version,
+ but do not include claims that would be infringed only as a
+ consequence of further modification of the contributor version. For
+ purposes of this definition, "control" includes the right to grant
+ patent sublicenses in a manner consistent with the requirements of
+ this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+ patent license under the contributor's essential patent claims, to
+ make, use, sell, offer for sale, import and otherwise run, modify and
+ propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+ agreement or commitment, however denominated, not to enforce a patent
+ (such as an express permission to practice a patent or covenant not to
+ sue for patent infringement). To "grant" such a patent license to a
+ party means to make such an agreement or commitment not to enforce a
+ patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+ and the Corresponding Source of the work is not available for anyone
+ to copy, free of charge and under the terms of this License, through a
+ publicly available network server or other readily accessible means,
+ then you must either (1) cause the Corresponding Source to be so
+ available, or (2) arrange to deprive yourself of the benefit of the
+ patent license for this particular work, or (3) arrange, in a manner
+ consistent with the requirements of this License, to extend the patent
+ license to downstream recipients. "Knowingly relying" means you have
+ actual knowledge that, but for the patent license, your conveying the
+ covered work in a country, or your recipient's use of the covered work
+ in a country, would infringe one or more identifiable patents in that
+ country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+ arrangement, you convey, or propagate by procuring conveyance of, a
+ covered work, and grant a patent license to some of the parties
+ receiving the covered work authorizing them to use, propagate, modify
+ or convey a specific copy of the covered work, then the patent license
+ you grant is automatically extended to all recipients of the covered
+ work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+ the scope of its coverage, prohibits the exercise of, or is
+ conditioned on the non-exercise of one or more of the rights that are
+ specifically granted under this License. You may not convey a covered
+ work if you are a party to an arrangement with a third party that is
+ in the business of distributing software, under which you make payment
+ to the third party based on the extent of your activity of conveying
+ the work, and under which the third party grants, to any of the
+ parties who would receive the covered work from you, a discriminatory
+ patent license (a) in connection with copies of the covered work
+ conveyed by you (or copies made from those copies), or (b) primarily
+ for and in connection with specific products or compilations that
+ contain the covered work, unless you entered into that arrangement,
+ or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+ any implied license or other defenses to infringement that may
+ otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+ otherwise) that contradict the conditions of this License, they do not
+ excuse you from the conditions of this License. If you cannot convey a
+ covered work so as to satisfy simultaneously your obligations under this
+ License and any other pertinent obligations, then as a consequence you may
+ not convey it at all. For example, if you agree to terms that obligate you
+ to collect a royalty for further conveying from those to whom you convey
+ the Program, the only way you could satisfy both those terms and this
+ License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+ permission to link or combine any covered work with a work licensed
+ under version 3 of the GNU Affero General Public License into a single
+ combined work, and to convey the resulting work. The terms of this
+ License will continue to apply to the part which is the covered work,
+ but the special requirements of the GNU Affero General Public License,
+ section 13, concerning interaction through a network will apply to the
+ combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+ the GNU General Public License from time to time. Such new versions will
+ be similar in spirit to the present version, but may differ in detail to
+ address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+ Program specifies that a certain numbered version of the GNU General
+ Public License "or any later version" applies to it, you have the
+ option of following the terms and conditions either of that numbered
+ version or of any later version published by the Free Software
+ Foundation. If the Program does not specify a version number of the
+ GNU General Public License, you may choose any version ever published
+ by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+ versions of the GNU General Public License can be used, that proxy's
+ public statement of acceptance of a version permanently authorizes you
+ to choose that version for the Program.
+
+ Later license versions may give you additional or different
+ permissions. However, no additional obligations are imposed on any
+ author or copyright holder as a result of your choosing to follow a
+ later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+ above cannot be given local legal effect according to their terms,
+ reviewing courts shall apply local law that most closely approximates
+ an absolute waiver of all civil liability in connection with the
+ Program, unless a warranty or assumption of liability accompanies a
+ copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+ possible use to the public, the best way to achieve this is to make it
+ free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+ to attach them to the start of each source file to most effectively
+ state the exclusion of warranty; and each file should have at least
+ the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+ Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+ notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+ The hypothetical commands `show w' and `show c' should show the appropriate
+ parts of the General Public License. Of course, your program's commands
+ might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
+ For more information on this, and how to apply and follow the GNU GPL, see
+ .
+
+ The GNU General Public License does not permit incorporating your program
+ into proprietary programs. If your program is a subroutine library, you
+ may consider it more useful to permit linking proprietary applications with
+ the library. If this is what you want to do, use the GNU Lesser General
+ Public License instead of this License. But first, please read
+ .
+
+
+ Name: libquadmath
+ Files: scipy.libs\libopenblas*.dll
+ Description: statically linked to files compiled with gcc
+ Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath
+ License: LGPL-2.1-or-later
+
+ GCC Quad-Precision Math Library
+ Copyright (C) 2010-2019 Free Software Foundation, Inc.
+ Written by Francois-Xavier Coudert
+
+ This file is part of the libquadmath library.
+ Libquadmath is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ Libquadmath is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Intended Audience :: Science/Research
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Programming Language :: C
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Topic :: Software Development :: Libraries
+Classifier: Topic :: Scientific/Engineering
+Classifier: Operating System :: Microsoft :: Windows
+Classifier: Operating System :: POSIX :: Linux
+Classifier: Operating System :: POSIX
+Classifier: Operating System :: Unix
+Classifier: Operating System :: MacOS
+Project-URL: Homepage, https://scipy.org/
+Project-URL: Documentation, https://docs.scipy.org/doc/scipy/
+Project-URL: Source, https://github.com/scipy/scipy
+Project-URL: Download, https://github.com/scipy/scipy/releases
+Project-URL: Tracker, https://github.com/scipy/scipy/issues
+Requires-Python: >=3.9
+Requires-Dist: numpy<2.3,>=1.22.4
+Requires-Dist: pytest; extra == "test"
+Requires-Dist: pytest-cov; extra == "test"
+Requires-Dist: pytest-timeout; extra == "test"
+Requires-Dist: pytest-xdist; extra == "test"
+Requires-Dist: asv; extra == "test"
+Requires-Dist: mpmath; extra == "test"
+Requires-Dist: gmpy2; extra == "test"
+Requires-Dist: threadpoolctl; extra == "test"
+Requires-Dist: scikit-umfpack; extra == "test"
+Requires-Dist: pooch; extra == "test"
+Requires-Dist: hypothesis>=6.30; extra == "test"
+Requires-Dist: array-api-strict; extra == "test"
+Requires-Dist: sphinx>=5.0.0; extra == "doc"
+Requires-Dist: pydata-sphinx-theme>=0.15.2; extra == "doc"
+Requires-Dist: sphinx-design>=0.4.0; extra == "doc"
+Requires-Dist: matplotlib>=3.5; extra == "doc"
+Requires-Dist: numpydoc; extra == "doc"
+Requires-Dist: jupytext; extra == "doc"
+Requires-Dist: myst-nb; extra == "doc"
+Requires-Dist: pooch; extra == "doc"
+Requires-Dist: jupyterlite-sphinx>=0.12.0; extra == "doc"
+Requires-Dist: jupyterlite-pyodide-kernel; extra == "doc"
+Requires-Dist: mypy; extra == "dev"
+Requires-Dist: typing_extensions; extra == "dev"
+Requires-Dist: types-psutil; extra == "dev"
+Requires-Dist: pycodestyle; extra == "dev"
+Requires-Dist: ruff; extra == "dev"
+Requires-Dist: cython-lint>=0.12.2; extra == "dev"
+Requires-Dist: rich-click; extra == "dev"
+Requires-Dist: doit>=0.36.0; extra == "dev"
+Requires-Dist: pydevtool; extra == "dev"
+Provides-Extra: test
+Provides-Extra: doc
+Provides-Extra: dev
+Description-Content-Type: text/x-rst
+
+.. image:: https://raw.githubusercontent.com/scipy/scipy/main/doc/source/_static/logo.svg
+ :target: https://scipy.org
+ :width: 110
+ :height: 110
+ :align: left
+
+.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
+ :target: https://numfocus.org
+
+.. image:: https://img.shields.io/pypi/dm/scipy.svg?label=Pypi%20downloads
+ :target: https://pypi.org/project/scipy/
+
+.. image:: https://img.shields.io/conda/dn/conda-forge/scipy.svg?label=Conda%20downloads
+ :target: https://anaconda.org/conda-forge/scipy
+
+.. image:: https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg
+ :target: https://stackoverflow.com/questions/tagged/scipy
+
+.. image:: https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue
+ :target: https://www.nature.com/articles/s41592-019-0686-2
+
+SciPy (pronounced "Sigh Pie") is an open-source software for mathematics,
+science, and engineering. It includes modules for statistics, optimization,
+integration, linear algebra, Fourier transforms, signal and image processing,
+ODE solvers, and more.
+
+- **Website:** https://scipy.org
+- **Documentation:** https://docs.scipy.org/doc/scipy/
+- **Development version of the documentation:** https://scipy.github.io/devdocs
+- **Mailing list:** https://mail.python.org/mailman3/lists/scipy-dev.python.org/
+- **Source code:** https://github.com/scipy/scipy
+- **Contributing:** https://scipy.github.io/devdocs/dev/index.html
+- **Bug reports:** https://github.com/scipy/scipy/issues
+- **Code of Conduct:** https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
+- **Report a security vulnerability:** https://tidelift.com/docs/security
+- **Citing in your work:** https://www.scipy.org/citing-scipy/
+
+SciPy is built to work with
+NumPy arrays, and provides many user-friendly and efficient numerical routines,
+such as routines for numerical integration and optimization. Together, they
+run on all popular operating systems, are quick to install, and are free of
+charge. NumPy and SciPy are easy to use, but powerful enough to be depended
+upon by some of the world's leading scientists and engineers. If you need to
+manipulate numbers on a computer and display or publish the results, give
+SciPy a try!
+
+For the installation instructions, see `our install
+guide `__.
+
+
+Call for Contributions
+----------------------
+
+We appreciate and welcome contributions. Small improvements or fixes are always appreciated; issues labeled as "good
+first issue" may be a good starting point. Have a look at `our contributing
+guide `__.
+
+Writing code isn’t the only way to contribute to SciPy. You can also:
+
+- review pull requests
+- triage issues
+- develop tutorials, presentations, and other educational materials
+- maintain and improve `our website `__
+- develop graphic design for our brand assets and promotional materials
+- help with outreach and onboard new contributors
+- write grant proposals and help with other fundraising efforts
+
+If you’re unsure where to start or how your skills fit in, reach out! You can
+ask on the mailing list or here, on GitHub, by leaving a
+comment on a relevant issue that is already open.
+
+If you are new to contributing to open source, `this
+guide `__ helps explain why, what,
+and how to get involved.
diff --git a/.venv/Lib/site-packages/scipy-1.13.1.dist-info/RECORD b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/RECORD
new file mode 100644
index 0000000000000000000000000000000000000000..8c41d6e08485859faa2e567c951eb4447a81e151
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/RECORD
@@ -0,0 +1,1452 @@
+scipy-1.13.1-cp39-cp39-win_amd64.whl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy-1.13.1.dist-info/DELVEWHEEL,sha256=wTnGjs8PsitKRJhU0MxzzN16ZUUNWGn7qCCnmeRbZZE,439
+scipy-1.13.1.dist-info/LICENSE.txt,sha256=UlkCiee0Uvv9lJ2s9Q4oE-NhKrt8EW5cegwnpJa5xe8,47742
+scipy-1.13.1.dist-info/METADATA,sha256=Ln2AOLdpn9Xh3EsFGsXv8roOC02Oc7pt1eO837mxaAI,60579
+scipy-1.13.1.dist-info/RECORD,,
+scipy-1.13.1.dist-info/WHEEL,sha256=8AdrFzOtKQ6LLJ-VyqCU3y1iN8N--fMXYqrdkeTKDn0,83
+scipy-1.13.1.dist-info\INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2
+scipy-1.13.1.dist-info\REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy.libs/.load-order-scipy-1.13.1,sha256=lACmSUZAOkpbCC-AwipGw6SpX4BBJGolXR-YCQvrw0I,58
+scipy.libs/libopenblas_v0.3.27--3aa239bc726cfb0bd8e5330d8d4c15c6.dll,sha256=LuAmK0KRc_b6NWnXskLmlnNpliELIVLHP7zgtdYdz8E,38129340
+scipy/__config__.py,sha256=YFdl4RUMUJbY2Rbo4DSK2SsidWqp72YAa7RiAI-VARQ,5322
+scipy/__init__.py,sha256=6cj800n7FX5Cs3gqmgAP4A0W5evlAjPtjns6UGJdcJQ,5645
+scipy/_distributor_init.py,sha256=JOqSUAVCNcvuXYwzfs41kJFHvhLdrqRfp3ZYk5U71Pc,1247
+scipy/_lib/__init__.py,sha256=lcHbxe9IkuoUZjXA8VX6-SYYCREBLq1cqoPo2mR6V1w,367
+scipy/_lib/_array_api.py,sha256=HRW7dHD01NaTQnlCapucUNExIdyB-_PGoNrAIC_FK-k,13096
+scipy/_lib/_bunch.py,sha256=wQK9j5N61P1eXt73dEZnUcEc8bS5Y59qOgp_av6eGPc,8345
+scipy/_lib/_ccallback.py,sha256=RDz5WUY_jgPtUlEgtm-VGxcub9nvF4laqIsyExK8Nzk,7338
+scipy/_lib/_ccallback_c.cp39-win_amd64.dll.a,sha256=zuoeXSoEx2PhG7D90e_MSpO6mIW_HYenNYlp0p-Sbf4,1596
+scipy/_lib/_ccallback_c.cp39-win_amd64.pyd,sha256=IBX_4Mw92U42u9QlP2NY97bDaGeBWB42wpd5CF_8L5E,85504
+scipy/_lib/_disjoint_set.py,sha256=3EIkZl2z9UajnPRVjSD5H8JszidKURpxHCO580OJGC8,6414
+scipy/_lib/_docscrape.py,sha256=5dCdfJJwgOz_Utb7OrSkiEmeCDxCm-Xs6kYLbQu_fEQ,22177
+scipy/_lib/_elementwise_iterative_method.py,sha256=JRIoSiVxBSVlOSuFZheud619U3_961FXKaNRsN31xF8,13829
+scipy/_lib/_finite_differences.py,sha256=Uu28sJ1PNvgW0Y7ESs0voon5AVYtj0QRrbqsVPjoL70,4317
+scipy/_lib/_fpumode.cp39-win_amd64.dll.a,sha256=qYgSmyKADBN9ogaImC3oMY9EqtGsqPAXIaRR_x-QlUk,1548
+scipy/_lib/_fpumode.cp39-win_amd64.pyd,sha256=qwXd9NYPRi8MPEVT62PPZmFswx0darMyLHGRV5uflsk,15872
+scipy/_lib/_gcutils.py,sha256=ULLIREutjgyo8dLsvU2hhI0lDGeu5LqX6557X60xPi0,2774
+scipy/_lib/_pep440.py,sha256=xSupJHSD_X9EOOUla1iKcNZ9lwxW6qraE3cbHHLunBY,14492
+scipy/_lib/_test_ccallback.cp39-win_amd64.dll.a,sha256=QwGE_beTqDdTNlREmSof_qjK_QQzwcrkhjYTk0p1HmQ,1636
+scipy/_lib/_test_ccallback.cp39-win_amd64.pyd,sha256=mzViHvAfn8YrAiIm763QDoCGcxN9DYjwdCfS_9vQBd0,52224
+scipy/_lib/_test_deprecation_call.cp39-win_amd64.dll.a,sha256=YqU4zQ6oj0fbXVms2I_n02DT6ZQsLXBSGAKjEqKZOv0,1716
+scipy/_lib/_test_deprecation_call.cp39-win_amd64.pyd,sha256=G5ZxcBjEC1Ku87sVaxnsKezKWVCzIen-BWu7_caB21w,34816
+scipy/_lib/_test_deprecation_def.cp39-win_amd64.dll.a,sha256=3kv7n8sTXPeOGXWAUP4MCfPgZxC2Ub64e0V8T6L8CGU,1708
+scipy/_lib/_test_deprecation_def.cp39-win_amd64.pyd,sha256=9lmRY9XyhtInNdTGSwZUyZtxa0muFqDmLsYQo-8Kd44,27136
+scipy/_lib/_testutils.py,sha256=iFDk4V5mvCfSQiYzt2MwmMGfoK9fk_NcGM_QwrrCX3o,8387
+scipy/_lib/_threadsafety.py,sha256=2dkby9bQV_BrdlThHUfiqZJsQq-Mte5R28_ueFpNikA,1513
+scipy/_lib/_tmpdirs.py,sha256=r8sz8dcfBYiPAYondvpGHVVFB2_rB5sajkTeV1gt1fw,2460
+scipy/_lib/_uarray/LICENSE,sha256=5MSswx6ChwZtfJldJuPvkCyhl37hh7JgsRwng2ZQOBE,1543
+scipy/_lib/_uarray/__init__.py,sha256=pex73GgY7YUWARVgHzYw_Ky2fdAH7M9BcuDMif_hm38,4609
+scipy/_lib/_uarray/_backend.py,sha256=bKJqAjPtPrnHUpph4Po4rSvN7V9cRKRZVVOsExkV9x0,21136
+scipy/_lib/_uarray/_uarray.cp39-win_amd64.dll.a,sha256=nH2sPVfWIRHTy-auCRFjsoPcUBcrfR_tQ9kIDr61rRc,1540
+scipy/_lib/_uarray/_uarray.cp39-win_amd64.pyd,sha256=NOuGNUlY1_Bl-J2S2Fl15QZYl2NHolJGMNo4NAHqfrw,233472
+scipy/_lib/_util.py,sha256=M-VXbWgendvGEIfpukt09h4ZkUPn2Dzn6YEOosh0OQU,33165
+scipy/_lib/array_api_compat/__init__.py,sha256=gtgisvkP32MILKzV55pjVROEW25q1e_6hWwNa3MWV4c,968
+scipy/_lib/array_api_compat/_internal.py,sha256=BC0giq7U-zElzbzEtrSmtrJKo61duyrC6RHi4QL64yc,1030
+scipy/_lib/array_api_compat/common/__init__.py,sha256=IOoccfR-BZ_F-CEN37M9ss_hT4nWMKqQLNbkUq6CHkM,25
+scipy/_lib/array_api_compat/common/_aliases.py,sha256=tIue9bd-9GMLJVX-GLqbldaDO3TrKbHM5dXe45Y2rXk,16799
+scipy/_lib/array_api_compat/common/_helpers.py,sha256=QEv9NRzNIGJLkRhzvturkEbpeAq4kIwA-lIJK0pGHdk,8438
+scipy/_lib/array_api_compat/common/_linalg.py,sha256=pAbUtdlUgPOmzcsXhMziToeCrgeEQ7ih4-pJ74LDOc0,6459
+scipy/_lib/array_api_compat/common/_typing.py,sha256=_ZLNGpqmAzvUAscbROUlJt03MHvG_xdMX13r4GAqTPI,408
+scipy/_lib/array_api_compat/cupy/__init__.py,sha256=i1de5OVYzS7-17NyRs9Ede0x_U7giHk7-iGNoOvKeAI,413
+scipy/_lib/array_api_compat/cupy/_aliases.py,sha256=zCz_C9yHFJR6hU0srn5c0JqH4p6-13ZgUyjgp43c1gQ,2681
+scipy/_lib/array_api_compat/cupy/_typing.py,sha256=VhPA4g6G5Y8acUHqd5XG_vABH_M5mHUajSqFFfesBgM,663
+scipy/_lib/array_api_compat/cupy/linalg.py,sha256=CdkGbkYdqtmjrvpqUeNQrjcMLSeWq8-kpQHZqstxIWc,1405
+scipy/_lib/array_api_compat/numpy/__init__.py,sha256=avpnV0rdoayyE6lAmOiD1S-VHfOT47Q8M1pm26_v9XA,618
+scipy/_lib/array_api_compat/numpy/_aliases.py,sha256=Ikych35AsBYMkX3_eBYMKKa0d5jUmwMMO6Bup6UOuGk,2685
+scipy/_lib/array_api_compat/numpy/_typing.py,sha256=m3A_ClFAyC17Hbsm77fe-eSfXbOFpx5h9_WggniIN5A,664
+scipy/_lib/array_api_compat/numpy/linalg.py,sha256=VDTqfuw80DsZeHkxS02do6Rs-P_4GTnDG9KLQmuW6ps,1229
+scipy/_lib/array_api_compat/torch/__init__.py,sha256=4-LLJdmr5h5HIeCBNXPmxfViYReQD5QamtJ-FnzN3Fc,540
+scipy/_lib/array_api_compat/torch/_aliases.py,sha256=fDLJVNJ9LtVOG7psLqWBknYtXu2e4ewT5snc0QVvSgE,27499
+scipy/_lib/array_api_compat/torch/linalg.py,sha256=xwdm_I_hS8kitY3HhuUlRyPv-M4ei9q_tV6hHoOU_QA,2547
+scipy/_lib/decorator.py,sha256=JoJOywg9I_xfdfasNhrwiasJEnNTvV3SYGv6GtC1Mak,15439
+scipy/_lib/deprecation.py,sha256=L6_eIt28ZIJf3vlVMRXJl4cmbUhdMVZhwz00Ty_Tqq0,8313
+scipy/_lib/doccer.py,sha256=9Ins8j58b2YQkD-vWCH1nMJ7pklhhRWqjELTeiJ-a_w,8637
+scipy/_lib/messagestream.cp39-win_amd64.dll.a,sha256=IzJE-IPO7cyGABWhrVQ0Fneict-T9-FSGamrHj49rfo,1612
+scipy/_lib/messagestream.cp39-win_amd64.pyd,sha256=pxQxEWja4EWfUXfpjzhvQsVatMOW5_ED653S776_yFo,66560
+scipy/_lib/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/_lib/tests/test__gcutils.py,sha256=EeeSFQ1MTmcgxcDD5yI16UUAfESjSx40n3prcogOX30,3517
+scipy/_lib/tests/test__pep440.py,sha256=4AS6UhkhxfVqvZfZmxM0pgIOvQVbAjPdWN3YtgfXWkY,2344
+scipy/_lib/tests/test__testutils.py,sha256=cI6oLinJsZDXIi_pmPMTVAYTvepddvhYVGEMd2MlW2Q,832
+scipy/_lib/tests/test__threadsafety.py,sha256=nnAypNwYK4YNe2s3xcYfGslLKXqdcrOeza73EeybiAQ,1373
+scipy/_lib/tests/test__util.py,sha256=XlNa1i1e3DpusGZKY5TTtOUcUVXNnq2CS20MynhCsts,14887
+scipy/_lib/tests/test_array_api.py,sha256=_AdwAO_D6pqZhwlltMCinGxItpFgKCuR2AgQikPAhNk,4148
+scipy/_lib/tests/test_bunch.py,sha256=yZmGHnJ-qBIMP-8TmnyvK7OGiXRzHzbRHCpMwIsmsk0,6330
+scipy/_lib/tests/test_ccallback.py,sha256=klbEMLd28QAUyzGp6Z89Fr6FzV6jKnmuQumzpe4bXco,6379
+scipy/_lib/tests/test_deprecation.py,sha256=NGUuuv24fSTGyTUZWd2saZkapR2NOpIpx0tijRjBQ7Y,374
+scipy/_lib/tests/test_import_cycles.py,sha256=pKC7H1Tsu1Cuun_moQFZrRPYrdeuAT0s8dFAeZMeyZI,514
+scipy/_lib/tests/test_public_api.py,sha256=9XjNijRP0AbcE5Eqz2MLh_1IZmT6mGbdUJHooGF4ePE,19725
+scipy/_lib/tests/test_scipy_version.py,sha256=j-i3VewqD2gfdZZiJQCdlB3x_4EVekZkND1IFWszqhc,624
+scipy/_lib/tests/test_tmpdirs.py,sha256=jY1yJyn2NN6l_BX_7u5HOuohD9K_SlU08W_yaoR15ek,1282
+scipy/_lib/tests/test_warnings.py,sha256=tB6GTT1535YBWeX7eOISBTQ5s1htSqFMCjqEnYzqzWk,4683
+scipy/_lib/uarray.py,sha256=qXvvUluJiQJwLybyo5ZZtGGWa_o2T0mSvojeu8t_IkQ,846
+scipy/cluster/__init__.py,sha256=ck3TgyUyHOG1-MiymZd04JoIvkWrBaFL56fM-LS-tK8,907
+scipy/cluster/_hierarchy.cp39-win_amd64.dll.a,sha256=Lur4PMZ8rrU2sIz4tJYzhsPOZhQncSp9Dn0sf6KhNFc,1572
+scipy/cluster/_hierarchy.cp39-win_amd64.pyd,sha256=czQbHhKRH7eaiiUWbXJPpP4u0-HixSzrqBiod7f1iHY,382976
+scipy/cluster/_optimal_leaf_ordering.cp39-win_amd64.dll.a,sha256=JL6VGG-52Q2wYNAAhymHU3IRcK3TZtUTzaZyZ8w39ds,1716
+scipy/cluster/_optimal_leaf_ordering.cp39-win_amd64.pyd,sha256=R2DtclxkVLrLsI1u9WXFJHDDQM1-t7U-0jy4UDS7a6Y,329728
+scipy/cluster/_vq.cp39-win_amd64.dll.a,sha256=iwRC8DL5xMbEt1j5W65yaUuLU0yJUhjHvmDxw0VhogA,1492
+scipy/cluster/_vq.cp39-win_amd64.pyd,sha256=ffgd9hgiQJKQ01pX_aaBW86Vo3lYc0E8KpVzAi6S2g0,108032
+scipy/cluster/hierarchy.py,sha256=w3NbtKv1i_HbJ2m30zDRycnDjR6ExxHSxowc80-LCXg,152761
+scipy/cluster/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/cluster/tests/hierarchy_test_data.py,sha256=lvVMk2L5iEKlhX32aFRBJ3clecx6AXLYw75Epl07OBo,6995
+scipy/cluster/tests/test_disjoint_set.py,sha256=fczIL8hK_ICE23j54dwEdn9KBOipPnpxAhWK7xj8X4o,5727
+scipy/cluster/tests/test_hierarchy.py,sha256=5x6oiSgY0PRVIE4ImbTUvlwrcpFH3MlkgzKFH0szPBU,49951
+scipy/cluster/tests/test_vq.py,sha256=pyVUfPbmaMxBjsqty89BxMT_e4g_W4YyesVGFbIkjdE,18030
+scipy/cluster/vq.py,sha256=L6Q47NKwdW7grMT_JSAa1zqU7IMVVQUfDCyD9zRUlSM,31573
+scipy/conftest.py,sha256=iwcRIC5wDZjr21Wn2a4rP0OlPFtuZixlp3t2JAkXniQ,9272
+scipy/constants/__init__.py,sha256=21Fu1jN-LvN-EbuCnzxGTQgAiv33VwvKM2PcDM7WeHc,12784
+scipy/constants/_codata.py,sha256=R3T8P1TLrAnQV9WCYF8c9OriLHtGmtp0vQ15PmT45cI,157383
+scipy/constants/_constants.py,sha256=DYar8r1j0djolADiEz1ab8St1oBLcYfMVYsf4mUjqWI,10738
+scipy/constants/codata.py,sha256=HSemkal4KFVqUurlalWfb7kzHuUBtWZ8gOgrYi5cNS0,818
+scipy/constants/constants.py,sha256=vdC_jDTQZWQlrkYZY0Uj7NKO2AtBwH5mc28Jhy7Ur9s,2303
+scipy/constants/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/constants/tests/test_codata.py,sha256=0p4cAPH0UMK3JWHGI2Ha05dQpxBOzNSme3_pWcIVTDw,2016
+scipy/constants/tests/test_constants.py,sha256=oZy6J36DLygy5IVdcNY_NFJlbvuTTFoAt3EM4JGCIkM,1667
+scipy/datasets/__init__.py,sha256=9FDldqGVaM-sobI1bN43qJeNppyBd-W48hpEEjnCHqg,2892
+scipy/datasets/_download_all.py,sha256=i-fMQWgAfvOgCEoEabsd68iUYDki-4OUfPjjcGLHRDI,1758
+scipy/datasets/_fetchers.py,sha256=Vt5-ngD7ZXuLRUy_iYKS04eBk48ffXa2KAlCbwJLzJQ,6980
+scipy/datasets/_registry.py,sha256=3_ZNYpe3lCXvUGalpNsrhRwKcnFA2P6yWV7MFdKb2Hw,1098
+scipy/datasets/_utils.py,sha256=7bK_NVCoURt-HDGe7I0iBGLEdcrLIU5eJuSjJqAkgJg,3048
+scipy/datasets/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/datasets/tests/test_data.py,sha256=loTZrDHWZEQjIihEcSYi6S6HlzltygW3HeRQp61SdVA,4187
+scipy/fft/__init__.py,sha256=tTo8pSk5GeJaL2pHakUVxMByC78MMcDPtGtcgtBElp4,3624
+scipy/fft/_backend.py,sha256=ySd0v6IodaTh-_kjfEOogdlfCsJ3rdcRLqv-ZU8NkTM,6740
+scipy/fft/_basic.py,sha256=pSqks7ZcODqlyWVorO1pg3C_GyfcQxVdgUSHvNTTHmg,64627
+scipy/fft/_basic_backend.py,sha256=ZIIZd7dfAD8G5h0uhslcqiCB69sWt-pDdLotnfjcAS8,6722
+scipy/fft/_debug_backends.py,sha256=R0zCc_CgDubYnaGbQGjk0GTmd5HlYFpBLw7WSlqljpQ,620
+scipy/fft/_fftlog.py,sha256=YKigZKxZIgBlFDzvJyMgnpY8cgA72ax7tFr8OhnoZkI,8089
+scipy/fft/_fftlog_backend.py,sha256=NUrIgnZUV1EX4OmrUIRvpZiaMcAzgFyVHohuOCWwXEY,5434
+scipy/fft/_helper.py,sha256=dhNVdCqnZqkbJwVFY876HNKVB0Y1I2MFQNd3NQTcNKY,10361
+scipy/fft/_pocketfft/LICENSE.md,sha256=wEZhaFz_nYA1_hxMOrNX5_djPK_AanPp2Qw8X-3oqGo,1523
+scipy/fft/_pocketfft/__init__.py,sha256=WKXb59wx9DK9zXq9DwKchp-zg1SuJIynTQ_POQrFXxo,216
+scipy/fft/_pocketfft/basic.py,sha256=dST8PBFhoiOR1Kj1j3CcjMC0p7KFxTA9qDr1oN2YrFw,8389
+scipy/fft/_pocketfft/helper.py,sha256=za_Q6JMsWy8U2YOzyJXxidyQ1E4tircVaVdtMEVZ0DI,6028
+scipy/fft/_pocketfft/pypocketfft.cp39-win_amd64.dll.a,sha256=vqdcUWkgpytLoP95G7r-StL9u6OHe_SGHY_lQQhFeyE,1588
+scipy/fft/_pocketfft/pypocketfft.cp39-win_amd64.pyd,sha256=FQagmJvl1UIFxQtZCs9jER2rbRYsw5ocK-H8DqIAgog,1073664
+scipy/fft/_pocketfft/realtransforms.py,sha256=nk1e31laxa9920AeBgZgb1vZSXIpoILwWqSI028HCyQ,3453
+scipy/fft/_pocketfft/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/fft/_pocketfft/tests/test_basic.py,sha256=Jy59AaqVo2qdunyKB7bfXeCOTXnkqBx4oo7TPRpBpc0,36378
+scipy/fft/_pocketfft/tests/test_real_transforms.py,sha256=EBq5FEvMEVSyczizYsXnPBNIlPALwmVSAPzaUAmZss4,17150
+scipy/fft/_realtransforms.py,sha256=ba4SZIlpA405Ujt5lEo2RngO3zsoJJS0259t7nC23_s,26079
+scipy/fft/_realtransforms_backend.py,sha256=hJ3LkFOvggibVF_E36fM9R3ZqAJHHicYrGUceH8B81g,2452
+scipy/fft/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/fft/tests/mock_backend.py,sha256=jlJZ-GOwaAmSjp6g_riFY9X_86a2ngqmhOt-mUF0SGg,2646
+scipy/fft/tests/test_backend.py,sha256=MW6yc0GGrT0tGuiXX-AxZXUDwUHJZ9qIoYS40w_tlJs,4373
+scipy/fft/tests/test_basic.py,sha256=1EmL70mPfchmj0hMnvlDBvbvhsMGwg8-Xf5hr3VnwvA,21720
+scipy/fft/tests/test_fftlog.py,sha256=jtD3gzNBEGi8S-5ArzwWBOp4OXGbiBfrDZXpLdLn2ls,6342
+scipy/fft/tests/test_helper.py,sha256=a-BoFaTHkkag3kGpLj4Eqc29yN6zT2OlSTG5gvIyh1g,15881
+scipy/fft/tests/test_multithreading.py,sha256=AD3naMjpD9aQ0sJwLs8n7ln3IzeCzPm5Y6QV8su0YgI,2215
+scipy/fft/tests/test_real_transforms.py,sha256=ZvMXVXO1lzCXFW9wlg5l6JctZ9UvjKBDaWbKxxE6K9M,8855
+scipy/fftpack/__init__.py,sha256=NKSnRJ6EMDP3nDxGSJMyd2PJBB2ytMAO01Kq884NXXo,3258
+scipy/fftpack/_basic.py,sha256=6AFPL2JeBvZsIZV-C3kAmvG3ybQ8XtiRLSJQ9Go9L2E,13526
+scipy/fftpack/_helper.py,sha256=KTS-_cTl2lNu8PXdopJRG80EbwBI3HnhvvziiWRT2tE,3465
+scipy/fftpack/_pseudo_diffs.py,sha256=5IZuPf96AqFK17zyOv3PJUICEd5qrzQPqW7Aq-B-Pa8,14751
+scipy/fftpack/_realtransforms.py,sha256=gG8Q39JAiO1Y3k8neJR1rfXLNhb9IvfBn7w8URM-Ndw,19812
+scipy/fftpack/basic.py,sha256=FFn2KxrsmC6IsOQdjcoVr8Nvrlng2FRiv7gNeT1ZrY4,597
+scipy/fftpack/convolve.cp39-win_amd64.dll.a,sha256=1KVPNypEWfuFcHCEoywB0VnL7wmptbF3DHwsBuCQfiw,1548
+scipy/fftpack/convolve.cp39-win_amd64.pyd,sha256=tKa0OYhew6CqcZ9Fx2eP98iEJFsL-Uu2B6CkGQi2Q_U,252416
+scipy/fftpack/helper.py,sha256=1b1b278FWyTc2MeAjeLFB8eyV76pRxOigGtBUvCp_lo,599
+scipy/fftpack/pseudo_diffs.py,sha256=OccZOhf76stov4474cq8Juy4rcQQ37pQnuxUsG7X_Nc,696
+scipy/fftpack/realtransforms.py,sha256=oUJXNb5KAyS4k8xubnE7hGE9BpLCcdkk_iiReyB8OOE,614
+scipy/fftpack/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/fftpack/tests/fftw_double_ref.npz,sha256=pgxklBW2RSI5JNg0LMxcCXgByGkBKHo2nlP8kln17E4,162120
+scipy/fftpack/tests/fftw_longdouble_ref.npz,sha256=pAbL1NrQTQxZ3Tj1RBb7SUJMgiKcGgdLakTsDN4gAOM,296072
+scipy/fftpack/tests/fftw_single_ref.npz,sha256=J2qRQTGOb8NuSrb_VKYbZAVO-ISbZg8XNZ5fVBtDxSY,95144
+scipy/fftpack/tests/test.npz,sha256=Nt6ASiLY_eoFRZDOSd3zyFmDi32JGTxWs7y2YMv0N5c,11968
+scipy/fftpack/tests/test_basic.py,sha256=j3VoREWfwuTJF3vbCGcqUoL4Dt-L9ehKKE6KCQDAfWs,31180
+scipy/fftpack/tests/test_helper.py,sha256=HuCAP5esSm4lMnw9f9i-ByJj1DURntgC64s2fX5RVIg,1729
+scipy/fftpack/tests/test_import.py,sha256=96z6hsyxt6iMH0Xn1xHd2T-kTyYM3obvlf0xniF73Cw,1151
+scipy/fftpack/tests/test_pseudo_diffs.py,sha256=5wmGeVj5QXbFkxrRG7Tl162v4pFSxiMSONtm4Uoy-AQ,13769
+scipy/fftpack/tests/test_real_transforms.py,sha256=iaJJV0JFnFKLSXmfrA2Y4qTltkG0HW0sjMPo_c4ON3M,24786
+scipy/integrate/__init__.py,sha256=QAHaKXYrkhDhF44xiF9szNiRqLoHmCzC0ePjuEHlJ_U,4346
+scipy/integrate/_bvp.py,sha256=mi8S-exWGnFTlopJti0UDTDnUPjrH6ewrDZYRtJyuzE,42082
+scipy/integrate/_dop.cp39-win_amd64.dll.a,sha256=G3XoYunZ3z9nKFN-LiE6fyQchoX9ndVCOQD9UP91qXM,1500
+scipy/integrate/_dop.cp39-win_amd64.pyd,sha256=39EYMug9NgTU2VIAqVVsBTvsKgVkrO-LX53gFJwJjY4,433664
+scipy/integrate/_ivp/__init__.py,sha256=XVoxnj-1q1Xm4StWijukIoIrqc6Ny1Dxi625GurInWs,264
+scipy/integrate/_ivp/base.py,sha256=efUVvU8k5dFgglCta7f5ZiCMyTU4XN38JMfiKLQcYFQ,10585
+scipy/integrate/_ivp/bdf.py,sha256=TYyHuFvF-eKxe-5PMtzkPs192A9HzkEw7adDazq0QDY,18001
+scipy/integrate/_ivp/common.py,sha256=YXx_X0y6OjycqQb3FVZK20pj8npSkLVcbFhhMZkTilc,15714
+scipy/integrate/_ivp/dop853_coefficients.py,sha256=4oMhmg8eXyzDeSSrlh2dJJMvaabWn-aO44S3wx8Ig5o,7430
+scipy/integrate/_ivp/ivp.py,sha256=mPMpFEVNg0vwPKwIQacx_xTuP24n_fw0BU2JwMqZx-k,32220
+scipy/integrate/_ivp/lsoda.py,sha256=95NTm0zyHR5zFH5IeKo9kEWtDkdR3Mdfrbubnsf4Awo,10151
+scipy/integrate/_ivp/radau.py,sha256=I33zwaSN9IJzaGiaRy3cU0SS56TyaCpBEiDPCo7IWXs,20317
+scipy/integrate/_ivp/rk.py,sha256=bEgsvVyu4xwfhfLWGInrwbKsX-zZy3VOQibnn3wfCvE,23382
+scipy/integrate/_ivp/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/integrate/_ivp/tests/test_ivp.py,sha256=-geJV2ZrrJEnJVfRdjHofvzfebHrUKCNinusAbX08Fo,38223
+scipy/integrate/_ivp/tests/test_rk.py,sha256=_8nQKtotVvR218br-0mNSQSEZ-ST4L2Tgaz5xKXHgJw,1363
+scipy/integrate/_lsoda.cp39-win_amd64.dll.a,sha256=url58FXTtlwkp9Qu6srO19OYYvmlJt_x_vw95-ywdCI,1524
+scipy/integrate/_lsoda.cp39-win_amd64.pyd,sha256=LoLmB6q_ngWRZmAn6igGYR44XyfqKK_OW6ENS-GHq1U,429056
+scipy/integrate/_ode.py,sha256=Ot4fEYgvhX3eUNIW3d_iwSXyIbZ0EQiPrLeyo4uXsFM,49450
+scipy/integrate/_odepack.cp39-win_amd64.dll.a,sha256=zNPMDBW1X1hQ_rVAWX_fWn71gE1xC3LNMQ6FmVEQBXo,1548
+scipy/integrate/_odepack.cp39-win_amd64.pyd,sha256=glDrG-WN14KxmjSYBKFfPDc7C5Ng6IlaY_Jy9scv2Ao,410624
+scipy/integrate/_odepack_py.py,sha256=VjytB7LLxOuwql5CSSdIEqjR8lSHTqq1k8DUR08smso,11174
+scipy/integrate/_quad_vec.py,sha256=YNSgy0aVBB5TQ5_vtWVqprwBB_XHOUkz33RdDUYEuaA,21890
+scipy/integrate/_quadpack.cp39-win_amd64.dll.a,sha256=Qpm59C6zsGzUutY8o__Ihw5HXsKmVPbO5GUKW2gFtI4,1564
+scipy/integrate/_quadpack.cp39-win_amd64.pyd,sha256=zDRGZBE3ANQ3q39RThsFyav0n6mGnAsknunVqysHUxE,446976
+scipy/integrate/_quadpack_py.py,sha256=iPHtbxdH2v4R-fANmpfyGa8twaEcIY8scjm_qIq9WPc,54913
+scipy/integrate/_quadrature.py,sha256=v80xmPElS63rk7JXMTRaxwVsNKTfDT6sgdaiWMMbdh4,66891
+scipy/integrate/_tanhsinh.py,sha256=B9-BDSmigLlH5C0wCidoHr1gnFUDLa2UpxaZ1bGDHFI,54136
+scipy/integrate/_test_multivariate.cp39-win_amd64.dll.a,sha256=jBGhpq2B6TnH0ukY2GK-ra-WuIjx9q42tVENLSBNsJU,1668
+scipy/integrate/_test_multivariate.cp39-win_amd64.pyd,sha256=b3_rFjzFhRGSsM7Cxt0u9WP-AycCq-sHO13T76k-oaI,17920
+scipy/integrate/_test_odeint_banded.cp39-win_amd64.dll.a,sha256=7fSnic5xe_Z4uBM3aaQ3Fto-OJ4ACfdPT7FrLCzmHdE,1684
+scipy/integrate/_test_odeint_banded.cp39-win_amd64.pyd,sha256=jwaK6_IHsO-hvEPVBds_5JTSLn9I-jcasnT0PQaRqD0,430592
+scipy/integrate/_vode.cp39-win_amd64.dll.a,sha256=wwKJPLEinVXON7zTVt47eRvt1upEALretVe7fQmMbV0,1516
+scipy/integrate/_vode.cp39-win_amd64.pyd,sha256=HMc7RzGo1-DQ4tzMMDo7KuJn3befLf59sNFalLKaL4k,491520
+scipy/integrate/dop.py,sha256=ZgmvSd-IxtG5kvMIQajBvUyi-T6JjeE5LDtHZaK2K1w,471
+scipy/integrate/lsoda.py,sha256=KtndEiRbVPejH0aNBaj3mSHWayXP-wqXSoMZJRPWhAg,451
+scipy/integrate/odepack.py,sha256=TxsXidD25atNMK5kKXD-FyNCLXnzrwCdVB1hP4aLSQ8,562
+scipy/integrate/quadpack.py,sha256=cPEsDzMW-ghFwSDKI_ow1d4E08coR1vmrw9GBftE_UM,641
+scipy/integrate/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/integrate/tests/test__quad_vec.py,sha256=JHj_lZSbWKWc_oFLBShigs8Xgft9AkVFFXQ2j_h07UA,6493
+scipy/integrate/tests/test_banded_ode_solvers.py,sha256=erjGeCJNAVCaiulMn698i6ZjMqUFFr0SCZcmo2jJZsM,6905
+scipy/integrate/tests/test_bvp.py,sha256=V4jOddeW6ukG3U4jgNinE5hR08ihZ0bZEWOlxe5B6rA,20892
+scipy/integrate/tests/test_integrate.py,sha256=AQeUxBCo_LJsPIB7ba0e5GMwc9GLHz7xszGXRJvKW0A,25234
+scipy/integrate/tests/test_odeint_jac.py,sha256=XedvNm_tVVuiQhUiL_5_OfPe5nDOEc821vsqiLZtm8c,1890
+scipy/integrate/tests/test_quadpack.py,sha256=VZQGbIMf6eiQ6cSlNrtdqf6T8MZiEHfOJm3Inh-g7wM,28660
+scipy/integrate/tests/test_quadrature.py,sha256=1wWUmnVu2Etd2twHyDch8QE86EPM8ubUiqjWSyk_oJQ,30765
+scipy/integrate/tests/test_tanhsinh.py,sha256=BjUX3blflsMVsxYGOqUJBSiM7KcYIf3bd3UVBTCQtko,35138
+scipy/integrate/vode.py,sha256=txo8KXcwm0NGuFF8Oah4CszUPq5jxLfu5phYqH82e8U,471
+scipy/interpolate/__init__.py,sha256=Qo38iQ5KFhyz2V1gj1BjpUFA92Vr_WrZyX3FeiUZsxY,3731
+scipy/interpolate/_bspl.cp39-win_amd64.dll.a,sha256=EPRMPqTZxMzsNnlB8Uq88lGYmI2t7m-0i_xiVs3XaeY,1516
+scipy/interpolate/_bspl.cp39-win_amd64.pyd,sha256=idUIeqQIST1XX0nE-od3eI_e5Wj558jsEgfodmLZvlg,572416
+scipy/interpolate/_bsplines.py,sha256=ORICb3zyfTxEiqvAtPRxJROkJbPVkJerGw_WOs74mJk,77655
+scipy/interpolate/_cubic.py,sha256=S6J5V6ip73hxmlzTs0MmIbMhNGZ81icWmQzsXQHVeRY,39132
+scipy/interpolate/_fitpack.cp39-win_amd64.dll.a,sha256=3ZegUIw5mAif3QQR-qfOhYQpFjyse6GJopt32VkgLN0,1548
+scipy/interpolate/_fitpack.cp39-win_amd64.pyd,sha256=hLW0BJx6RFLGkoPXFiOoyTYFkdqK6MYh1owVu5D6nPE,420864
+scipy/interpolate/_fitpack2.py,sha256=UwFgtMivM8bzG1wY6JNj5NT2pFq7WPQwQa_SYR66puY,91534
+scipy/interpolate/_fitpack_impl.py,sha256=rdW2bjiiMs4luM86-w_n2lRULhozh0G4x_DwD8v04NQ,29474
+scipy/interpolate/_fitpack_py.py,sha256=PadIEQbDVfPjUwAe9K8aWibaWHCSa8j4J7CVnrdzLyw,28860
+scipy/interpolate/_interpolate.py,sha256=1uBErKZ7X3ze2HC7K80ZMevZTIhVvROTKRaB4V_4VXo,90732
+scipy/interpolate/_ndbspline.py,sha256=41ELM-4ZXtqMaYb_mfWPvunEFeJrtNp33SsuPZZ3lGs,13100
+scipy/interpolate/_ndgriddata.py,sha256=gG8EHsX2cqpEBLoAV-grw7J3gKmysKmYqNcx2BpY9_A,12424
+scipy/interpolate/_pade.py,sha256=Phydd4f5oVM_-B3_iwe7H3t66FoCjbfsK_TagWLz9Jo,1894
+scipy/interpolate/_polyint.py,sha256=tzpv5wZB16Vb8dwVwXnAlzJfWeU4GYWoNgNQm1__rLY,35921
+scipy/interpolate/_ppoly.cp39-win_amd64.dll.a,sha256=B_ZhLwIirhvVuF1DA8hs3nQyuGtHFuuBtSPZ7AMMlGI,1524
+scipy/interpolate/_ppoly.cp39-win_amd64.pyd,sha256=RaK3DoSFFfiCWjwJe5S-Ix0uXf8M2ru9kAfYuYtb-Z8,444416
+scipy/interpolate/_rbf.py,sha256=U7QwA94uCzHjxnFFYOApzqHJ6J6LoncTLs4cJEi_Mng,11964
+scipy/interpolate/_rbfinterp.py,sha256=tdgC9U5X78-tCOVFB5ZmCKRs3ouCBqzVaNAUtP9lPbE,20273
+scipy/interpolate/_rbfinterp_pythran.cp39-win_amd64.dll.a,sha256=cZDm7qJg1yWV0trVXPLXzPZ4bu_e42T8bNc945moY5g,1668
+scipy/interpolate/_rbfinterp_pythran.cp39-win_amd64.pyd,sha256=xaNpNnfz8DL_GlmN-2m5X8M7Ioiak8knBJ_Js8K--JA,1165312
+scipy/interpolate/_rgi.py,sha256=bp-PJAC2617HFcDPnm4LRBxkN64paW3-jiTUz51nE08,32257
+scipy/interpolate/_rgi_cython.cp39-win_amd64.dll.a,sha256=3nBKDWxLsbJ1wlo-B-MXFB3GC5rzLzF-BAVamCiGIqw,1588
+scipy/interpolate/_rgi_cython.cp39-win_amd64.pyd,sha256=uSq2O7vXSXwmBg2J3BPEGm18PXEAnG_q_x2hJeLPFX0,274944
+scipy/interpolate/dfitpack.cp39-win_amd64.dll.a,sha256=fPGynetn2hGPfg0n0K_TF_NOi8GYNMXey088WO6jAbU,1548
+scipy/interpolate/dfitpack.cp39-win_amd64.pyd,sha256=lUiquH7aYB_g0P7UJdvr9YzofTOeol2qPZWO--bSq8g,662528
+scipy/interpolate/fitpack.py,sha256=FjYeE_uNfnCAdJjGdoIL93tDEh_4cSWS75wU7q6t2t0,748
+scipy/interpolate/fitpack2.py,sha256=OADrx9ZTP7Tdc_mXi9n0wXpRQA8qGWVg4od37gf9018,1002
+scipy/interpolate/interpnd.cp39-win_amd64.dll.a,sha256=HbxZ8xSx9YguHt5ZeMAjTJBawjI5ay3C-AR905lAkQY,1548
+scipy/interpolate/interpnd.cp39-win_amd64.pyd,sha256=Jwpgo8seyAHfZ6ayYQn3p6gghtWu3AfJfK_Zw9TfwCU,440832
+scipy/interpolate/interpolate.py,sha256=1-IYFTuGl8ueDaf93h2hHRltX9mS5dXgfRvw5F8Yayg,1007
+scipy/interpolate/ndgriddata.py,sha256=7uNTwKpcjIF5pV-XLf3bdhZ-xmE1TErNqRB4JbXNUSI,702
+scipy/interpolate/polyint.py,sha256=T5CNYqyuCvgEqVi6tGLCPAI3jgNqTxS3x__15aGWd5g,738
+scipy/interpolate/rbf.py,sha256=JxNFnTsH_NI0QOCBt7qovGDEWBubxkN97lXUEkF2d98,622
+scipy/interpolate/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/interpolate/tests/data/bug-1310.npz,sha256=jWgDwLOY8nBMI28dG56OXt4GvRZaCrsPIoKBq71FWuk,2648
+scipy/interpolate/tests/data/estimate_gradients_hang.npy,sha256=QGwQhXQX_16pjYzSiUXJ0OT1wk-SpIrQ6Pq5Vb8kd_E,35680
+scipy/interpolate/tests/data/gcvspl.npz,sha256=A86BVabLoMG_CiRBoQwigZH5Ft7DbLggcjQpgRKWu6g,3138
+scipy/interpolate/tests/test_bsplines.py,sha256=d7e-L3RSrYg5GN9wxhvc761QwL86TV2y41fJyf5av_M,96469
+scipy/interpolate/tests/test_fitpack.py,sha256=PpI1NCUtFOFhuH8PKlARH7Qmt2HzGvCT991MhHWsiUk,16560
+scipy/interpolate/tests/test_fitpack2.py,sha256=BrtNhvSn2XNE1JZlPniBXSWWyFn48tRfbT7aHyogj2U,60081
+scipy/interpolate/tests/test_gil.py,sha256=U7P1Jo7ztDrrkjDRv_2AZb7I2f6hv-c6WyP8UeeNVVE,1939
+scipy/interpolate/tests/test_interpnd.py,sha256=dUrvp9JawMiT640P8goeiBEfLRVueubldAGDnIJOvEw,14062
+scipy/interpolate/tests/test_interpolate.py,sha256=QoGaSxZXUtafqz9ogKXLlXUjstRcKkysta7DC3t-VuI,100117
+scipy/interpolate/tests/test_ndgriddata.py,sha256=G2DrnpFWvHdqy3Hzsd0kwFz35OwstHhmceMboGBkdZ8,11264
+scipy/interpolate/tests/test_pade.py,sha256=hyxMyYpWDds6pUN9LaweoZAov32b8dIVrXacdoDOibE,3912
+scipy/interpolate/tests/test_polyint.py,sha256=GpS8uDxh7EtJoJF4O5hWN5tcfBLgGbobSxWf4gCl0lQ,37267
+scipy/interpolate/tests/test_rbf.py,sha256=p4TlyxPEMCcKaVKbFpl8foncvs8LCyyBrMkYAj2lYfg,6781
+scipy/interpolate/tests/test_rbfinterp.py,sha256=YyAtQOl6qPrsgOrQ_3raS20ra4B9UA4M4LVpVDj1fuk,19034
+scipy/interpolate/tests/test_rgi.py,sha256=IKPjAdCCOCXvumzlaSCEdA5P56G-PesiGxNYEjSrlzY,45885
+scipy/io/__init__.py,sha256=3ETOeDKr2QQL-Ty2qrrzxAzqX09sfJzsKaPm5r8tZyA,2851
+scipy/io/_fast_matrix_market/__init__.py,sha256=JNjYiv7_ojzemjmyFSvyblDQOEMC5Kit6fIUKv5nfBY,17470
+scipy/io/_fast_matrix_market/_fmm_core.cp39-win_amd64.dll.a,sha256=rFR_MYoELFCsgV2lNTWK9uefYaUK7jPyi3urRRN60aM,1564
+scipy/io/_fast_matrix_market/_fmm_core.cp39-win_amd64.pyd,sha256=RsQC7Mlq1udFu3X7utTpRxd9IVxja2lepEKFZjbbpyI,2743808
+scipy/io/_fortran.py,sha256=vaaYYQPTMA8TiFob56TKborkigS6wnuZl2xGnpJO9ws,11249
+scipy/io/_harwell_boeing/__init__.py,sha256=YnsHlxg7HQ-WxR5OOELtfv1JrwYrSkojji4_8hpppBs,591
+scipy/io/_harwell_boeing/_fortran_format_parser.py,sha256=1bJDeg-occK-jF_eneTCRc6nj9yWQU1QGPweRNMkflw,9226
+scipy/io/_harwell_boeing/hb.py,sha256=4Lvcgr_BdskwmAVliLhk3F6yomsmR9o-RL0xVYgSLgk,19748
+scipy/io/_harwell_boeing/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/io/_harwell_boeing/tests/test_fortran_format.py,sha256=oBT5mfOa0sthUlb4qo_lJnP5BYFj3h8a6HqUZPMTXrk,2434
+scipy/io/_harwell_boeing/tests/test_hb.py,sha256=BCfVyKAE3O0ABcfeGfxtGquwhehBGMPKGJl95oC3EIo,2349
+scipy/io/_idl.py,sha256=Ym0tUIyqMhZkx9Sr7_A9HTWXXIHVD1D61FVAFbsnMPY,28020
+scipy/io/_mmio.py,sha256=_V9VYFI084fqhAo0bbBN9FtrVfyLVeGR2dqwOeh_lkc,32833
+scipy/io/_netcdf.py,sha256=kM4993iMVHNPtqJ8X1W1HOPERpsPzzu9xPX2zqW30ow,40358
+scipy/io/_test_fortran.cp39-win_amd64.dll.a,sha256=RMjwv_Xyc4-tlgieGxcjgtbjUaj92_6vSvTrU45hh7M,1612
+scipy/io/_test_fortran.cp39-win_amd64.pyd,sha256=hEyVmUuxN3Mr4gUsXoynl9F_vBSWUq6IRoWg6yeVwgQ,381440
+scipy/io/arff/__init__.py,sha256=3F0yvqizJT7Hq5gygpmZw2WMuy0r9aCmb6G2yNNn8-I,833
+scipy/io/arff/_arffread.py,sha256=KAVr3DpekgNZXXM7zJfDyUT02kxGK5xBeLIKRxpgnjI,27467
+scipy/io/arff/arffread.py,sha256=7ddVqvI1JkdbeYccQQS7TyNU8kKBtxHlbjEyk823ANg,1173
+scipy/io/arff/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/io/arff/tests/data/iris.arff,sha256=gzevjIJmmJLocLjOEnQMkZVZuIpfPJLocJdIG4RYHIk,7711
+scipy/io/arff/tests/data/missing.arff,sha256=m53l1Himyx0TtVgNLucoz1go8-9BmSE70Ta9bm6dt_k,128
+scipy/io/arff/tests/data/nodata.arff,sha256=6oAHQ7CUQEG8h5glXKpCaXH0UABOCEoxs5j50WYPAKU,240
+scipy/io/arff/tests/data/quoted_nominal.arff,sha256=rc8IS9thME1NM9tAR-C4IUixLrSpw64YNeHkIRMS6Ng,299
+scipy/io/arff/tests/data/quoted_nominal_spaces.arff,sha256=NbE6wwE0HkJDomErLPHgPGO6iF2HA1bLpmcamzx3F58,305
+scipy/io/arff/tests/data/test1.arff,sha256=NV86lzIKWCwq3UNZmMGt1XK0yurcYmcp0KS9c5rKLkE,201
+scipy/io/arff/tests/data/test10.arff,sha256=GbDWnG6LzjsbjYxiarYG4Ft3WlK1rvuM6w3proNFD58,199016
+scipy/io/arff/tests/data/test11.arff,sha256=RFWNoWrx2LHJ0izc1bJdmGA2M2L8NT58MwKQN2B-3AI,252
+scipy/io/arff/tests/data/test2.arff,sha256=zk5hNFTEcphFXkon2At_FD9ia_lAyzOcSFj4xnJTVPs,315
+scipy/io/arff/tests/data/test3.arff,sha256=R2zwCzapweGqylmLD-LXx7GAS957NNJ8emM48hLTwEY,78
+scipy/io/arff/tests/data/test4.arff,sha256=KtyokEnupbYZVi-fR7GJtr-hHefP54xgV2l26Nz3YZU,249
+scipy/io/arff/tests/data/test5.arff,sha256=_1-QhpmflJKp1polaKwjkeJZsHeho7RzM3_ic2JJykA,391
+scipy/io/arff/tests/data/test6.arff,sha256=WOCPN8QRdxCUSfzs-Y-OlJKiUmgLKuDrfy6wsWIFCJU,207
+scipy/io/arff/tests/data/test7.arff,sha256=AQdPXYEKEhb10Odd_SDrPcv_gHNR0ymFKnD_91zjFc8,573
+scipy/io/arff/tests/data/test8.arff,sha256=YlCbztVn-7x4w41HLIP852BqkKvWBrO9N8Nb0LSR0ZM,440
+scipy/io/arff/tests/data/test9.arff,sha256=X0fH-_mz5ScbEvPJV7LJH-7Kbr2RTOlamf2_x18ydY0,324
+scipy/io/arff/tests/test_arffread.py,sha256=YFtoh4I83UWxVdMBhLhGIkRRG1_U01e3EzKFcDZyzFw,13525
+scipy/io/harwell_boeing.py,sha256=l_sl2xco4bRk70iaN5-oeCFlsXb6vHPV7PDms2Nmk2E,703
+scipy/io/idl.py,sha256=RvSPSnoqWHFi4ECsQYdN8XgUBK6qyzX8Su60Olv8218,619
+scipy/io/matlab/__init__.py,sha256=7N61Ssi3RyZbcXWAX5SHdfCsDkj3TIy1cHQkdC6csQY,2091
+scipy/io/matlab/_byteordercodes.py,sha256=tVJ4_1yhVsey9Yaabn9mjl7srPkkdEWJ5YjRP3LLapw,2060
+scipy/io/matlab/_mio.py,sha256=xqSXoT67Nh-ulbm8e0nW1NipfC1v9dxPsFc1Hg7k7ZA,13192
+scipy/io/matlab/_mio4.py,sha256=hGegW-Q3w6HvXMsGa7LksZvzlnCXmiqQk06yT6zo2N0,21337
+scipy/io/matlab/_mio5.py,sha256=eAijMJ-PErmMjyVfwiJwl3mHJlrPx5uzo1w3U3VRa_Q,34472
+scipy/io/matlab/_mio5_params.py,sha256=f5HyjzbAwkN4zNRwn0N_n01LadTbsmUFGWjflumbxeU,8482
+scipy/io/matlab/_mio5_utils.cp39-win_amd64.dll.a,sha256=qlIQkC08qw7EhF8zWdXLztX7jjLgigXMG0663pTEW6M,1588
+scipy/io/matlab/_mio5_utils.cp39-win_amd64.pyd,sha256=YI6j0bym2PoclM7BGK2KDtmzMlCpbFMI-rrZGiwMSJc,212480
+scipy/io/matlab/_mio_utils.cp39-win_amd64.dll.a,sha256=Lu2bbl1a24_hQ_8H3B7rSgCeN7EtNEOwBhtpzo0mTYA,1572
+scipy/io/matlab/_mio_utils.cp39-win_amd64.pyd,sha256=XXgur-g5fXG9i0HKVDizxsBG6DKUfnhQrjDZFZVtwi4,57344
+scipy/io/matlab/_miobase.py,sha256=f1fu5PDL99ULHRQspDSm9wry9gze_3cumKJ9ch07NXo,13391
+scipy/io/matlab/_streams.cp39-win_amd64.dll.a,sha256=rHSZHdzUq92-NNaRi_1YZNx4NlyZpv0jK59WfMDI8qg,1548
+scipy/io/matlab/_streams.cp39-win_amd64.pyd,sha256=AZgv4PPmzJM0ro_HPSrSN6vMGeDBC5Bo9kSFIAh9R0U,116736
+scipy/io/matlab/byteordercodes.py,sha256=IihL2pGCaxGfzTo4YEEUtCq2DCMIfSwVK7sA948DoQo,631
+scipy/io/matlab/mio.py,sha256=1-lmQbo4alZNFgqQvEMHyMRWljZVfO1w1zKGrJKCsho,698
+scipy/io/matlab/mio4.py,sha256=S3Ma9Vh8tOuikSzzYQlByem3Dni5dohucB5ngTF7mQM,1007
+scipy/io/matlab/mio5.py,sha256=an0HVQlCzJ_spApJ0qei_bty8a2eZ3KUC9l2X0jNWCU,1245
+scipy/io/matlab/mio5_params.py,sha256=ZuW_moknJgk7Q43CnzqN-XzFIJQueNmhjn5Kwtb3CGs,1322
+scipy/io/matlab/mio5_utils.py,sha256=8_MdWfraDwWiOg-F39QbgEZ3SDHnEga-mg_irE8mZA8,680
+scipy/io/matlab/mio_utils.py,sha256=wo_7kYRsLRZca_ROx9GOqFAhesSBdVp8WnJUY26_bYI,575
+scipy/io/matlab/miobase.py,sha256=cf1KQ7eDsVhySKdCYj19_NYGzJh010BV_j4YIfqsui8,786
+scipy/io/matlab/streams.py,sha256=dNiZsOftjoMdRSLzMRFL4-qpVwulW_ft9CUnYbLvS9I,603
+scipy/io/matlab/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/io/matlab/tests/data/bad_miuint32.mat,sha256=CVkYHp_U4jxYKRRHSuZ5fREop4tJjnZcQ02DKfObkRA,272
+scipy/io/matlab/tests/data/bad_miutf8_array_name.mat,sha256=V-jfVMkYyy8qRGcOIsNGcoO0GCgTxchrsQUBGBnfWHE,208
+scipy/io/matlab/tests/data/big_endian.mat,sha256=2ttpiaH2B6nmHnq-gsFeMvZ2ZSLOlpzt0IJiqBTcc8M,273
+scipy/io/matlab/tests/data/broken_utf8.mat,sha256=nm8aotRl6NIxlM3IgPegKR3EeevYZoJCrYpV4Sa1T5I,216
+scipy/io/matlab/tests/data/corrupted_zlib_checksum.mat,sha256=X4dvE7K9DmGEF3D6I-48hC86W41jB54H7bD8KTXjtYA,276
+scipy/io/matlab/tests/data/corrupted_zlib_data.mat,sha256=DfE1YBH-pYw-dAaEeKA6wZcyKeo9GlEfrzZtql-fO_w,3451
+scipy/io/matlab/tests/data/japanese_utf8.txt,sha256=rgxiBH7xmEKF91ZkB3oMLrqABBXINEMHPXDKdZXNBEY,270
+scipy/io/matlab/tests/data/little_endian.mat,sha256=FQP_2MNod-FFF-JefN7ZxovQ6QLCdHQ0DPL_qBCP44Y,265
+scipy/io/matlab/tests/data/logical_sparse.mat,sha256=qujUUpYewaNsFKAwGpYS05z7kdUv9TQZTHV5_lWhRrs,208
+scipy/io/matlab/tests/data/malformed1.mat,sha256=DTuTr1-IzpLMBf8u5DPb3HXmw9xJo1aWfayA5S_3zUI,2208
+scipy/io/matlab/tests/data/miuint32_for_miint32.mat,sha256=romrBP_BS46Sl2-pKWsUnxYDad2wehyjq4wwLaVqums,272
+scipy/io/matlab/tests/data/miutf8_array_name.mat,sha256=Vo8JptFr-Kg2f2cEoDg8LtELSjVNyccdJY74WP_kqtc,208
+scipy/io/matlab/tests/data/nasty_duplicate_fieldnames.mat,sha256=bvdmj6zDDUIpOfIP8J4Klo107RYCDd5VK5gtOYx3GsU,8168
+scipy/io/matlab/tests/data/one_by_zero_char.mat,sha256=Z3QdZjTlOojjUpS0cfBP4XfNQI3GTjqU0n_pnAzgQhU,184
+scipy/io/matlab/tests/data/parabola.mat,sha256=ENWuWX_uwo4Av16dIGOwnbMReAMrShDhalkq8QUI8Rg,729
+scipy/io/matlab/tests/data/single_empty_string.mat,sha256=4uTmX0oydTjmtnhxqi9SyPWCG2I24gj_5LarS80bPik,171
+scipy/io/matlab/tests/data/some_functions.mat,sha256=JA736oG3s8PPdKhdsYK-BndLUsGrJCJAIRBseSIEZtM,1397
+scipy/io/matlab/tests/data/sqr.mat,sha256=3DtGl_V4wABKCDQ0P3He5qfOzpUTC-mINdK73MKS7AM,679
+scipy/io/matlab/tests/data/test3dmatrix_6.1_SOL2.mat,sha256=-odiBIQAbOLERg0Vg682QHGfs7C8MaA_gY77OWR8x78,232
+scipy/io/matlab/tests/data/test3dmatrix_6.5.1_GLNX86.mat,sha256=G5siwvZ-7Uv5KJ6h7AA3OHL6eiFsd8Lnjx4IcoByzCU,232
+scipy/io/matlab/tests/data/test3dmatrix_7.1_GLNX86.mat,sha256=EVj1wPnoyWGIdTpkSj3YAwqzTAm27eqZNxCaJAs3pwU,213
+scipy/io/matlab/tests/data/test3dmatrix_7.4_GLNX86.mat,sha256=S_Sd3sxorDd8tZ5CxD5_J8vXbfcksLWzhUQY5b82L9g,213
+scipy/io/matlab/tests/data/test_empty_struct.mat,sha256=WoC7g7TyXqNr2T0d5xE3IUq5PRzatE0mxXjqoHX5Xec,173
+scipy/io/matlab/tests/data/test_mat4_le_floats.mat,sha256=2xvn3Cg4039shJl62T-bH-VeVP_bKtwdqvGfIxv8FJ4,38
+scipy/io/matlab/tests/data/test_skip_variable.mat,sha256=pJLVpdrdEb-9SMZxaDu-uryShlIi90l5LfXhvpVipJ0,20225
+scipy/io/matlab/tests/data/testbool_8_WIN64.mat,sha256=_xBw_2oZA7u9Xs6GJItUpSIEV4jVdfdcwzmLNFWM6ow,185
+scipy/io/matlab/tests/data/testcell_6.1_SOL2.mat,sha256=OWOBzNpWTyAHIcZABRytVMcABiRYgEoMyF9gDaIkFe4,536
+scipy/io/matlab/tests/data/testcell_6.5.1_GLNX86.mat,sha256=7111TN_sh1uMHmYx-bjd_v9uaAnWhJMhrQFAtAw6Nvk,536
+scipy/io/matlab/tests/data/testcell_7.1_GLNX86.mat,sha256=62p6LRW6PbM-Y16aUeGVhclTVqS5IxPUtsohe7MjrYo,283
+scipy/io/matlab/tests/data/testcell_7.4_GLNX86.mat,sha256=NkTA8UW98hIQ0t5hGx_leG-MzNroDelYwqx8MPnO63Q,283
+scipy/io/matlab/tests/data/testcellnest_6.1_SOL2.mat,sha256=AeNaog8HUDCVrIuGICAXYu9SGDsvV6qeGjgvWHrVQho,568
+scipy/io/matlab/tests/data/testcellnest_6.5.1_GLNX86.mat,sha256=Gl4QA0yYwGxjiajjgWS939WVAM-W2ahNIm9wwMaT5oc,568
+scipy/io/matlab/tests/data/testcellnest_7.1_GLNX86.mat,sha256=CUGtkwIU9CBa0Slx13mbaM67_ec0p-unZdu8Z4YYM3c,228
+scipy/io/matlab/tests/data/testcellnest_7.4_GLNX86.mat,sha256=TeTk5yjl5j_bcnmIkpzuYHxGGQXNu-rK6xOsN4t6lX8,228
+scipy/io/matlab/tests/data/testcomplex_4.2c_SOL2.mat,sha256=WOwauWInSVUFBuOJ1Bo3spmUQ3UWUIlsIe4tYGlrU7o,176
+scipy/io/matlab/tests/data/testcomplex_6.1_SOL2.mat,sha256=GpAEccizI8WvlrBPdvlKUv6uKbZOo_cjUK3WVVb2lo4,352
+scipy/io/matlab/tests/data/testcomplex_6.5.1_GLNX86.mat,sha256=3MEbf0zJdQGAO7x-pzFCup2QptfYJHQG59z0vVOdxl4,352
+scipy/io/matlab/tests/data/testcomplex_7.1_GLNX86.mat,sha256=VNHV2AIEkvPuhae1kKIqt5t8AMgUyr0L_CAp-ykLxt4,247
+scipy/io/matlab/tests/data/testcomplex_7.4_GLNX86.mat,sha256=8rWGf5bqY7_2mcd5w5gTYgMkXVePlLL8qT7lh8kApn0,247
+scipy/io/matlab/tests/data/testdouble_4.2c_SOL2.mat,sha256=MzT7OYPEUXHYNPBrVkyKEaG5Cas2aOA0xvrO7l4YTrQ,103
+scipy/io/matlab/tests/data/testdouble_6.1_SOL2.mat,sha256=DpB-mVKx1gsjl-3IbxfxHNuzU5dnuku-MDQCA8kALVI,272
+scipy/io/matlab/tests/data/testdouble_6.5.1_GLNX86.mat,sha256=4hY5VEubavNEv5KvcqQnd7MWWvFUzHXXpYIqUuUt-50,272
+scipy/io/matlab/tests/data/testdouble_7.1_GLNX86.mat,sha256=N2QOOIXPyy0zPZZ_qY7xIDaodMGrTq3oXNBEHZEscw0,232
+scipy/io/matlab/tests/data/testdouble_7.4_GLNX86.mat,sha256=TrkJ4Xx_dC9YrPdewlsOvYs_xag7gT3cN4HkDsJmT8I,232
+scipy/io/matlab/tests/data/testemptycell_5.3_SOL2.mat,sha256=g96Vh9FpNhkiWKsRm4U6KqeKd1hNAEyYSD7IVzdzwsU,472
+scipy/io/matlab/tests/data/testemptycell_6.5.1_GLNX86.mat,sha256=2Zw-cMv-Mjbs2HkSl0ubmh_htFUEpkn7XVHG8iM32o0,472
+scipy/io/matlab/tests/data/testemptycell_7.1_GLNX86.mat,sha256=t5Ar8EgjZ7fkTUHIVpdXg-yYWo_MBaigMDJUGWEIrmU,218
+scipy/io/matlab/tests/data/testemptycell_7.4_GLNX86.mat,sha256=5PPvfOoL-_Q5ou_2nIzIrHgeaOZGFXGxAFdYzCQuwEQ,218
+scipy/io/matlab/tests/data/testfunc_7.4_GLNX86.mat,sha256=ScTKftENe78imbMc0I5ouBlIMcEEmZgu8HVKWAMNr58,381
+scipy/io/matlab/tests/data/testhdf5_7.4_GLNX86.mat,sha256=ZoVbGk38_MCppZ0LRr6OE07HL8ZB4rHXgMj9LwUBgGg,4168
+scipy/io/matlab/tests/data/testmatrix_4.2c_SOL2.mat,sha256=14YMiKAN9JCPTqSDXxa58BK6Un7EM4hEoSGAUuwKWGQ,151
+scipy/io/matlab/tests/data/testmatrix_6.1_SOL2.mat,sha256=ZdjNbcIE75V5Aht5EVBvJX26aabvNqbUH0Q9VBnxBS4,216
+scipy/io/matlab/tests/data/testmatrix_6.5.1_GLNX86.mat,sha256=OB82QgB6SwtsxT4t453OVSj-B777XrHGEGOMgMD1XGc,216
+scipy/io/matlab/tests/data/testmatrix_7.1_GLNX86.mat,sha256=-TYB0kREY7i7gt5x15fOYjXi410pXuDWUFxPYuMwywI,193
+scipy/io/matlab/tests/data/testmatrix_7.4_GLNX86.mat,sha256=l9psDc5K1bpxNeuFlyYIYauswLnOB6dTX6-jvelW0kU,193
+scipy/io/matlab/tests/data/testminus_4.2c_SOL2.mat,sha256=2914WYQajPc9-Guy3jDOLU3YkuE4OXC_63FUSDzJzX0,38
+scipy/io/matlab/tests/data/testminus_6.1_SOL2.mat,sha256=2X2fZKomz0ktBvibj7jvHbEvt2HRA8D6hN9qA1IDicw,200
+scipy/io/matlab/tests/data/testminus_6.5.1_GLNX86.mat,sha256=i364SgUCLSYRjQsyygvY1ArjEaO5uLip3HyU-R7zaLo,200
+scipy/io/matlab/tests/data/testminus_7.1_GLNX86.mat,sha256=gtYNC9_TciYdq8X9IwyGEjiw2f1uCVTGgiOPFOiQbJc,184
+scipy/io/matlab/tests/data/testminus_7.4_GLNX86.mat,sha256=eXcoTM8vKuh4tQnl92lwdDaqssGB6G9boSHh3FOCkng,184
+scipy/io/matlab/tests/data/testmulti_4.2c_SOL2.mat,sha256=Zhyu2KCsseSJ5NARdS00uwddCs4wmjcWNP2LJFns2-Q,240
+scipy/io/matlab/tests/data/testmulti_7.1_GLNX86.mat,sha256=KI3H58BVj6k6MFsj8icSbjy_0Z-jOesWN5cafStLPG8,276
+scipy/io/matlab/tests/data/testmulti_7.4_GLNX86.mat,sha256=Yr4YKCP27yMWlK5UOK3BAEOAyMr-m0yYGcj8v1tCx-I,276
+scipy/io/matlab/tests/data/testobject_6.1_SOL2.mat,sha256=kzLxy_1o1HclPXWyA-SX5gl6LsG1ioHuN4eS6x5iZio,800
+scipy/io/matlab/tests/data/testobject_6.5.1_GLNX86.mat,sha256=dq_6_n0v7cUz9YziXn-gZFNc9xYtNxZ8exTsziWIM7s,672
+scipy/io/matlab/tests/data/testobject_7.1_GLNX86.mat,sha256=3z-boFw0SC5142YPOLo2JqdusPItVzjCFMhXAQNaQUQ,306
+scipy/io/matlab/tests/data/testobject_7.4_GLNX86.mat,sha256=5OwLTMgCBlxsDfiEUzlVjqcSbVQG-X5mIw5JfW3wQXA,306
+scipy/io/matlab/tests/data/testonechar_4.2c_SOL2.mat,sha256=BCvppGhO19-j-vxAvbdsORIiyuJqzCuQog9Ao8V1lvA,40
+scipy/io/matlab/tests/data/testonechar_6.1_SOL2.mat,sha256=ThppTHGJFrUfal5tewS70DL00dSwk1otazuVdJrTioE,200
+scipy/io/matlab/tests/data/testonechar_6.5.1_GLNX86.mat,sha256=SBfN6e7Vz1rAdi8HLguYXcHUHk1viaXTYccdEyhhob4,200
+scipy/io/matlab/tests/data/testonechar_7.1_GLNX86.mat,sha256=m8W9GqvflfAsizkhgAfT0lLcxuegZIWCLNuHVX69Jac,184
+scipy/io/matlab/tests/data/testonechar_7.4_GLNX86.mat,sha256=t9ObKZOLy3vufnER8TlvQcUkd_wmXbJSdQoG4f3rVKY,184
+scipy/io/matlab/tests/data/testscalarcell_7.4_GLNX86.mat,sha256=5LX9sLH7Y6h_N_a1XRN2GuMgp_P7ECpPsXGDOypAJg0,194
+scipy/io/matlab/tests/data/testsimplecell.mat,sha256=Aoeh0PX2yiLDTwkxMEyZ_CNX2mJHZvyfuFJl817pA1c,220
+scipy/io/matlab/tests/data/testsparse_4.2c_SOL2.mat,sha256=dFUcB1gunfWqexgR4YDZ_Ec0w0HffM1DUE1C5PVfDDc,223
+scipy/io/matlab/tests/data/testsparse_6.1_SOL2.mat,sha256=9Sgd_SPkGNim7ZL0xgD71qml3DK0yDHYC7VSNLNQEXA,280
+scipy/io/matlab/tests/data/testsparse_6.5.1_GLNX86.mat,sha256=jp1ILNxLyV6XmCCGxAz529XoZ9dhCqGEO-ExPH70_Pg,328
+scipy/io/matlab/tests/data/testsparse_7.1_GLNX86.mat,sha256=k8QuQ_4Zu7FWTzHjRnHCVZ9Yu5vwNP0WyNzu6TuiY-4,229
+scipy/io/matlab/tests/data/testsparse_7.4_GLNX86.mat,sha256=QbZOCqIvnaK0XOH3kaSXBe-m_1_Rb33psq8E-WMSBTU,229
+scipy/io/matlab/tests/data/testsparsecomplex_4.2c_SOL2.mat,sha256=QMVoBXVyl9RBGvAjLoiW85kAXYJ-hHprUMegEG69A5w,294
+scipy/io/matlab/tests/data/testsparsecomplex_6.1_SOL2.mat,sha256=WfEroAT5YF4HGAKq3jTJxlFrKaTCh3rwlSlKu__VjwA,304
+scipy/io/matlab/tests/data/testsparsecomplex_6.5.1_GLNX86.mat,sha256=e0s6cyoKJeYMArdceHpnKDvtCVcw7XuB44OBDHpoa6U,400
+scipy/io/matlab/tests/data/testsparsecomplex_7.1_GLNX86.mat,sha256=kgHcuq-deI2y8hfkGwlMOkW7lntexdPHfuz0ar6b3jo,241
+scipy/io/matlab/tests/data/testsparsecomplex_7.4_GLNX86.mat,sha256=rYCaWNLXK7f_jjMc6_UvZz6ZDuMCuVRmJV5RyeXiDm8,241
+scipy/io/matlab/tests/data/testsparsefloat_7.4_GLNX86.mat,sha256=hnNV6GZazEeqTXuA9vcOUo4xam_UnKRYGYH9PUGTLv8,219
+scipy/io/matlab/tests/data/teststring_4.2c_SOL2.mat,sha256=cAhec51DlqIYfDXXGaumOE3Hqb3cFWM1UsUK3K_lDP8,375
+scipy/io/matlab/tests/data/teststring_6.1_SOL2.mat,sha256=ciFzNGMO7gjYecony-E8vtOwBY4vXIUhyug6Euaz3Kg,288
+scipy/io/matlab/tests/data/teststring_6.5.1_GLNX86.mat,sha256=yrJrpLiwLvU_LI1D6rw1Pk1qJK1YlC7Cmw7lwyJVLtw,288
+scipy/io/matlab/tests/data/teststring_7.1_GLNX86.mat,sha256=zo7sh-8dMpGqhoNxLEnfz3Oc7RonxiY5j0B3lxk0e8o,224
+scipy/io/matlab/tests/data/teststring_7.4_GLNX86.mat,sha256=igL_CvtAcNEa1nxunDjQZY5wS0rJOlzsUkBiDreJssk,224
+scipy/io/matlab/tests/data/teststringarray_4.2c_SOL2.mat,sha256=pRldk-R0ig1k3ouvaR9oVtBwZsQcDW_b4RBEDYu1-Vk,156
+scipy/io/matlab/tests/data/teststringarray_6.1_SOL2.mat,sha256=B9IdaSsyb0wxjyYyHOj_GDO0laAeWDEJhoEhC9xdm1E,232
+scipy/io/matlab/tests/data/teststringarray_6.5.1_GLNX86.mat,sha256=t4tKGJg2NEg_Ar5MkOjCoQb2hVL8Q_Jdh9FF4TPL_4g,232
+scipy/io/matlab/tests/data/teststringarray_7.1_GLNX86.mat,sha256=lpYkBZX8K-c4FO5z0P9DMfYc7Y-yzyg11J6m-19uYTU,203
+scipy/io/matlab/tests/data/teststringarray_7.4_GLNX86.mat,sha256=lG-c7U-5Bo8j8xZLpd0JAsMYwewT6cAw4eJCZH5xf6E,203
+scipy/io/matlab/tests/data/teststruct_6.1_SOL2.mat,sha256=3GJbA4O7LP57J6IYzmJqTPeSJrEaiNSk-rg7h0ANR1w,608
+scipy/io/matlab/tests/data/teststruct_6.5.1_GLNX86.mat,sha256=fRbqAnzTeOU3dTQx7O24MfMVFr6pM5u594FRrPPkYJE,552
+scipy/io/matlab/tests/data/teststruct_7.1_GLNX86.mat,sha256=mCtI_Yot08NazvWHvehOZbTV4bW_I4-D5jBgJ6T9EbI,314
+scipy/io/matlab/tests/data/teststruct_7.4_GLNX86.mat,sha256=52qaF4HRCtPl1jE6ljbkEl2mofZVAPpmBxrm-J5OTTI,314
+scipy/io/matlab/tests/data/teststructarr_6.1_SOL2.mat,sha256=vneCpWBwApBGfeKzdZcybyajxjR-ZYf64j0l08_hU84,528
+scipy/io/matlab/tests/data/teststructarr_6.5.1_GLNX86.mat,sha256=gqhRpSfNNB5SR9sCp-wWrvokr5VV_heGnvco6dmfOvY,472
+scipy/io/matlab/tests/data/teststructarr_7.1_GLNX86.mat,sha256=6VDU0mtTBEG0bBHqKP1p8xq846eMhSZ_WvBZv8MzE7M,246
+scipy/io/matlab/tests/data/teststructarr_7.4_GLNX86.mat,sha256=ejtyxeeX_W1a2rNrEUUiG9txPW8_UtSgt8IaDOxE2pg,246
+scipy/io/matlab/tests/data/teststructnest_6.1_SOL2.mat,sha256=sbi0wUwOrbU-gBq3lyDwhAbvchdtOJkflOR_MU7uGKA,496
+scipy/io/matlab/tests/data/teststructnest_6.5.1_GLNX86.mat,sha256=uTkKtrYBTuz4kICVisEaG7V5C2nJDKjy92mPDswTLPE,416
+scipy/io/matlab/tests/data/teststructnest_7.1_GLNX86.mat,sha256=o4F2jOhYyNpJCo-BMg6v_ITZQvjenXfXHLq94e7iwRo,252
+scipy/io/matlab/tests/data/teststructnest_7.4_GLNX86.mat,sha256=CNXO12O6tedEuMG0jNma4qfbTgCswAbHwh49a3uE3Yk,252
+scipy/io/matlab/tests/data/testunicode_7.1_GLNX86.mat,sha256=KV97FCW-1XZiXrwXJoZPbgyAht79oIFHa917W1KFLwE,357
+scipy/io/matlab/tests/data/testunicode_7.4_GLNX86.mat,sha256=9-8xzACZleBkMjZnbr8t4Ncs9B6mbzrONDblPnteBPU,357
+scipy/io/matlab/tests/data/testvec_4_GLNX86.mat,sha256=GQzR3mBVS266_NBfrRC9X0dLgmeu8Jl4r4ZYMOrn1V0,93
+scipy/io/matlab/tests/test_byteordercodes.py,sha256=YKPAsE36MRPDi3Jsh2QrinvLOEvDPmsBylkwUzqoDTg,967
+scipy/io/matlab/tests/test_mio.py,sha256=t6CenLDZSnvBsvwT3y0-4hanNpBJOoPOlY2Wh446Ia0,46149
+scipy/io/matlab/tests/test_mio5_utils.py,sha256=Z1Byr0AJMkdlidOETqIsAJdCZCx0TGqR4OyFI4SDBaY,5568
+scipy/io/matlab/tests/test_mio_funcs.py,sha256=JoLN42aZLd-f-kju-kTgRFQjQmEy4VtJlKgJ5EgnVFI,1443
+scipy/io/matlab/tests/test_mio_utils.py,sha256=I4_z8My_JDy6jverX4bm-GeDNnnC6jX71hprsGSnCF8,1639
+scipy/io/matlab/tests/test_miobase.py,sha256=G3Xm9Q14vWR37Wt7uxxgIBnLvmSkJ86GVABDhlJMflU,1496
+scipy/io/matlab/tests/test_pathological.py,sha256=8lcveXzzknQH_009kNTvrf4aAr-qgatrXPEuRZtxQ4w,1088
+scipy/io/matlab/tests/test_streams.py,sha256=3T0aC_eSvutWlfNsKOL4JCUUqg9jYEhGbPgJ4ZdynpM,7638
+scipy/io/mmio.py,sha256=JUd3o5FazDpeJ7RFY1EMIQcPvtaeWqR6rEwf2L6IeyM,589
+scipy/io/netcdf.py,sha256=Z2OaZi2xfYuSSEaiXNZ4cRTZw3vVZRM67_lmzAW64TM,905
+scipy/io/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/io/tests/data/Transparent Busy.ani,sha256=vwoK3ysYo87-TwzvjerHjFjSPIGpw83jjiMDXcHPWjA,4362
+scipy/io/tests/data/array_float32_1d.sav,sha256=A_xXWkfS1sQCxP4ONezeEZvlKEXwZ1TPG2rCCFdmBNM,2628
+scipy/io/tests/data/array_float32_2d.sav,sha256=qJmN94pywXznXMHzt-L6DJgaIq_FfruVKJl_LMaI8UU,3192
+scipy/io/tests/data/array_float32_3d.sav,sha256=U7P6As7Nw6LdBY1pTOaW9C-O_NlXLXZwSgbT3H8Z8uk,13752
+scipy/io/tests/data/array_float32_4d.sav,sha256=Tl6erEw_Zq3dwVbVyPXRWqB83u_o4wkIVFOe3wQrSro,6616
+scipy/io/tests/data/array_float32_5d.sav,sha256=VmaBgCD854swYyLouDMHJf4LL6iUNgajEOQf0pUjHjg,7896
+scipy/io/tests/data/array_float32_6d.sav,sha256=lb7modI0OQDweJWbDxEV2OddffKgMgq1tvCy5EK6sOU,19416
+scipy/io/tests/data/array_float32_7d.sav,sha256=pqLWIoxev9sLCs9LLwxFlM4RCFwxHC4Q0dEEz578mpI,3288
+scipy/io/tests/data/array_float32_8d.sav,sha256=R8A004f9XLWvF6eKMNEqIrC6PGP1vLZr9sFqawqM8ZA,13656
+scipy/io/tests/data/array_float32_pointer_1d.sav,sha256=sV7qFNwHK-prG5vODa7m5HYK7HlH_lqdfsI5Y1RWDyg,2692
+scipy/io/tests/data/array_float32_pointer_2d.sav,sha256=b0brvK6xQeezoRuujmEcJNw2v6bfASLM3FSY9u5dMSg,3256
+scipy/io/tests/data/array_float32_pointer_3d.sav,sha256=a_Iyg1YjPBRh6B-N_n_BGIVjFje4K-EPibKV-bPbF7E,13816
+scipy/io/tests/data/array_float32_pointer_4d.sav,sha256=cXrkHHlPyoYstDL_OJ15-55sZOOeDNW2OJ3KWhBv-Kk,6680
+scipy/io/tests/data/array_float32_pointer_5d.sav,sha256=gRVAZ6jeqFZyIQI9JVBHed9Y0sjS-W4bLseb01rIcGs,7960
+scipy/io/tests/data/array_float32_pointer_6d.sav,sha256=9yic-CQiS0YR_ow2yUA2Nix0Nb_YCKMUsIgPhgcJT1c,19480
+scipy/io/tests/data/array_float32_pointer_7d.sav,sha256=Rp1s8RbW8eoEIRTqxba4opAyY0uhTuyy3YkwRlNspQU,3352
+scipy/io/tests/data/array_float32_pointer_8d.sav,sha256=Wk3Dd2ClAwWprXLKZon3blY7aMvMrJqz_NXzK0J5MFY,13720
+scipy/io/tests/data/example_1.nc,sha256=EkfC57dWXeljgXy5sidrJHJG12D1gmQUyPDK18WzlT4,1736
+scipy/io/tests/data/example_2.nc,sha256=wywMDspJ2QT431_sJUr_5DHqG3pt9VTvDJzfR9jeWCk,272
+scipy/io/tests/data/example_3_maskedvals.nc,sha256=P9N92jCJgKJo9VmNd7FeeJSvl4yUUFwBy6JpR4MeuME,1424
+scipy/io/tests/data/fortran-3x3d-2i.dat,sha256=oYCXgtY6qqIqLAhoh_46ob_RVQRcV4uu333pOiLKgRM,451
+scipy/io/tests/data/fortran-mixed.dat,sha256=zTi7RLEnyAat_DdC3iSEcSbyDtAu0aTKwUT-tExjasw,40
+scipy/io/tests/data/fortran-sf8-11x1x10.dat,sha256=KwaOrZOAe-wRhuxvmHIK-Wr59us40MmiA9QyWtIAUaA,888
+scipy/io/tests/data/fortran-sf8-15x10x22.dat,sha256=5ohvjjOUcIsGimSqDhpUUKwflyhVsfwKL5ElQe_SU0I,26408
+scipy/io/tests/data/fortran-sf8-1x1x1.dat,sha256=Djmoip8zn-UcxWGUPKV5wzKOYOf7pbU5L7HaR3BYlec,16
+scipy/io/tests/data/fortran-sf8-1x1x5.dat,sha256=Btgavm3w3c9md_5yFfq6Veo_5IK9KtlLF1JEPeHhZoU,48
+scipy/io/tests/data/fortran-sf8-1x1x7.dat,sha256=L0r9yAEMbfMwYQytzYsS45COqaVk-o_hi6zRY3yIiO4,64
+scipy/io/tests/data/fortran-sf8-1x3x5.dat,sha256=c2LTocHclwTIeaR1Pm3mVMyf5Pl_imfjIFwi4Lpv0Xs,128
+scipy/io/tests/data/fortran-si4-11x1x10.dat,sha256=OesvSIGsZjpKZlZsV74PNwy0Co0KH8-3gxL9-DWoa08,448
+scipy/io/tests/data/fortran-si4-15x10x22.dat,sha256=OJcKyw-GZmhHb8REXMsHDn7W5VP5bhmxgVPIAYG-Fj4,13208
+scipy/io/tests/data/fortran-si4-1x1x1.dat,sha256=1Lbx01wZPCOJHwg99MBDuc6QZKdMnccxNgICt4omfFM,12
+scipy/io/tests/data/fortran-si4-1x1x5.dat,sha256=L1St4yiHTA3v91JjnndYfUrdKfT1bWxckwnnrscEZXc,28
+scipy/io/tests/data/fortran-si4-1x1x7.dat,sha256=Dmqt-tD1v2DiPZkghGGZ9Ss-nJGfei-3yFXPO5Acpk4,36
+scipy/io/tests/data/fortran-si4-1x3x5.dat,sha256=3vl6q93m25jEcZVKD0CuKNHmhZwZKp-rv0tfHoPVP88,68
+scipy/io/tests/data/invalid_pointer.sav,sha256=JmgoISXC4r5fSmI5FqyapvmzQ4qpYLf-9N7_Et1p1HQ,1280
+scipy/io/tests/data/null_pointer.sav,sha256=P_3a_sU614F3InwM82jSMtWycSZkvqRn1apwd8XxbtE,2180
+scipy/io/tests/data/scalar_byte.sav,sha256=dNJbcE5OVDY_wHwN_UBUtfIRd13Oqu-RBEO74g5SsBA,2076
+scipy/io/tests/data/scalar_byte_descr.sav,sha256=DNTmDgDWOuzlQnrceER6YJ0NutUUwZ9tozVMBWQmuuY,2124
+scipy/io/tests/data/scalar_complex32.sav,sha256=NGd-EvmFZgt8Ko5MP3T_TLwyby6yS0BXM_OW8197hpU,2076
+scipy/io/tests/data/scalar_complex64.sav,sha256=gFBWtxuAajazupGFSbvlWUPDYK-JdWgZcEWih2-7IYU,2084
+scipy/io/tests/data/scalar_float32.sav,sha256=EwWQw2JTwq99CHVpDAh4R20R0jWaynXABaE2aTRmXrs,2072
+scipy/io/tests/data/scalar_float64.sav,sha256=iPcDlgF1t0HoabvNLWCbSiTPIa9rvVEbOGGmE_3Ilsk,2076
+scipy/io/tests/data/scalar_heap_pointer.sav,sha256=JXZbPmntXILsNOuLIKL8qdu8gDJekYrlN9DQxAWve0E,2204
+scipy/io/tests/data/scalar_int16.sav,sha256=kDBLbPYGo2pzmZDhyl8rlDv0l6TMEWLIoLtmgJXDMkk,2072
+scipy/io/tests/data/scalar_int32.sav,sha256=IzJwLvEoqWLO5JRaHp8qChfptlauU-ll3rb0TfDDM8Y,2072
+scipy/io/tests/data/scalar_int64.sav,sha256=-aSHQRiaE3wjAxINwuLX33_8qmWl4GUkTH45elTkA-8,2076
+scipy/io/tests/data/scalar_string.sav,sha256=AQ7iZ8dKk9QfnLdP9idKv1ojz0M_SwpL7XAUmbHodDQ,2124
+scipy/io/tests/data/scalar_uint16.sav,sha256=928fmxLsQM83ue4eUS3IEnsLSEzmHBklDA59JAUvGK8,2072
+scipy/io/tests/data/scalar_uint32.sav,sha256=X3RbPhS6_e-u-1S1gMyF7s9ys7oV6ZNwPrJqJ6zIJsk,2072
+scipy/io/tests/data/scalar_uint64.sav,sha256=ffVyS2oKn9PDtWjJdOjSRT2KZzy6Mscgd4u540MPHC4,2076
+scipy/io/tests/data/struct_arrays.sav,sha256=TzH-Gf0JgbP_OgeKYbV8ZbJXvWt1VetdUr6C_ziUlzg,2580
+scipy/io/tests/data/struct_arrays_byte_idl80.sav,sha256=oOmhTnmKlE60-JMJRRMv_zfFs4zqioMN8QA0ldlgQZo,1388
+scipy/io/tests/data/struct_arrays_replicated.sav,sha256=kXU8j9QI2Q8D22DVboH9fwwDQSLVvuWMJl3iIOhUAH8,2936
+scipy/io/tests/data/struct_arrays_replicated_3d.sav,sha256=s3ZUwhT6TfiVfk4AGBSyxYR4FRzo4sZQkTxFCJbIQMI,4608
+scipy/io/tests/data/struct_inherit.sav,sha256=4YajBZcIjqMQ4CI0lRUjXpYDY3rI5vzJJzOYpjWqOJk,2404
+scipy/io/tests/data/struct_pointer_arrays.sav,sha256=fkldO6-RO2uAN_AI9hM6SEaBPrBf8TfiodFGJpViaqg,2408
+scipy/io/tests/data/struct_pointer_arrays_replicated.sav,sha256=eKVerR0LoD9CuNlpwoBcn7BIdj3-8x56VNg--Qn7Hgc,2492
+scipy/io/tests/data/struct_pointer_arrays_replicated_3d.sav,sha256=vsqhGpn3YkZEYjQuI-GoX8Jg5Dv8A2uRtP0kzQkq4lg,2872
+scipy/io/tests/data/struct_pointers.sav,sha256=Zq6d5V9ZijpocxJpimrdFTQG827GADBkMB_-6AweDYI,2268
+scipy/io/tests/data/struct_pointers_replicated.sav,sha256=aIXPBIXTfPmd4IaLpYD5W_HUoIOdL5Y3Hj7WOeRM2sA,2304
+scipy/io/tests/data/struct_pointers_replicated_3d.sav,sha256=t1jhVXmhW6VotQMNZ0fv0sDO2pkN4EutGsx5No4VJQs,2456
+scipy/io/tests/data/struct_scalars.sav,sha256=LYICjERzGJ_VvYgtwJ_Up2svQTv8wBzNcVD3nsd_OPg,2316
+scipy/io/tests/data/struct_scalars_replicated.sav,sha256=lw3fC4kppi6BUWAd4n81h8_KgoUdiJl5UIt3CvJIuBs,2480
+scipy/io/tests/data/struct_scalars_replicated_3d.sav,sha256=xVAup6f1dSV_IsSwBQC3KVs0eLEZ6-o5EaZT9yUoDZI,3240
+scipy/io/tests/data/test-44100Hz-2ch-32bit-float-be.wav,sha256=gjv__ng9xH_sm34hyxCbCgO4AP--PZAfDOArH5omkjM,3586
+scipy/io/tests/data/test-44100Hz-2ch-32bit-float-le.wav,sha256=H0LLyv2lc2guzYGnx4DWXU6vB57JrRX-G9Dd4qGh0hM,3586
+scipy/io/tests/data/test-44100Hz-be-1ch-4bytes.wav,sha256=KKz9SXv_R3gX_AVeED2vyhYnj4BvD1uyDiKpCT3ulZ0,17720
+scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-early-eof-no-data.wav,sha256=YX1g8qdCOAG16vX9G6q4SsfCj2ZVk199jzDQ8S0zWYI,72
+scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-early-eof.wav,sha256=bFrsRqw0QXmsaDtjD6TFP8hZ5jEYMyaCmt-ka_C6GNk,1024
+scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav,sha256=zMnhvZvrP4kyOWKVKfbBneyv03xvzgqXYhHNxsAxDJ4,13
+scipy/io/tests/data/test-44100Hz-le-1ch-4bytes.wav,sha256=9qTCvpgdz3raecVN1ViggHPnQjBf47xmXod9iCDsEik,17720
+scipy/io/tests/data/test-48000Hz-2ch-64bit-float-le-wavex.wav,sha256=EqYBnEgTxTKvaTAtdA5HIl47CCFIje93y4hawR6Pyu0,7792
+scipy/io/tests/data/test-8000Hz-be-3ch-5S-24bit.wav,sha256=hGYchxQFjrtvZCBo0ULi-xdZ8krqXcKdTl3NSUfqe8k,90
+scipy/io/tests/data/test-8000Hz-le-1ch-10S-20bit-extra.wav,sha256=h8CXsW5_ShKR197t_d-TUTlgDqOZ-7wK_EcVGucR-aY,74
+scipy/io/tests/data/test-8000Hz-le-1ch-1byte-ulaw.wav,sha256=BoUCDct3GiY_JJV_HoghF3mzAebT18j02c-MOn19KxU,70
+scipy/io/tests/data/test-8000Hz-le-2ch-1byteu.wav,sha256=R6EJshvQp5YVR4GB9u4Khn5HM1VMfJUj082i8tkBIJ8,1644
+scipy/io/tests/data/test-8000Hz-le-3ch-5S-24bit-inconsistent.wav,sha256=t2Mgri3h6JLQDekrwIhDBOaG46OUzHynUz0pKbvOpNU,90
+scipy/io/tests/data/test-8000Hz-le-3ch-5S-24bit.wav,sha256=yCv0uh-ux_skJsxeOjzog0YBk3ZQO_kw5HJHMqtVyI0,90
+scipy/io/tests/data/test-8000Hz-le-3ch-5S-36bit.wav,sha256=oiMVsQV9-qGBz_ZwsfAkgA9BZXNjXbH4zxCGvvdT0RY,120
+scipy/io/tests/data/test-8000Hz-le-3ch-5S-45bit.wav,sha256=e97XoPrPGJDIh8nO6mii__ViY5yVlmt4OnPQoDN1djs,134
+scipy/io/tests/data/test-8000Hz-le-3ch-5S-53bit.wav,sha256=wbonKlzvzQ_bQYyBsj-GwnihZOhn0uxfKhL_nENCGNc,150
+scipy/io/tests/data/test-8000Hz-le-3ch-5S-64bit.wav,sha256=Uu5QPQcbtnFlnxOd4zFGxpiTC4wgdp6JOoYJ2VMZIU0,164
+scipy/io/tests/data/test-8000Hz-le-4ch-9S-12bit.wav,sha256=1F67h8tr2xz0C5K21T9y9gspcGA0qnSOzsl2vjArAMs,116
+scipy/io/tests/data/test-8000Hz-le-5ch-9S-5bit.wav,sha256=TJvGU7GpgXdCrdrjzMlDtpieDMnDK-lWMMqlWjT23BY,89
+scipy/io/tests/data/various_compressed.sav,sha256=H-7pc-RCQx5y6_IbHk1hB6OfnhvuPyW6EJq4EwI9iMc,1015
+scipy/io/tests/test_fortran.py,sha256=Oc1omSrxrhyELm5hHA_m3TL-hXcivkBw3EMYLx7KCAY,7767
+scipy/io/tests/test_idl.py,sha256=hy3ER4-qVpni6T9rvhkra80FqoGRUaQGDLgU_2US9TQ,20992
+scipy/io/tests/test_mmio.py,sha256=2PWDz3tc03WLh9uMyjdojm2YJ_BKBeW893O3Mx4lrBU,28676
+scipy/io/tests/test_netcdf.py,sha256=izzpjJbXiIWPAy_xL5Mo2x5-b65LJtjxJR6P8cgnGiQ,19950
+scipy/io/tests/test_paths.py,sha256=yfqQtS6YQkg2SFa4_YbGBqZlIhd-brGut6jSRDtv4yc,3271
+scipy/io/tests/test_wavfile.py,sha256=1N9YujKYraHjT5x6-RjQLDJfh6pzqRoFD_a6pI6vvL8,16073
+scipy/io/wavfile.py,sha256=T83mGMzTOXlaoKt-a4KLrqAiE2bBz4S-NH7830qVy6E,27465
+scipy/linalg.pxd,sha256=SUm9fRHyF3s5-nhG0PWlenOlEEXtMRBEW_5X2q0ufGs,54
+scipy/linalg/__init__.py,sha256=byYkkwVKNJuoJzNiksMlhQvd3RxaZU35EnJImC3bhlw,7753
+scipy/linalg/_basic.py,sha256=RRjKlTY0LY5ecaS2Uz5t3g-djV1f9SKOfVHfAEWUhD8,70833
+scipy/linalg/_blas_subroutines.h,sha256=ioYgIFieoNChvc1H3M0C2sKFtRw1dUYHwiF_IOK_NZA,18298
+scipy/linalg/_cythonized_array_utils.cp39-win_amd64.dll.a,sha256=wxuT0kxAJ8JopAPRSuszrPHHSJ3J8NzG6AmyW6gvbOU,1732
+scipy/linalg/_cythonized_array_utils.cp39-win_amd64.pyd,sha256=KSeIgBKWrIGb_lswAs8r2gAFsnEL4uqBMpWzgUI2Wss,580608
+scipy/linalg/_cythonized_array_utils.pxd,sha256=fyp2eQgNSXX88dHrIV5qUuZ-fTEU-8JdXKOTLagAeK8,930
+scipy/linalg/_cythonized_array_utils.pyi,sha256=scRj6ew53DtnyIry4gVV3IsZlbwiNZJeptv_0icKE2g,356
+scipy/linalg/_decomp.py,sha256=COCiA-2W8pZT4DdGWtgPoyTVqossj1JxFbnbkSRR6hQ,63798
+scipy/linalg/_decomp_cholesky.py,sha256=FwQTaP-ryuEzWSebXj7w-qBS-FKVsQr_-8iT09vIEeM,12171
+scipy/linalg/_decomp_cossin.py,sha256=mwXU7s2k92ser1wQBZUTWJL6vbyFyKO2KOuwKwRK7sA,9194
+scipy/linalg/_decomp_ldl.py,sha256=fx4qmHmF_JuJ3R_r9aqcn7UZG4jTui6Vy5SqmIiD2Ns,12888
+scipy/linalg/_decomp_lu.py,sha256=JOTZ7cGblpT-KU7N9NXm50WOuN-xqKIP7S6WkAbGnqI,12962
+scipy/linalg/_decomp_lu_cython.cp39-win_amd64.dll.a,sha256=DIybcVmf1pMUbuwn4-S70Rroyr5PKMi_nVG1o8mEaVQ,1660
+scipy/linalg/_decomp_lu_cython.cp39-win_amd64.pyd,sha256=e1d34GhOHX4zY3P884qX1pTgH1AnUs6OmA7nX1vLy3g,248320
+scipy/linalg/_decomp_lu_cython.pyi,sha256=bwyBF7nl-jGGrmj_D16QSXx7MBXAVtU3k4eswqKohCA,297
+scipy/linalg/_decomp_polar.py,sha256=4KAJQAgKoN6W_onEM-m3oGqfwCK3__ASC7UFMFdKcac,3689
+scipy/linalg/_decomp_qr.py,sha256=JGDqUCS1BEfq3JLqJMCdDZw-SSolulSF6wPmcaF8XGc,14206
+scipy/linalg/_decomp_qz.py,sha256=RMxX7pLyNuFhvTKwRnuaR0NraFwuZhvC8DBlIPc8I4Q,16779
+scipy/linalg/_decomp_schur.py,sha256=ak_6WACsIjJDQnOatwZnio7Toe4hjEHQ64oVK9ZF3IE,10719
+scipy/linalg/_decomp_svd.py,sha256=wrIYkTatSlNgGqXged3xidZ-289EDmnrxArlJR966Ag,16133
+scipy/linalg/_decomp_update.cp39-win_amd64.dll.a,sha256=i2IFDH2Po6UIqc7jKlegmVhYO0sWStEUBX1d5KwIBoU,1620
+scipy/linalg/_decomp_update.cp39-win_amd64.pyd,sha256=NPylclwBMutKJpTVUURf9LxJ3G30kwP5DERbWGBA1WM,337920
+scipy/linalg/_expm_frechet.py,sha256=m4h3Ibq3Jlh2LMuHNoRsB_LsGHDmTo5XyCdPcudx3Zs,12741
+scipy/linalg/_fblas.cp39-win_amd64.dll.a,sha256=K6m_GCBNqdzXQdSm7a3Sk0RPtU286uddmsAiRcNcMNo,1524
+scipy/linalg/_fblas.cp39-win_amd64.pyd,sha256=fraOcTTL_hKufKAoxXCjTLgTrxW5dkBw8yObzhG6XAQ,593408
+scipy/linalg/_flapack.cp39-win_amd64.dll.a,sha256=14X-YDX06xXmflQsZ9uW0na_4YzX6TQqz1D3_42wkx4,1548
+scipy/linalg/_flapack.cp39-win_amd64.pyd,sha256=zhlujEXTDeZKV6haQSStzj1MlPCRcPVoU34n0LDkGl0,1890816
+scipy/linalg/_interpolative.cp39-win_amd64.dll.a,sha256=uARt6XAUV7KEEomIaJ5D8tYhAS3lOB4LtujTuVRQw7o,1620
+scipy/linalg/_interpolative.cp39-win_amd64.pyd,sha256=Q_K5NLdw4pjz-rLgLp063olwdyUTGApHHYNcQOAWxZY,757248
+scipy/linalg/_interpolative_backend.py,sha256=mwdx_kKIlNkWDBeLqx7WnD2ce4UEo2nXqCSyKHny-9s,46873
+scipy/linalg/_lapack_subroutines.h,sha256=Qs2tpIEsllXFG8Fbdd_HjPYvPXq4WJOG71xIhcfV5uY,240824
+scipy/linalg/_matfuncs.py,sha256=czqh-6fKAexTbgjeqoRUndyB0vxzMug7B8_qmbE4_P4,25192
+scipy/linalg/_matfuncs_expm.cp39-win_amd64.dll.a,sha256=FFVRSW8wsexKgXq0tsKgQN0_CfXRHTjG0n4Qy9AyErI,1620
+scipy/linalg/_matfuncs_expm.cp39-win_amd64.pyd,sha256=gA5mO2bSOptbAeoFL_AlVnYhDj3uXL0id17TUeKtS1k,479232
+scipy/linalg/_matfuncs_expm.pyi,sha256=J4OGtavgQPeZXtpBbWDQMH08jKqrdM028ZpWzyEoDfI,193
+scipy/linalg/_matfuncs_inv_ssq.py,sha256=9O4ImZRTV9pbiBzbYMwir_C3_3kFLu2RIa9fPHkuOAE,28945
+scipy/linalg/_matfuncs_sqrtm.py,sha256=4Acsd3bWFAkDN4OmHQ1bOO6lSAAXorxKREEts5H_KyM,7034
+scipy/linalg/_matfuncs_sqrtm_triu.cp39-win_amd64.dll.a,sha256=cdaiRbMaZ6i2Xfr_IheH4Sw_-4mCR70L_gAWRD3Vkr4,1692
+scipy/linalg/_matfuncs_sqrtm_triu.cp39-win_amd64.pyd,sha256=apvBfiEQbBIPf2B-YkuYp5onSuCuamTko6cZwXOREV4,255488
+scipy/linalg/_misc.py,sha256=GuAl0DgvKf35a2oyvYgcud84O0e3DCQLSUdR2AzXE3k,6474
+scipy/linalg/_procrustes.py,sha256=5s-CF7-cmMR7NRJTqHn1FgozjMKLpmEOMImID7wc7o4,2853
+scipy/linalg/_sketches.py,sha256=nVwWE2o7wZw69rFbEDoosoZoNm31jW1iM9fxhdz5BnU,6324
+scipy/linalg/_solve_toeplitz.cp39-win_amd64.dll.a,sha256=m-dZxG-xUL6RSgSL7ZxYZ48XJYNGvqjVl9xFGQ6btq8,1636
+scipy/linalg/_solve_toeplitz.cp39-win_amd64.pyd,sha256=OTb7z0AtBxgmMDrTO7drfr1ThMQ6kamggh9eczugvp4,274944
+scipy/linalg/_solvers.py,sha256=0OBuAxJ8S41wGjO09o6jfJfxKd_GasCO8aY5y9hURL8,29188
+scipy/linalg/_special_matrices.py,sha256=bRPhIZf-e93FZ3B0EZl71kQLwgK2Sk4YsMqrR5oq5n8,38122
+scipy/linalg/_testutils.py,sha256=s8zF_A9X4ToKUuwd5QUToC1YoQg7QcFr5UgruaCat2U,1872
+scipy/linalg/basic.py,sha256=pvsMSg2glM_0HSLCr7770MzFYX3B4yoNGl7BCvtZMbA,821
+scipy/linalg/blas.py,sha256=9VNxn8qpwCwDI3yHdqp9rdxUfJQmei9sFH8xkVpS1kg,12181
+scipy/linalg/cython_blas.cp39-win_amd64.dll.a,sha256=BSSE6IQ0nR7VjzPD7pLVbdSDmgey7TBJJ1hU2-zGS_8,1588
+scipy/linalg/cython_blas.cp39-win_amd64.pyd,sha256=QJc_py2jr3uIHpC_XGGxnR0BkH_xW8YnLhr9bN8ySpM,280064
+scipy/linalg/cython_blas.pxd,sha256=voPCvko12ZS_Bve1IvptSdsq6fu5KXa8ztkLU-zmVF4,15761
+scipy/linalg/cython_blas.pyx,sha256=UTGiyVw-ZFdkgfVL6DqoA0VxXK6B6ij7f5Of-uZhXdw,66340
+scipy/linalg/cython_lapack.cp39-win_amd64.dll.a,sha256=zGxVUNlT9BdzmrUqMX3PGXaRY7Z4WdJOdwrYRyApKB4,1612
+scipy/linalg/cython_lapack.cp39-win_amd64.pyd,sha256=9c8_zOrHSJLNlNDy-IDCbQJIs76LN6jK9uL5v337AnI,520704
+scipy/linalg/cython_lapack.pxd,sha256=Up9I8aC8Q6olO0WmMfipi7g6micBTiKAztfpZ0zXOeE,206084
+scipy/linalg/cython_lapack.pyx,sha256=IPh0oR3HK92VmBuZqSwVVUhFqE2uxSFUqZVke7WNVB4,719027
+scipy/linalg/decomp.py,sha256=K3PKvW3LDX3IfONdWAt763BOU-40ic479y4yVnoWtjQ,863
+scipy/linalg/decomp_cholesky.py,sha256=rx2bt5Xk3TslWMHIQQTTDlflCBgKeVMhZxG9yFg5DBg,710
+scipy/linalg/decomp_lu.py,sha256=CLYKKnfAGnsZ9XO2s5_kK-H6hD0VbFZc8RcIk3Bwjwk,635
+scipy/linalg/decomp_qr.py,sha256=uBMdbPI3zbwJg6V9wSJc4jGUWRZBz8JrSYajVWHg0cY,599
+scipy/linalg/decomp_schur.py,sha256=X_z3WQXWzAYCSfXM0tm0bpFzTry6ruOtSmfSOR4pF04,682
+scipy/linalg/decomp_svd.py,sha256=6vTAujJiNDCu1-UTkPcPmWkT9s2BXSi9H9d_o-RZCow,652
+scipy/linalg/interpolative.py,sha256=a33573E5xJCAsYQltbzEC2WJi2QyF3Lowk0khyp3wRk,33266
+scipy/linalg/lapack.py,sha256=qdxxtL5Gjc8qLjlnzgUbUE5xYn7eINDw_hdRBgHahDM,16706
+scipy/linalg/matfuncs.py,sha256=yha-BcBUNQ5P9r_Ieb6jOsPOLS3INFr9NwFVZj4oj1o,908
+scipy/linalg/misc.py,sha256=SY3ronlv05KREUi0vhxT3ruSPUg6MZmRoZWgXJh-7ZQ,613
+scipy/linalg/special_matrices.py,sha256=dzaFE9IduLFCRrMwYRCiTalMCJttJ4cwT555KeZUA_o,793
+scipy/linalg/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/linalg/tests/data/carex_15_data.npz,sha256=E_PhSRqHa79Z1-oQrSnB-bWZaiq5khbzHVv81lkBLB4,34462
+scipy/linalg/tests/data/carex_18_data.npz,sha256=Wfg5Rn8nUrffb7bUCUOW7dMqWSm3ZPf_oeZmZDHmysY,161487
+scipy/linalg/tests/data/carex_19_data.npz,sha256=OOj8ewQd8LI9flyhXq0aBl5kZ2Ee-ahIzH25P4Ct_Yc,34050
+scipy/linalg/tests/data/carex_20_data.npz,sha256=FOIi00pxGMcoShZ1xv7O7ne4TflRpca6Kl7p_zBU-h0,31231
+scipy/linalg/tests/data/carex_6_data.npz,sha256=GyoHNrVB6_XEubTADW2rKB5zyfuZE8biWBp4Gze2Avk,15878
+scipy/linalg/tests/data/gendare_20170120_data.npz,sha256=o9-rRR2dXCAkPg7YXNi2yWV2afuaD4O1vhZVhXg9VbU,2164
+scipy/linalg/tests/test_basic.py,sha256=msR1CLmUFTacycBbzhn0XN17t1Y9wahAM8TA_lkEM04,71768
+scipy/linalg/tests/test_blas.py,sha256=_4-mo4JV8tz4XrRdyI3QJX4-1wgK3Fhfav09axkNcDc,41956
+scipy/linalg/tests/test_cython_blas.py,sha256=w-Xg6YtJKzlhfD5EKninnVnvmwJuDYnffM-kzotXoCE,4205
+scipy/linalg/tests/test_cython_lapack.py,sha256=FuwDgBZSL9JtQSLjW5-0Bueom1sBYLd4iCwZT2EGX3k,818
+scipy/linalg/tests/test_cythonized_array_utils.py,sha256=uGVyBm288GVIieUXpc0Iu81z9u8Vc6Q6neIN2aCnIvE,3961
+scipy/linalg/tests/test_decomp.py,sha256=wy-sjYezwiCBsJxV4UOs1B4AR2NgBAr9QIOjPP2A32Y,109693
+scipy/linalg/tests/test_decomp_cholesky.py,sha256=p6Avy3JTt-YH47Vj4i3MF6UIseB-sBFH9R1OlVhejp0,8076
+scipy/linalg/tests/test_decomp_cossin.py,sha256=YnnP5FMr9D7S3wB0tEf3dJN733AlPPQoBlYmu9bx0fE,6112
+scipy/linalg/tests/test_decomp_ldl.py,sha256=Qt5tWnNSs6k3dCTWAKRuWDt5U2A8ibo1J-_BF_nJISI,5080
+scipy/linalg/tests/test_decomp_lu.py,sha256=5SDUfPF-VUpUYEs604H4JxIQKkC5MtYOhXeIGXjpVRA,11453
+scipy/linalg/tests/test_decomp_polar.py,sha256=dx9ubrGOCBZW2IVPBveUt6v6wWldGUOrh0MzFlB6h7w,2736
+scipy/linalg/tests/test_decomp_update.py,sha256=xIhcW4BRZWWRX4hPZsGiEaISxpU7MGMjTKdbiltgabs,70190
+scipy/linalg/tests/test_fblas.py,sha256=FoEZpLFpdle1scpFXl5CeVTEH31c5GBxxW5FNPx_Usg,19294
+scipy/linalg/tests/test_interpolative.py,sha256=feCEd-BNhbvJV0HJpCmfDQt0uaQhk1LK6t3waSpbyYI,9210
+scipy/linalg/tests/test_lapack.py,sha256=GpChthYxQZfBRkuLmb8BtSqkFIhSdtqfDAwRPXs5FFo,132748
+scipy/linalg/tests/test_matfuncs.py,sha256=El-5zgPZ7dN2tslhV09N4z9yUBb_YSmeKsvpalybaWE,40939
+scipy/linalg/tests/test_matmul_toeplitz.py,sha256=jrzob-NZ16k_1cYe-7xqI5L8ic7VMYxVlqG7IyiMTy4,3995
+scipy/linalg/tests/test_misc.py,sha256=k0264gAdjSMDmE4KRZcMztRKkkwWuzblNOrAD4K17Ec,81
+scipy/linalg/tests/test_procrustes.py,sha256=JalCsDisOMEY2lD9RSHfSU6X_W4wVmev_9BZpn8VAko,6949
+scipy/linalg/tests/test_sketches.py,sha256=RMUKNRQTj1o08CGHGf68bsES-jzLuN0AswGG5aNXsk0,4078
+scipy/linalg/tests/test_solve_toeplitz.py,sha256=1y0Vec8ZOK1tmjclVMXVxCJJ8ZgO_s4TguYRFawrKcU,4131
+scipy/linalg/tests/test_solvers.py,sha256=R8_jDVe2HreuLVe7jajgjRHjOyeHd6Ll79jLJFWp-O0,32419
+scipy/linalg/tests/test_special_matrices.py,sha256=pkFRNNUB7P3WMm7ipXv0zkrosJhKE-GWruVW8BIXHNc,24193
+scipy/misc/__init__.py,sha256=yGB5XvVr2KLtK1e40nBG1TTne-7oxFrwSYufByVeUDE,1793
+scipy/misc/_common.py,sha256=6UkM80cLptkn_NdOuhU09nGYQB9Ns7wYRPSWWb3_GPY,11497
+scipy/misc/ascent.dat,sha256=6KhJOUhEY6uAUa7cW0CqJiqzOpHWRYps0TxqHK1aAj0,527630
+scipy/misc/common.py,sha256=zhZRCBTlj4XhdPSo0wr8RQ77vAzRfM1fPLbNoBkGemw,639
+scipy/misc/doccer.py,sha256=NQvWWhsiS5fZXEUjbdWlj1OMjqfJyhZdzUe4DhJJNe8,1503
+scipy/misc/ecg.dat,sha256=8grTNl-5t_hF0OXEi2_mcIE3fuRmw6Igt_afNciVi68,119035
+scipy/misc/face.dat,sha256=nYsLTQgTE-K0hXSMdwRy5ale0XOBRog9hMcDBJPoKIY,1581821
+scipy/misc/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/misc/tests/test_common.py,sha256=rfcxQnBUc22G95MDYoYRmIciDjL8Pgmrf0fbMp-pqGs,859
+scipy/misc/tests/test_config.py,sha256=Ma6jMr-KuIuDdFFz88ZHmFcawmOugzfJnspZv9Aqda4,1288
+scipy/misc/tests/test_doccer.py,sha256=CWV_zZfJCz88jyPJ-pcIk8hMXxmXh_f58LgJjjBbJzg,3872
+scipy/ndimage/__init__.py,sha256=Oo-CeM7DPYAGMsDW39xOMPXINXdq0tSRaASScCIJj1g,5158
+scipy/ndimage/_ctest.cp39-win_amd64.dll.a,sha256=dZiMe6iAgYZZKIJE3pr-xcN6iJfGFqvhe98OGGupwuA,1524
+scipy/ndimage/_ctest.cp39-win_amd64.pyd,sha256=LmN5HOIUrBBYc9wfMxGXIUmQ3VCs-YW3ACNtL7m8oZA,16896
+scipy/ndimage/_cytest.cp39-win_amd64.dll.a,sha256=I_B_nLdQhm3Sogy7jzoyJm0wXHoTzcYYkS4allupmQU,1540
+scipy/ndimage/_cytest.cp39-win_amd64.pyd,sha256=jJl6Eyb1BTeld_YZoNLerm_T7ETczeeekOpF_HxrkDc,75264
+scipy/ndimage/_filters.py,sha256=paKODLam9vhfX2L8JS2mroL6Nk4bzkQDHlVB9C_rTBI,67775
+scipy/ndimage/_fourier.py,sha256=qp5zfKy385ESHgKsnGRdLqo_06cPXykO5ubU0cKnxp8,11692
+scipy/ndimage/_interpolation.py,sha256=KPIA3rYBpX2pdFAnUoThxEQoS_BqGCEEmusFaTAHyXw,38033
+scipy/ndimage/_measurements.py,sha256=NBr_UCp0fwmXFTOudUU_8FJ25piAtn481eRz2e5c-9I,57778
+scipy/ndimage/_morphology.py,sha256=WEw0GY88mopiU4qFAN0J8F33qEvPM1_PxvQxvOM5nxI,97433
+scipy/ndimage/_nd_image.cp39-win_amd64.dll.a,sha256=qVHaUrAYFGm-KZd1wlZ1JJa6LguPjIOWsWBqXl7rpw4,1564
+scipy/ndimage/_nd_image.cp39-win_amd64.pyd,sha256=g74Y2ho37vUWG7L5n6giA0jcuBs0Um0HYYFbWeUDTSc,176128
+scipy/ndimage/_ni_docstrings.py,sha256=gUp13eFtd2wqZwlpI7O6SqDIlY7bGikdujvOAntqwf8,8713
+scipy/ndimage/_ni_label.cp39-win_amd64.dll.a,sha256=a363g5UOxak5w9XVwOMYi4O92M48qOVNhxs_qPGta9U,1564
+scipy/ndimage/_ni_label.cp39-win_amd64.pyd,sha256=GJd_tGG_8LrXdIucCIJzALDSvjJPdMZeTLbOkkn-X5I,395776
+scipy/ndimage/_ni_support.py,sha256=gUZhDnd6N2Ipzs6oaKXIA2ozwuYJ57qoJbGU1BYxn18,4765
+scipy/ndimage/filters.py,sha256=pBSTBZeUY3XAJCIFdL1UZmB3OM6KJld2jhzPVWHpOYs,1003
+scipy/ndimage/fourier.py,sha256=Mg8ym6fd2BXBFSrUiwrW3GUoeDTYXbdOqQe75EJiKYw,620
+scipy/ndimage/interpolation.py,sha256=7VM2PUpSqDH6hFvaF4QIIsArLrF5Eml_Vq3ADrmv6Do,703
+scipy/ndimage/measurements.py,sha256=NNTrZLZSbU6hO42Tj49me-S1A-V-pnODbpxkm4ehLOI,812
+scipy/ndimage/morphology.py,sha256=6axnW-p_Fp3Bm-21zYoaaz-1SdNxEPYCl8SoeRXwDQQ,992
+scipy/ndimage/tests/__init__.py,sha256=FNT5j4JCFxTapyNfZrM6cxnn7WlOGq0ZvCwhUZerX54,408
+scipy/ndimage/tests/data/label_inputs.txt,sha256=oBKOjlyOqkDERFefuyjlsPeVfGRyfmDc-uiawuMey4A,315
+scipy/ndimage/tests/data/label_results.txt,sha256=hNPE8YOPm5MZ169I4c5JnG2cWxleOlKddG1VdA-Fn3Y,4603
+scipy/ndimage/tests/data/label_strels.txt,sha256=fLjLCCb72QdX55kKssZdwg262SaV5NgdIG_Bn_gPHSg,294
+scipy/ndimage/tests/dots.png,sha256=sgtW-tx0ccBpTT6BSNniioPXlnusFr-IUglK_qOVBBQ,2114
+scipy/ndimage/tests/test_c_api.py,sha256=ii8Y7KA9O4TJEosO_bQ8yN3jBS9QvqnmM4r2KlEU0fs,3832
+scipy/ndimage/tests/test_datatypes.py,sha256=4qhH8s06BlCG0Jbw5gps_7RDFNuw_D7r4fFtdV8tYqQ,2893
+scipy/ndimage/tests/test_filters.py,sha256=c_PgfA7lNG2kOYLoab3VgVRmOWiQKhUVkughMntyg4M,96717
+scipy/ndimage/tests/test_fourier.py,sha256=2LfhIaRNyrWY8KilrcngCTuvpIZChj8Homl-j7d2KGs,6815
+scipy/ndimage/tests/test_interpolation.py,sha256=kgFq2LAiZINPmVqSgL69MFB9rqt2gSJqueqg7ZPR3U0,56098
+scipy/ndimage/tests/test_measurements.py,sha256=Jy7VSAJeByEvbpLX5TQEUj2eWf6ABh5fgfcGxJc8ooU,49907
+scipy/ndimage/tests/test_morphology.py,sha256=lLyaza5WhYKwX-UxAOKH6-ZKjRusfQREOdvnx-S0w5k,109082
+scipy/ndimage/tests/test_ni_support.py,sha256=8DTgqgKOyw6ydsgPfSTeiYyfhcnAS9QjRdMk8slo67A,2549
+scipy/ndimage/tests/test_splines.py,sha256=r1rRYS7GD0ZsQWvuobXIBBC1Mh1MdHusr68vZLdhXBU,2264
+scipy/odr/__init__.py,sha256=gHT9GMAwFz2ewCC0B1kTenNLG6g8CHNm__5z6vtF_zc,4456
+scipy/odr/__odrpack.cp39-win_amd64.dll.a,sha256=nIwxUqHtjerBseeH4shzYc21_wq2jOTUQ79OQkrF5GQ,1564
+scipy/odr/__odrpack.cp39-win_amd64.pyd,sha256=1pDtSUL2FHIE-_UUOZ5_FZBe0-uvGsIBpRw_2MMO-II,566272
+scipy/odr/_add_newdocs.py,sha256=nquKKPO9q-4oOImnO766H3wnLIN8dBZJfqPh8BgKJ_8,1162
+scipy/odr/_models.py,sha256=Mi8SuWoWXIFqGi3BfgMSc_eu1GQfGRtXSvkeI9fblWQ,8115
+scipy/odr/_odrpack.py,sha256=vjMaJwARP-JUkLnVowpi3eLUSdE_jlpUwKER6AY_jDA,43551
+scipy/odr/models.py,sha256=_7pQbo0FThkV9yo2NvXC21_SMbNqUiBjeUsxnd9PerM,610
+scipy/odr/odrpack.py,sha256=NqRd2QtNcw1-gq4KpkbkddvMF3G78DxKGSFlJ8Day4Q,653
+scipy/odr/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/odr/tests/test_odr.py,sha256=gplFVJp6YtaKvcbpUSF7bzYMwpWW95hB2rwkhHGm9BQ,21576
+scipy/optimize.pxd,sha256=Go47l_Tk8YvXQxnuJNN6UmDEApEKgBUrplitjO4tsUM,40
+scipy/optimize/README,sha256=_CUBWHgG5xW7HG5La9gsHQ2Cr7cRidzPOexd4rg3oIA,3297
+scipy/optimize/__init__.py,sha256=p8skARtfSpeZyrNCOOfU2dfI9v5QR0DI9qwtIRycCtg,13559
+scipy/optimize/_basinhopping.py,sha256=ZhU0A8eDSNOLuOmxDnumhzQtM4E0XolgRTcHogtCgWw,31444
+scipy/optimize/_bglu_dense.cp39-win_amd64.dll.a,sha256=sEtcReNJ-kAw6RrYL8m-89vZ45kFKFdulKp0RxiQN9g,1588
+scipy/optimize/_bglu_dense.cp39-win_amd64.pyd,sha256=QQiEm6YXGC9x9nufHavunKOS5wl0Mpj32_JXQByS_TQ,318976
+scipy/optimize/_bracket.py,sha256=5MOw_CykQpd2HS5UhAmMk7WeTSlg6jnODvNqO9n1I4Q,29277
+scipy/optimize/_chandrupatla.py,sha256=Xdcv8ztK7_xyzRkbpqdCN8_yDr9kO_5cqvT3CO2aKXY,23746
+scipy/optimize/_cobyla.cp39-win_amd64.dll.a,sha256=_ElE0G_MeBvYc0x1S4jDGzSHXy-8jK4640HaAK-zip4,1540
+scipy/optimize/_cobyla.cp39-win_amd64.pyd,sha256=3HT6lLsSr4yFYJlPChq0YqIb7Ztwrs2Q8v_0xzC6Vs8,418816
+scipy/optimize/_cobyla_py.py,sha256=Ycqnv7D9YqcDeM1pl-TNS0tMnAAJK9wEsY7KnCbxwUc,11185
+scipy/optimize/_constraints.py,sha256=ejG1EP0e6MTOR9sPaeXhAvqeGQtGhORT0dbbap3xq_U,23444
+scipy/optimize/_dcsrch.py,sha256=HLVdwRymefDXa8QZQyZjca1y-yUWOfYn0Jh8SDs0RM4,25963
+scipy/optimize/_differentiable_functions.py,sha256=eXjmu5Vzm84Cm7BhuEbs1SizBGfUfbTstQ0MXaHmaDE,24311
+scipy/optimize/_differentialevolution.py,sha256=FJ9DEnk4sd9axlvjVX_esWpgEGXClXUesx-iYQSVtBY,85103
+scipy/optimize/_differentiate.py,sha256=0N9z_Yhod2TDXpPNk7a6eJcJd_GwLtM8hdw-OoEMinM,31539
+scipy/optimize/_direct.cp39-win_amd64.dll.a,sha256=PfdZ1adSS1aMj2AQGarUX__y-CRWhpeKnAhAvY6xjUs,1540
+scipy/optimize/_direct.cp39-win_amd64.pyd,sha256=HA4IVWSJsNX1J6JnNlIOOLmbvpbDQc557HV3aL8bC38,69632
+scipy/optimize/_direct_py.py,sha256=kRtd45Akip2Z-lzRzoLdOkJoxAkr9wTLVJArnpfq8bY,12076
+scipy/optimize/_dual_annealing.py,sha256=IYKMG5gYR0zOUN8uTVErpIuF_YiLk1zRa2394go_ffw,31061
+scipy/optimize/_group_columns.cp39-win_amd64.dll.a,sha256=O7dEuqzy44D2w_IsxPkKVr507Y0kqa4HSaRWlKqLEe8,1620
+scipy/optimize/_group_columns.cp39-win_amd64.pyd,sha256=X-Ac8yAeJQX4ZLZlfsetP4YK5lQsSkUOz60gW6099aA,1029120
+scipy/optimize/_hessian_update_strategy.py,sha256=ELbQBvWV3bcHOynxIO4Febymi6m2zj-15Q9hROBWJsg,16292
+scipy/optimize/_highs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/optimize/_highs/_highs_constants.cp39-win_amd64.dll.a,sha256=Tn7maqgzkMX30iEgGLZ_i351vZPISM073mRAW9IKm4o,1644
+scipy/optimize/_highs/_highs_constants.cp39-win_amd64.pyd,sha256=G5WLt0kwtO7K49NvxWwf6IhWKo9j2Xn6J_ukuuI8LL8,948224
+scipy/optimize/_highs/_highs_wrapper.cp39-win_amd64.dll.a,sha256=OydUyBhJ4eMgIPu-urzoP431B6OWhOYx52-Oty-6KjI,1620
+scipy/optimize/_highs/_highs_wrapper.cp39-win_amd64.pyd,sha256=Md9wL--9HF5aTL2NfbwBLmrTygdTLKIzUCtnCamf-R0,4546048
+scipy/optimize/_highs/src/cython/HConst.pxd,sha256=L15CusfL00lWvNnDBadRg4cfyFQ9OBZjx7DnuWTiQAM,5617
+scipy/optimize/_highs/src/cython/Highs.pxd,sha256=DEAT3kbjSV8yG4ODe3pf13WxXXTrtxdXd3iPZB1C-lc,2203
+scipy/optimize/_highs/src/cython/HighsIO.pxd,sha256=cyJqwFONXeG4JCUM732mCNtjBqpwlu-NdZTEGNZeWDc,725
+scipy/optimize/_highs/src/cython/HighsInfo.pxd,sha256=UVxVCOiJv01N9sdMx7ZJYEWr4Sb3v2JsTyf1oqwli4I,757
+scipy/optimize/_highs/src/cython/HighsLp.pxd,sha256=vlYC8YlR4B_nve_g7zc8V7XxDhojrdIl21cAQIwIdfI,1152
+scipy/optimize/_highs/src/cython/HighsLpUtils.pxd,sha256=X7RWGM_jqH9iomrdE82vJ3FiQTlwCxOK0dFWwyhBcvk,298
+scipy/optimize/_highs/src/cython/HighsModelUtils.pxd,sha256=_wdfARiJz-1uVj4-DCDQFL4qlxtwfSGCEcPENTxMa98,345
+scipy/optimize/_highs/src/cython/HighsOptions.pxd,sha256=Q9qcpapCKmpUPQzvnSi8ikl5AwQ1evrw3UilgXO6Xxk,3270
+scipy/optimize/_highs/src/cython/HighsRuntimeOptions.pxd,sha256=lGf-04sraouYfLC-nMhelSxckt5KzVBIh6E2fC7IktU,270
+scipy/optimize/_highs/src/cython/HighsStatus.pxd,sha256=zbFQHPW_dv9veyurF4ifqzQd4KMvaI-3c812neTMK_Q,351
+scipy/optimize/_highs/src/cython/SimplexConst.pxd,sha256=8f0-itFFhq9qWHZCxeGFW1-wu61X6rTt1HhNqcFI_PM,5113
+scipy/optimize/_highs/src/cython/highs_c_api.pxd,sha256=Acdk0ptEr5H66e3sFkfcRRRCGp2x-Wl98Z3tp9D7XFw,339
+scipy/optimize/_isotonic.py,sha256=RxEmV_dGFcb7dKP7FBypBE3nbaXPak9RMl63l_1FM5E,6212
+scipy/optimize/_lbfgsb.cp39-win_amd64.dll.a,sha256=pvVNYYyIUuZ7VMsqirQA9fobEPV8jaDtjc1AmJLE7C4,1540
+scipy/optimize/_lbfgsb.cp39-win_amd64.pyd,sha256=FunN7NLHhXVUZhmGWU7vsAk-VPleEmB2ltCrnfTWpmE,436736
+scipy/optimize/_lbfgsb_py.py,sha256=fVkQ5qw6fdSuc_LxOHHU5Hz_bKZtyeYFkaKHAfKVsiI,21261
+scipy/optimize/_linesearch.py,sha256=qDgwdijDDCU80gPX1fFsUkH8iT5-poSi2zHjTpj5bgI,28179
+scipy/optimize/_linprog.py,sha256=Y2b70ex0Nc5s7yqTgnZBlVDodnBN2vHPQnu3-6IGGB0,30433
+scipy/optimize/_linprog_doc.py,sha256=no_OyJgCCqufunfiL-7B1booijS_1OTY8luxvJBQ3b0,63379
+scipy/optimize/_linprog_highs.py,sha256=vzNHd5QFirk-fb3j7dBTLF6KC3fHL8fbX9lTcfybCCQ,18013
+scipy/optimize/_linprog_ip.py,sha256=LvPFzxHXKOkcTD02x4M4I-eS5i1MVQ6iG3Xjbb5HZOc,46911
+scipy/optimize/_linprog_rs.py,sha256=DsKjiN4S4U510ahDcSWyFPIhakRrAXEFBl6i_dl7IiY,23718
+scipy/optimize/_linprog_simplex.py,sha256=bWEwU99qgy0fC1G6F6TJHSr765eiKcQXA1_bVgxMJlI,25377
+scipy/optimize/_linprog_util.py,sha256=98yfDJILV7iLuBNRTdLmDgbzHBersO54SZfVGJB10Gw,64271
+scipy/optimize/_lsap.cp39-win_amd64.dll.a,sha256=bUjNqnRBy0ovcQFgX8EMPPaZisc4yclWpmMzhFGfE2s,1516
+scipy/optimize/_lsap.cp39-win_amd64.pyd,sha256=RcWlfMoPNaquGfxBjbLzM2isIkdydvI4U4qpOkoqQK8,177664
+scipy/optimize/_lsq/__init__.py,sha256=c4V-tnMyi2dXNNXkjFQ8SdvGANtgbrqXEM-OpdBdZpQ,177
+scipy/optimize/_lsq/bvls.py,sha256=h9bYh3astIRvMtMGghtEGpG5fDsh74SMRbmgF3HN8YM,5378
+scipy/optimize/_lsq/common.py,sha256=zQN7x4qxtX5PCaY2gdYMv4Io0YM4Cit9Eqb_L_k8xrM,21256
+scipy/optimize/_lsq/dogbox.py,sha256=KuyTxgJPRumBkrk8KlgZZVhm8tpdmsGNBtPAsj2U1Xs,12013
+scipy/optimize/_lsq/givens_elimination.cp39-win_amd64.dll.a,sha256=0nozqlOJ4BQLdofN3U_vFMgl4IZ8zqpZnVe82SCOl-E,1668
+scipy/optimize/_lsq/givens_elimination.cp39-win_amd64.pyd,sha256=PoEt1CjbSjgYoGzEJaD5mrhWS4-N_jX-HvkngygCk68,213504
+scipy/optimize/_lsq/least_squares.py,sha256=nHh4Fzgy28drPE3io6zAe_SfxVj6cOOgSW8RPA-YbU0,40639
+scipy/optimize/_lsq/lsq_linear.py,sha256=9Xlb1mb02xqkOja-8Mb6cJDpW4ovNHvyoNRgZSt4QzM,15542
+scipy/optimize/_lsq/trf.py,sha256=BBsxUjWZjzdVILU-Zr98t3WiySH_MUIp-unCQlRAo6U,20037
+scipy/optimize/_lsq/trf_linear.py,sha256=GEMGyMqWwaVLUa7sCo9iwDmUkuT746oci1iK6KjnJQA,7891
+scipy/optimize/_milp.py,sha256=vVoU-xFaKFD81wmmmp7TXrwy8_1p6GfqNXEqfu-aFBM,15579
+scipy/optimize/_minimize.py,sha256=DBZTTzUJ5uMpvfhBQpwyUTIKr8wDACUfmu3m1ByJaqc,49315
+scipy/optimize/_minpack.cp39-win_amd64.dll.a,sha256=tZPfw5L-VrlPidgNIjSvj67Czu0D-goCLwXZRABIy4Q,1548
+scipy/optimize/_minpack.cp39-win_amd64.pyd,sha256=mqT_5jdkttbPrW4oICP29iFKeXF32-igbFikwzHPjzg,107520
+scipy/optimize/_minpack2.cp39-win_amd64.dll.a,sha256=c6i1GiMt2Kjm6MCtFg55Wfzm_O5tb5GfuQ4AMI5eg_Q,1564
+scipy/optimize/_minpack2.cp39-win_amd64.pyd,sha256=UrGEbJcX2D41gPXvr5YMj27R7-jgx_nHSjgqKo9igfs,74752
+scipy/optimize/_minpack_py.py,sha256=QadZ1n3za72TrzKs2_p-MX1ioGNjW1RKsXNarsMFRhA,45828
+scipy/optimize/_moduleTNC.cp39-win_amd64.dll.a,sha256=_RlZ9XbTUbCMBH4PVVmOA9ce9I6Dvkah5ViY9mO5QrA,1572
+scipy/optimize/_moduleTNC.cp39-win_amd64.pyd,sha256=dk6VIya4VTM7MA92l5op_clOOnLejgWGMzjHS1Q6ubE,156160
+scipy/optimize/_nnls.py,sha256=uyU0tvulUuhOAGP5JHVbj_fQrZKpypTGmm9OyUEZwcU,5648
+scipy/optimize/_nonlin.py,sha256=YCWgcPSX-0XCNiRj_zfTgvZIQbKfqUJGshT9h8kXy3A,51471
+scipy/optimize/_numdiff.py,sha256=sCRqhF7LdmRkxMBAcr0Wqz4oLq-fnBTCFPHK6z-OSM4,29495
+scipy/optimize/_optimize.py,sha256=FaK7wO3nffss3sXfA-SKWK5A9H172PxwGT9WtqNj9Lg,150667
+scipy/optimize/_pava_pybind.cp39-win_amd64.dll.a,sha256=5BJOSg_Nk98T6eKw7i3xumGvHWKcpUdAFuX-bdCTiTI,1596
+scipy/optimize/_pava_pybind.cp39-win_amd64.pyd,sha256=B73bJBEQaT3c8UUxApWpPNzQ5B-aQPCKUfW0XIyBkXs,285184
+scipy/optimize/_qap.py,sha256=WD5UQxYxTcb7Xhatba5J45DcqIVJvVUCtKee0qwol9Y,28562
+scipy/optimize/_remove_redundancy.py,sha256=wm3BTNUsnRTd-emKeiFTss68K09fIH4IYyFR7MD3cJg,19291
+scipy/optimize/_root.py,sha256=61OOP0PFQH893GgEhf2oFLgrrU0F_2UcEgH7emxRiug,28517
+scipy/optimize/_root_scalar.py,sha256=zehSxyAbZI7bZNWLSzeR776P4c85v1La2R2yP7C3a5c,20120
+scipy/optimize/_shgo.py,sha256=x39wcoLRMghqFJY3aGGtZFG35RCO79lpq-mNiifPOnk,63852
+scipy/optimize/_shgo_lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/optimize/_shgo_lib/_complex.py,sha256=8r1bC4GHNpMYp2D5VT-Q98rBTK-l3x6r-PfXCG7LDs4,51484
+scipy/optimize/_shgo_lib/_vertex.py,sha256=z9a-UXpMVD8NXa_y1ePp-Va3b7B1tcAQPmRcky1W2IA,14456
+scipy/optimize/_slsqp.cp39-win_amd64.dll.a,sha256=i3M2UQ--VXyROKyTQFOMU-e62m9YiGxp6EoQjBHqYNg,1524
+scipy/optimize/_slsqp.cp39-win_amd64.pyd,sha256=GjWZtB3Fmqfx0IkhZVDtROuu8rNT2P75ih--vYksEco,107520
+scipy/optimize/_slsqp_py.py,sha256=O0SxKS5SxEfn19ui6K87xpvg7Qpx4EAUgQBiKvKg2MY,19601
+scipy/optimize/_spectral.py,sha256=j33TVc8_7styCVxKZP76_2C5CsdyFi5lD5TpeBbo54U,8392
+scipy/optimize/_tnc.py,sha256=uL9ald4ZzsvDK4W-kPTiIx5Ra8Eqrc21GrvYOaqvGvI,17338
+scipy/optimize/_trlib/__init__.py,sha256=5TbV8UJSSEwW_qONgzozoHDgvhhugzqykJzybDCrNj0,536
+scipy/optimize/_trlib/_trlib.cp39-win_amd64.dll.a,sha256=zRQh-wFm2nPVN3W7rLscekOmQWIdsFa4Md_QcqAI_-M,1524
+scipy/optimize/_trlib/_trlib.cp39-win_amd64.pyd,sha256=Kx1oNUpFZoBxZfY4RMlCHR2cgMjHsltjYCvwh4K_7Bw,335872
+scipy/optimize/_trustregion.py,sha256=1TlWgkWc2EGAkhKfJAwGmwz5GWdxvIHDtVwuvtux6Jk,11105
+scipy/optimize/_trustregion_constr/__init__.py,sha256=Y2OLn2HBQ5rxpAfI-UjWZc4j_sDqjOBGmgdS2zAC_24,186
+scipy/optimize/_trustregion_constr/canonical_constraint.py,sha256=pYMm2qLrCrvpD7pQZAZpz1H7Zfag3uiwezGBCDx6syk,12928
+scipy/optimize/_trustregion_constr/equality_constrained_sqp.py,sha256=uuZ-Jtgl6G6sew7J2aeA4pERgAQ6tPtvvebGLBdNFUQ,8809
+scipy/optimize/_trustregion_constr/minimize_trustregion_constr.py,sha256=GkloTNfoZpPSmyOC7E91BEUU-ffCAaiI53UnwwrzWec,26308
+scipy/optimize/_trustregion_constr/projections.py,sha256=-1w4LbwrFnQc8xMhoyiBazu-YNydDqvDcBUMNsu7yx8,13576
+scipy/optimize/_trustregion_constr/qp_subproblem.py,sha256=kzhhoadtUgeFmSoBKerKMnSgMSSpzHc_m43hkgqjTlg,23229
+scipy/optimize/_trustregion_constr/report.py,sha256=Fvc4n77YuGiRQuGxiDIgkvkgScq5dqko07g7zJOwj-w,1869
+scipy/optimize/_trustregion_constr/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/optimize/_trustregion_constr/tests/test_canonical_constraint.py,sha256=z8MKN6NbaxsH7pj2rbCGdOQ4jXE-eM-SPu_IcNMtIaI,10165
+scipy/optimize/_trustregion_constr/tests/test_projections.py,sha256=YQ5iAUYXSTKZusnJxG8yD3Ctyb2qlCPm9IAk8y8pkAY,9048
+scipy/optimize/_trustregion_constr/tests/test_qp_subproblem.py,sha256=YJmS5Zewk0mh8qsVCgWQKoDoIoMqOTE_32klYQXK8QY,28368
+scipy/optimize/_trustregion_constr/tests/test_report.py,sha256=DWLQhuc4K6-UxV810cLlbTFQg7i7Ueja1XHZMWt4DsU,1102
+scipy/optimize/_trustregion_constr/tr_interior_point.py,sha256=FU2a3KT4uJ189s4eAxrBmwVh2GlIiSzMN9LFvZqkIBo,14144
+scipy/optimize/_trustregion_dogleg.py,sha256=XTvNQtebZTPzl6xGtzHBLDcFD2qe5sSOFOTbmtDWswo,4511
+scipy/optimize/_trustregion_exact.py,sha256=H9E0sxJmLMebKgfd5L64h-BxP-WFIdCf6CyvMRUUNjI,15993
+scipy/optimize/_trustregion_krylov.py,sha256=OE6ABN1_oeRUUBXWGBA2QFlzxO4GJVBseoNOMB2b4Sw,3095
+scipy/optimize/_trustregion_ncg.py,sha256=O2_8p92l_faUHLI26GHK2wV0RTdAR1scli0XhXTTsSo,4706
+scipy/optimize/_tstutils.py,sha256=g6-cA3Yl9OQNmbrYK3ojJFIrRTS9c7EJHhF_hoU5f2Q,34878
+scipy/optimize/_zeros.cp39-win_amd64.dll.a,sha256=D2lZJ0tlpWH9XcBDf53WaGSuymCcD0WnMZwc2bMoc_w,1524
+scipy/optimize/_zeros.cp39-win_amd64.pyd,sha256=lPKQs0VCfyZmvQoMyn216kyLh69AjW0khy8CfwYmCio,23040
+scipy/optimize/_zeros_py.py,sha256=u5E-SHpvmg4y-0on6W5ovbHmsefYoc8u2MNKcnLQPMY,53593
+scipy/optimize/cobyla.py,sha256=0zBa2apVL3bjSIZebIGcNc8mph8NxyxgpK9dhqbaxbc,642
+scipy/optimize/cython_optimize.pxd,sha256=FhEeI0aq_Y2P00BpghHKOa7UjhW_uv4e7aEzXdS-QjU,453
+scipy/optimize/cython_optimize/__init__.py,sha256=LEyUcZ_tUfRNMYgyFBYUsHfztui15TviJlLCsbZWrDw,5020
+scipy/optimize/cython_optimize/_zeros.cp39-win_amd64.dll.a,sha256=MqC-kA-SOoTlgLLACsoNnHkMqt0udSbZ12yZrAj8CdA,1524
+scipy/optimize/cython_optimize/_zeros.cp39-win_amd64.pyd,sha256=HDqYfHa_KtFYNth3j2S56jqtuwT0LsoSKf--wOZdYAo,94720
+scipy/optimize/cython_optimize/_zeros.pxd,sha256=5o3CUJecdwYcTh6bX9c4O8F04MtmvvW9KluxtFsYDh4,1272
+scipy/optimize/cython_optimize/c_zeros.pxd,sha256=kbSds0gdPDP4-oM6U2AaaFhsuEhCDXkzlfZ4BS82sHE,1144
+scipy/optimize/lbfgsb.py,sha256=2VfUgbmMydioFy4UXnOZIuIhlb7vT9Vt-Y8G-OVsHw8,737
+scipy/optimize/linesearch.py,sha256=BNAKRI9InccO4mPP7kZP9mPtl7xlEcxfI4d_Cskfq8Q,811
+scipy/optimize/minpack.py,sha256=xxwF1UHbneXoJJ_F8tw25RA2zGIwRt0PJ_ctEhYcZDE,1106
+scipy/optimize/minpack2.py,sha256=mIKiFAvS0cJ5as_BiqErPP_ey_htS3yGYtJfM3aFi0s,568
+scipy/optimize/moduleTNC.py,sha256=0BZtj41NEa1nM2XYN9Df-kmG7W1QJG4PWcY40Zour-s,526
+scipy/optimize/nonlin.py,sha256=PlyDnxrzMMX3fJrVFSYarqYO-Yv_jdwsQvGv0fRNltc,1257
+scipy/optimize/optimize.py,sha256=b5JLY_axDmHbqDUjrYjm_krKlDv2azfOwEE5RQUarXk,1300
+scipy/optimize/slsqp.py,sha256=F7lLTdRfavwHD53hcS39psok1Rly8yoYcgmgYisWsKQ,846
+scipy/optimize/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/optimize/tests/test__basinhopping.py,sha256=OnRO7GaHTr1QffrCZc0CbXnrX2zzQMUoMpzsnkbt5hU,19422
+scipy/optimize/tests/test__differential_evolution.py,sha256=hZYTzMwlrMh29tdY3U1l8h1PhKlCtzgGtX9cKN2Sznw,70521
+scipy/optimize/tests/test__dual_annealing.py,sha256=IQq0e2n8dr3YidXZe4eMKazGLYP5C-FQgkoYmZo91hU,15552
+scipy/optimize/tests/test__linprog_clean_inputs.py,sha256=8l7kHLqk5mqiRVkv8OLlMQpPXjNJOBWi-jkaWD5n2D0,11988
+scipy/optimize/tests/test__numdiff.py,sha256=KBPAsPpz4DwxfbzfvVAgpYNqKWz9MGjlif--0k5RPYs,32166
+scipy/optimize/tests/test__remove_redundancy.py,sha256=VC2Tz00TMHan0FJ8QXgKdvazARH58aWCLb97BQZyd08,7027
+scipy/optimize/tests/test__root.py,sha256=qpL7_trYXSVfzBwsxIEfrSZNksLT_Ck-2QP1ouDYtzU,4334
+scipy/optimize/tests/test__shgo.py,sha256=GGCGsrKD2AIidDMhG2KN5CJJ62HBlXGmc-Cj41anoGo,41450
+scipy/optimize/tests/test__spectral.py,sha256=B3d_qUmY55_NiIrAljlKrk4kHDxP8iyb8PVAXFsx_U8,6890
+scipy/optimize/tests/test_bracket.py,sha256=harzd2cGwRyZmhDWynM6t63Ol8oshYVOqNHIgOp4VBE,31359
+scipy/optimize/tests/test_chandrupatla.py,sha256=jfXil-XrB1K1j03t6z23N_YRTkMMVUEPzmlFMkMzewk,30935
+scipy/optimize/tests/test_cobyla.py,sha256=aDeGZw7EH9DCnnEp40FY-MFM4zk3R5NPprnyW3LTZ_E,5437
+scipy/optimize/tests/test_constraint_conversion.py,sha256=ib0hzSBpHty30rMRHEug5ESN2PPXXHyujdwiCUDjnH4,12161
+scipy/optimize/tests/test_constraints.py,sha256=cn-3BR5et1YJ4FSgvu8bVFsSmLeSqzoVDbcBlR6AvL8,9663
+scipy/optimize/tests/test_cython_optimize.py,sha256=XmUrnJrxWKWfH5337FiCAfCV6djffjpQWVg1olG1vg0,2730
+scipy/optimize/tests/test_differentiable_functions.py,sha256=h3F9dLx-18mV3iSOuGZPHHC0JV0nszMYlak6q7LLHmA,27777
+scipy/optimize/tests/test_differentiate.py,sha256=z452w6AsOSxqtr2ykBrKXSomxOCVhNYXGCquSMQIy04,15926
+scipy/optimize/tests/test_direct.py,sha256=_JopiGDv5bJeZuALeYyE5a9umkHw21Z-r7yfWbFtdtQ,13470
+scipy/optimize/tests/test_hessian_update_strategy.py,sha256=Wff9cHabaF98onJS3pTR-nOre9uIKWcsjwQZ0k9eCPY,10323
+scipy/optimize/tests/test_isotonic_regression.py,sha256=h81VacabdXRg0CXrxmm2Q6zBI100sxC89bKdScM9ouM,7171
+scipy/optimize/tests/test_lbfgsb_hessinv.py,sha256=8_Bvj0kpB1mvK3fmh3v_vsYCrH8iFTnmaVjqe1EnSGA,1180
+scipy/optimize/tests/test_lbfgsb_setulb.py,sha256=MBgku6a6vtpw8BWoGQNQygMhxYMhMV8vnbpJxXTL8RQ,3727
+scipy/optimize/tests/test_least_squares.py,sha256=EsIjLhRNICefAvsODXlVI8x8xor0GT9APGfkDFJVmzY,34822
+scipy/optimize/tests/test_linear_assignment.py,sha256=51pamAv4Kf0zrqIUkxk-8iFVF4-iZS6F8CxVH1h0J1A,4201
+scipy/optimize/tests/test_linesearch.py,sha256=0y2A8OGW749xhQdw530qfH75GiJ5N-JmY4zKPbtW5-8,11230
+scipy/optimize/tests/test_linprog.py,sha256=Ddt12X_dLsAowsJxnL5nASgLHtvLuQruGueu59Tye2M,99462
+scipy/optimize/tests/test_lsq_common.py,sha256=AXdfzIlCO5gQa3gy7Ou9mp1SAHD8-qMP1yCyfK1kaI4,9797
+scipy/optimize/tests/test_lsq_linear.py,sha256=mxw9ot2qoE8uHzCuJZ4FZ_eKYjlur7sG8smqXx-952o,11145
+scipy/optimize/tests/test_milp.py,sha256=0vwenAWdg--VjEJbZrG_agTQARI5v6wXGdEoZvhfaoM,14938
+scipy/optimize/tests/test_minimize_constrained.py,sha256=eX3VCEGQUOM8gPzkdQqYtkRSKWTgYXjpwVLrpB1YnVs,27328
+scipy/optimize/tests/test_minpack.py,sha256=-HKM7kSmYuC54cXgF5bvPz1yho9mKWZSA3AMVpy_BBg,42440
+scipy/optimize/tests/test_nnls.py,sha256=hbqSgthyvAPxhLHTIYYQOrLHNdn0XA5G0eRxcWDyzcQ,19512
+scipy/optimize/tests/test_nonlin.py,sha256=YFtOa0TlziAW-xOqe5lxjw370FcNE_dVZ9b2OET-qb0,19027
+scipy/optimize/tests/test_optimize.py,sha256=pMsJ161mIpJibFS6wlrfvKzT4gGaSRQLkTAq-oSG19Q,126535
+scipy/optimize/tests/test_quadratic_assignment.py,sha256=C_jLzYepRtwE5iQVbsXJvuzQE6vFzLwSOGWfofP1LSc,16738
+scipy/optimize/tests/test_regression.py,sha256=jc-uV89QavAhf34j8J2riNxYY9gIIgOddrRMV5ltC0Y,1117
+scipy/optimize/tests/test_slsqp.py,sha256=VwGhdCImOwE3Xq2aTxB5AT4f1tNN4U_Nc0J94q78cdQ,23866
+scipy/optimize/tests/test_tnc.py,sha256=XWL1j_u_9ZrkUBOfyFVytIAdD_dw5rRo-0w5IHx_7PM,13045
+scipy/optimize/tests/test_trustregion.py,sha256=S57y-AFuek-24XWgUozVMLaoTGySNufU84-nZ8bo-6o,4813
+scipy/optimize/tests/test_trustregion_exact.py,sha256=0rw6xflyPotyI0iiuJIucXjWunzS7WJdKDbat7zjvFc,13303
+scipy/optimize/tests/test_trustregion_krylov.py,sha256=S9GEHBHe_59OEEbR16q0ukOWOGpk6FFqUyBKZDGPgHc,6805
+scipy/optimize/tests/test_zeros.py,sha256=44NYWCf258SpbG4X17hbyvqx-hqCcOoUl0PnwZijptQ,36630
+scipy/optimize/tnc.py,sha256=KF2pfcTx3eNBqx0xCABBjmomGmNdal9KrBKtmjaLgWY,964
+scipy/optimize/zeros.py,sha256=ngRMAKNJ60Acb_zYjD4XPn9FKMizByjQeufD5wmlJRg,825
+scipy/signal/__init__.py,sha256=fH2AZexuTrr3INWXnqhNzwRe4fpxr_qUUzzdXFxTSIo,14329
+scipy/signal/_arraytools.py,sha256=W7k_0e3AW8Lz3RLPAmi4SXnJMge9N3y1-VZcvetm2jM,8558
+scipy/signal/_bsplines.py,sha256=qhxiilrE-SS_ztGnI94eczUB9thXD3w9ZWWr6KZ7aDs,16250
+scipy/signal/_czt.py,sha256=dhVmn1ScMOn8rzcvaou8n5s4ik8mlPH7BPsViaSA_so,20020
+scipy/signal/_filter_design.py,sha256=4K34jq5hX0SC660lMoaEfZ9gk-SwZ_Th6T2jU2yHXNo,192226
+scipy/signal/_fir_filter_design.py,sha256=YlhSw1siaJCLV0aRbVr1BC1C6dc51oL4afY7OjaI3jY,50682
+scipy/signal/_lti_conversion.py,sha256=x_Ppo57VMk-Pvk3lKOuz2mGP934aH-H8Z8adZib8-lE,16675
+scipy/signal/_ltisys.py,sha256=Z2oCb--KJTv10lgp-wBkQwS9tPvGi6UciDXXamS_nmg,119850
+scipy/signal/_max_len_seq.py,sha256=oVUkL3qSfM1_FDWY_AcUI5fFi2vBQH0f1iXiDVOrIbE,5199
+scipy/signal/_max_len_seq_inner.cp39-win_amd64.dll.a,sha256=tpq6ZmzcgPDKqHnZuV6ilHUpHOxF8ebrwBoe24vNFc8,1668
+scipy/signal/_max_len_seq_inner.cp39-win_amd64.pyd,sha256=7zl6kEOpHzmsGyi1wvTfa5hTbtjMHt47qDEMOKf_LSE,1005568
+scipy/signal/_peak_finding.py,sha256=g7-zEKNdR1CxtAPtP5snOpgSPQTQZag0Q1s-WcCsZZs,50204
+scipy/signal/_peak_finding_utils.cp39-win_amd64.dll.a,sha256=TGSemBkJJfkQWLrcVABr13F1GgY08ii_zBBa6_4GPh8,1684
+scipy/signal/_peak_finding_utils.cp39-win_amd64.pyd,sha256=GogHKXsLVyhOeERUv-nULhT2tKFwn8GGeunBdmzJl1g,274432
+scipy/signal/_savitzky_golay.py,sha256=TA5zbmZeExTMJS2ORPe4BJ23PfS7NHKkoOTjRj552z8,13774
+scipy/signal/_short_time_fft.py,sha256=3gUdJN9n0llTXqjU_ve-QA_0VApY9HX4azr6peDUDvE,75139
+scipy/signal/_signaltools.py,sha256=fzJzR3ok19I7M95ZznQyaEaw_83mmbt5PxAfZWVXaNQ,162218
+scipy/signal/_sigtools.cp39-win_amd64.dll.a,sha256=XPHImt2O3nVVCJLPPq0fW1-SN2DuRW35PtT-lX5IhZA,1564
+scipy/signal/_sigtools.cp39-win_amd64.pyd,sha256=XcT5UyXY_QP4xI1itpxqkeSC28A_xLJ2aIuppChxl9o,123904
+scipy/signal/_sosfilt.cp39-win_amd64.dll.a,sha256=2w951xE1WpYgPbx4HyjFZ08R0ynOx-vQOb_-MXRuYdk,1548
+scipy/signal/_sosfilt.cp39-win_amd64.pyd,sha256=6tU2XnR7YNHhVxWOJzUHZDjxRGAA8hu5tQI8EWcXDBo,284672
+scipy/signal/_spectral.cp39-win_amd64.dll.a,sha256=XUmAQhZ1Ki_uL3U_3yhJb4YMe0G-hbmo1aOWgZ-nIpg,1564
+scipy/signal/_spectral.cp39-win_amd64.pyd,sha256=NMEukRlDKkLRC7L96VCUhI44EPxbR8EsCbvap7gh7jI,1009152
+scipy/signal/_spectral_py.py,sha256=uZmMN52Fvw7tXuvzYgJDCt_ExNbWp7y0TImEkUhWS7g,80507
+scipy/signal/_spline.cp39-win_amd64.dll.a,sha256=5ydUsn984ahEJ1VU8bOSYvrHqy6h_rwPaIjulQf-j2Y,1540
+scipy/signal/_spline.cp39-win_amd64.pyd,sha256=COvX1Qf5xpKD3bGpd3a-ezzwDrihfGTuzHxTTwdEdug,84480
+scipy/signal/_upfirdn.py,sha256=SZeLNVfPAOjmX6Bqjh0xvoUehjYcPFpJ3wwLwqf7RJg,8098
+scipy/signal/_upfirdn_apply.cp39-win_amd64.dll.a,sha256=vqvRedabekaMPMTa71FCFKRuoL7NaNw2E7qxlyPTVgI,1620
+scipy/signal/_upfirdn_apply.cp39-win_amd64.pyd,sha256=D2CT_We4FulZkLiIfu4DoJbmukEiGnoNW5mPMTB1Jww,367104
+scipy/signal/_waveforms.py,sha256=SjUjL0zu-cOy1V-xsWxzz3tkwT7ycG4LXlJdQbiuKiY,21195
+scipy/signal/_wavelets.py,sha256=Ed42rmbMTF1gDrkvvZj5foxEV73q6XhiijCHJHZ75js,16651
+scipy/signal/bsplines.py,sha256=ZYfKCFSDRBTkPb6YO1VakXlYmt-MukMeAKj9mD6KCHE,761
+scipy/signal/filter_design.py,sha256=_QriamQ5xlcALbbu99bhiOOH8YT5wE6jyV5VD_A4q3M,1505
+scipy/signal/fir_filter_design.py,sha256=uPZDlO9HNEvqzqYJVedyqD93-DfTcPOjsVRQX9zwzwc,788
+scipy/signal/lti_conversion.py,sha256=4QYYriDXwapouFyJ1bldIguKbxMlTX1rA4aZC_jt4v8,728
+scipy/signal/ltisys.py,sha256=0OFS8lKTtd2IB126RnkFdMYZEdbHanc02SqXcWFNq4I,1176
+scipy/signal/signaltools.py,sha256=aZUkwLC_U5lDup43svcw7fr3xMgHfJk1fd5sZFLzr2c,1208
+scipy/signal/spectral.py,sha256=RzHRkz_0kOZaS9gHuyLgtoY-lDN6-50M42Vz3bO1HEU,745
+scipy/signal/spline.py,sha256=4xylmC4JyNUioC_v_jsn4fdi2aFMVOy23Id14X8Q9wM,836
+scipy/signal/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/signal/tests/_scipy_spectral_test_shim.py,sha256=mDThCaIAywm55MH8pqan8xUBhNlpYNSwXZpwunLp6K4,20483
+scipy/signal/tests/mpsig.py,sha256=3cd_WPgz9dkjalruhXxxAPYCV8Kzs0L8CH4h-0W8jX4,3430
+scipy/signal/tests/test_array_tools.py,sha256=GHjEyc4Q-O3PN9C9R1CCQ2Izm-LKGZhg5mX5gZ_FxUk,3743
+scipy/signal/tests/test_bsplines.py,sha256=hJ5NvO8Zc1XPiBjrJKfPQ9O2l1W1Px3RFQizEh9uvA8,9041
+scipy/signal/tests/test_cont2discrete.py,sha256=1vzkouv0wINTChU3pmQksPPbN9WQ3sbL7l0hahGnOnY,15021
+scipy/signal/tests/test_czt.py,sha256=gSrHRP4imVuSnNrYkNrxvb4sdYnAFp6rRUMFr-4C6Qs,7212
+scipy/signal/tests/test_dltisys.py,sha256=2ETM-Wwlgc-p6-Vbpu7-Mz1Vp6UK51M8qR2yvb70gOg,22156
+scipy/signal/tests/test_filter_design.py,sha256=emqmQA_6KH9-nY-_thP1mxlATJKHn2FQJHmvEPaQQTg,198180
+scipy/signal/tests/test_fir_filter_design.py,sha256=7-bPodaKeTsP3gEMXhIw96a-YrE2MgFV3rlpP4Yd6Sc,30638
+scipy/signal/tests/test_ltisys.py,sha256=mEtvF61ENtxS6sfoe2ivNei-mXd-5dnT5iQULHRtQ-A,46429
+scipy/signal/tests/test_max_len_seq.py,sha256=8caIaIvvSgV9zsQ8t2MnNBeOSBLqJajPISerank05Qo,3171
+scipy/signal/tests/test_peak_finding.py,sha256=wGIxBw9M10mWvrYNtUTGal7HVocplloRf5qRIOuOV-c,34754
+scipy/signal/tests/test_result_type.py,sha256=zWsEnxBFDAKmi9IhebffJbvjY9R2aO0kFtUm7skwAm8,1679
+scipy/signal/tests/test_savitzky_golay.py,sha256=e7NiioSNnsP2SXYW6xc_ygBPLske5eDIjVf6GjUCIQo,12782
+scipy/signal/tests/test_short_time_fft.py,sha256=1dGTYdXRAn3h_CJY7MucN_DovcDoKuPvSZcIRF3Syx4,35314
+scipy/signal/tests/test_signaltools.py,sha256=ugLYkVC7EBNXFzadx17AmdhLiekSltwTEGqVNOUc1ZY,145138
+scipy/signal/tests/test_spectral.py,sha256=UOfgZ8wRFrxrqNBLP13a8yUTXreYGtHK1zu3MS2EYlg,65488
+scipy/signal/tests/test_upfirdn.py,sha256=qpJJpoo_Hl0yk7pkuDIAQd6Zgs7CIX5_jE6qhHNICJk,11527
+scipy/signal/tests/test_waveforms.py,sha256=j80USvnR7ddMZZeqQ5PeiHbJ5m4E7qHG7QbVD5TxKA4,12326
+scipy/signal/tests/test_wavelets.py,sha256=_RGwdTrq5bOJhbBJNTlrcP0HGF5H3utiNv_zTfr4edg,6882
+scipy/signal/tests/test_windows.py,sha256=pYFLpJij_6QMdREBieWqCw9KcUORoquAtBgIRPYgfXo,41836
+scipy/signal/waveforms.py,sha256=YRq5urkoch1Ds5UapLlAqRA3u3TUdUj1oLd0knhRXe4,693
+scipy/signal/wavelets.py,sha256=k-Ic_dp3OXXwcay9lq91nIn1s3xLCBK-rGdAlfijrfE,632
+scipy/signal/windows/__init__.py,sha256=G97xwCUcxrUmZO1pb3K_VfzlyUrzcJYpGjMN9UWWC2k,2171
+scipy/signal/windows/_windows.py,sha256=LGrWA14Bumyj7RZUDRIy_tL1Rqw3nOBk0k4g7oueB7g,85981
+scipy/signal/windows/windows.py,sha256=a5ffA3zEmDdcNUDYiQ8Lcen36nEXCixMQn2U4FBQ5kA,903
+scipy/sparse/__init__.py,sha256=HLeZGtUqc2AlDSnRAgU0Od9xZ7gl8DSz4E6Be3e6VPc,9596
+scipy/sparse/_base.py,sha256=r1H97l3S1zMk7iET3QCqRdwBcRstSpxpbxf6fYwc8o8,54125
+scipy/sparse/_bsr.py,sha256=UgkAR3LWVh5i1frWWbXNd7MEpHHidGw7ZsqzqaCjM7E,31129
+scipy/sparse/_compressed.py,sha256=Qtq7P1ruDsRjvTMw_IdaVucDM2Ut2NNJNUVHpX-NAcw,54724
+scipy/sparse/_construct.py,sha256=gSeVjfNRBk9Q9Dwbqb8nYZpjYwW1hTWa56Rjz1lowrw,48580
+scipy/sparse/_coo.py,sha256=uYB1KBXaJCFPqmZTNX7_oo-T0yyjNWYmA4dTrIPxu0Y,32619
+scipy/sparse/_csc.py,sha256=FVIItYuIYfSp3MhmVfLSBx48BX2L6xvq7-ZccbNzoto,11421
+scipy/sparse/_csparsetools.cp39-win_amd64.dll.a,sha256=qLfvbah0UdMEml_74cyBj4U2dxigFqx8ZY3uq98CNb4,1612
+scipy/sparse/_csparsetools.cp39-win_amd64.pyd,sha256=PA-JVkLR1p0kgN9ju19rrxv6HrSVK0HNSaknq70eBXU,760832
+scipy/sparse/_csr.py,sha256=sRu0sJxb_Z_xsExh7aTmx2_V74FR_TNYKnux2m2Wy-U,16166
+scipy/sparse/_data.py,sha256=Nh2nIUJVsUIWXm3VcqsIbm7HFIhR9lraO0OQBLr47Zk,17725
+scipy/sparse/_dia.py,sha256=FGYHUOBIBQLxNtvFIpPe7HWUt19QwoMLJMafTWHTA48,19470
+scipy/sparse/_dok.py,sha256=JIIvy0PgXelOOgVR3rmKbw5pHNdforPxJCIlAEqjqsQ,22873
+scipy/sparse/_extract.py,sha256=2Dsbnq2DpthHCZgPqeckpVoAi2z4eULH8s-sz_9tYPQ,5165
+scipy/sparse/_index.py,sha256=Il5CqTi56jpP8XUJwV4Lod87c9jf0VsvPpb0momqCao,13671
+scipy/sparse/_lil.py,sha256=hY1C8Cb75QtRTo3riYWUC1oRCk21QutoiHqMjCA9UUg,21246
+scipy/sparse/_matrix.py,sha256=AENnr8pqeJM_-i4yCKP_ovO91m-LESoicbDkJQYmfPM,3194
+scipy/sparse/_matrix_io.py,sha256=__pQRY6H9O6KHX7W0t76OK3Fih6kJ7vSYc5y57ZpnXk,6172
+scipy/sparse/_sparsetools.cp39-win_amd64.dll.a,sha256=mOqyfI3P1Zmra5AL_-Xu9MKTCxoWgCh0u15VJjk9KZw,1596
+scipy/sparse/_sparsetools.cp39-win_amd64.pyd,sha256=LjDcW7frvZ-9txz99FxQ-HjlzfoppIn6NPCz-7lmfgU,4189184
+scipy/sparse/_spfuncs.py,sha256=vwBEj6xNGh1V17dONJX76wCAj9iFfmteGqh48DZ_vng,2063
+scipy/sparse/_sputils.py,sha256=FrGmY1S_V68HH8C8KJGLf8BquMuRBUFvri66HBNjkpg,14996
+scipy/sparse/base.py,sha256=JL80rDo0TwYloUa1n4tyLRxb_e6lp2ermCU4f0YkG4k,824
+scipy/sparse/bsr.py,sha256=QSzbgv-z06WX8-uPsUnkow_tI2SKMjzbaIp_EWXLmvU,847
+scipy/sparse/compressed.py,sha256=wx4UDp1GEYdVvdxZg7HdnAVhCYhfWb1Sg4zZICB9rbo,1052
+scipy/sparse/construct.py,sha256=expKWVHfVSTs_809lRGCyJM1zm9urS2cECQdPiqmgAo,969
+scipy/sparse/coo.py,sha256=irEGMbdj__vcKOQOcqARXS-exo17SFl7cplcmOOQ1qc,881
+scipy/sparse/csc.py,sha256=2zsFtNCw5agBC2g8U-AUtB_PbQfVrPgPhzUSQ2bpA_A,634
+scipy/sparse/csgraph/__init__.py,sha256=qDn3IX1VAWjclSfhoY0hKIZGJ_SNheENl-LUO2YIlqw,7961
+scipy/sparse/csgraph/_flow.cp39-win_amd64.dll.a,sha256=-cx1r9gLbFsovPQjyzhPEswjUOkqRnXiqN2L6uotFZY,1516
+scipy/sparse/csgraph/_flow.cp39-win_amd64.pyd,sha256=h3ALeC21x0uMYasZlDpY87u-C6Ve0gPp6mxxDghTVn8,308224
+scipy/sparse/csgraph/_laplacian.py,sha256=5imF-yW1747hr0lB_xiC7B2b23HkP-VXJxJ44jLDfko,18771
+scipy/sparse/csgraph/_matching.cp39-win_amd64.dll.a,sha256=iavHzk1z5WGDW_3OPXb3_XgY3m1s_xkBHkfprZ03fVo,1564
+scipy/sparse/csgraph/_matching.cp39-win_amd64.pyd,sha256=Xu5w5BYNslaSotuqAeYco8E51qEWb7YaztFtpKCSCSI,317440
+scipy/sparse/csgraph/_min_spanning_tree.cp39-win_amd64.dll.a,sha256=VnQJIImmavOO9XszAWhaO4G9WvGRClzLKqUtELhzIe4,1668
+scipy/sparse/csgraph/_min_spanning_tree.cp39-win_amd64.pyd,sha256=AY_wNojeSeENhz834HGBdpCo3AKyNQCRvktfFD_AsaU,238080
+scipy/sparse/csgraph/_reordering.cp39-win_amd64.dll.a,sha256=pv2nhOEezuE9airR-qPs3x9eEWNADrYAzZs6N3wxfJo,1588
+scipy/sparse/csgraph/_reordering.cp39-win_amd64.pyd,sha256=E4ExZGoC-kYZIvjBUKlY5DcSPnZ5kQs9g97neNdS_AY,304640
+scipy/sparse/csgraph/_shortest_path.cp39-win_amd64.dll.a,sha256=0PFi4Zs4BwJSwDFfktpqElUjKoZPChyUMDDIFLfLf4s,1620
+scipy/sparse/csgraph/_shortest_path.cp39-win_amd64.pyd,sha256=NvOJav7ZYSKzE8A8cPHNXPB5OX1cW6lWpMgwG4-dapA,452608
+scipy/sparse/csgraph/_tools.cp39-win_amd64.dll.a,sha256=5vjyRbh_T-xkFB7GOYY8eGAI4z42qOpI6_U0-l3sZKU,1524
+scipy/sparse/csgraph/_tools.cp39-win_amd64.pyd,sha256=SPvrlD2PdmFY41TVN7nds8CfkX4h2aEI-r5CHavyNH4,177152
+scipy/sparse/csgraph/_traversal.cp39-win_amd64.dll.a,sha256=5-pznpYlFJWmQG2hJxzOhcNa0BwwD7G65cdHnA-CxbE,1572
+scipy/sparse/csgraph/_traversal.cp39-win_amd64.pyd,sha256=KLNIxljxmvG2TZHcipHwof2TVB7VlDpFCTnmsBUwVIM,624640
+scipy/sparse/csgraph/_validation.py,sha256=fmwYnUz1dqo9ronNI3g8RtjxBALgW-6z77cONv8c-hQ,2537
+scipy/sparse/csgraph/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/sparse/csgraph/tests/test_connected_components.py,sha256=HiW9gS_ttLPBl9XvdVCRZGRKfWdoiW4PsmVTqp1Q-kQ,4067
+scipy/sparse/csgraph/tests/test_conversions.py,sha256=s0xD-47azJTCrYl3u1Gb7A6k2frjRnYYKXyomPAH2ug,1917
+scipy/sparse/csgraph/tests/test_flow.py,sha256=FDRd335RogmRkkRtH_wUwylXXYr-3WUFwqvktzHLWlM,7621
+scipy/sparse/csgraph/tests/test_graph_laplacian.py,sha256=voWlNpjqyE7ksNiPV4abXv-4ZCkn8bdCc2PRAwO52ew,11359
+scipy/sparse/csgraph/tests/test_matching.py,sha256=GEoiMXISJlDsyVfWR0LS2fH1YkOpSJzyiyuZWcEbwMk,12238
+scipy/sparse/csgraph/tests/test_pydata_sparse.py,sha256=klNb8q050ogW-Sw_ROJt3Ujd8pajnPTFIz34SNOYYJ0,3750
+scipy/sparse/csgraph/tests/test_reordering.py,sha256=4YgPFLLffko_c_k1QpqUd2NvXAwIsVbsECnIFNuVHmA,2683
+scipy/sparse/csgraph/tests/test_shortest_path.py,sha256=0QopCD2rVQU1olqq_I1YNvBlfRC717LZta_pGOUg16M,14836
+scipy/sparse/csgraph/tests/test_spanning_tree.py,sha256=HfH-MvJm86KJoeIKAyuhgkzqU5VxvJEamusUAjPeiOg,2234
+scipy/sparse/csgraph/tests/test_traversal.py,sha256=6kHqs9jJSzi5qrBGkP5A7LenAI646d-eg1ZoN5eobgU,2921
+scipy/sparse/csr.py,sha256=pVwLe3hgplNxZCjDixenMe2_UhHwHnNm_uNTb8X1Ytw,685
+scipy/sparse/data.py,sha256=jBxVtluwVoejuNTf-QYgAYw3DdQpJiXM4WfgMUd_SV0,596
+scipy/sparse/dia.py,sha256=FI2MAFv_1H0zFa6rrjdE-UZC-TBilpKVdGAspwpL0yY,718
+scipy/sparse/dok.py,sha256=GdVpJOh-A6vtT3hR-73ziDU1-V0PFdPVUAfqeTTvUTo,765
+scipy/sparse/extract.py,sha256=tcwXkf3fvxKg4PotXMrvrjeMzCgqvUQBbDBzrKdLEJo,590
+scipy/sparse/lil.py,sha256=-8OevezbOf1Car1z9mjlfaBOQactS4wWQtEmzIPDBtE,765
+scipy/sparse/linalg/__init__.py,sha256=Tkrzqd0JaFrVJLC1CtQOmIQC37_ceXPTrTQDKCa4xOg,4145
+scipy/sparse/linalg/_dsolve/__init__.py,sha256=kacCyi9C3cT-m5LKPk8RPUhbjPToaL1dZ9V-UEbJD0c,2062
+scipy/sparse/linalg/_dsolve/_add_newdocs.py,sha256=4NQF7CmyoMBGK9Z_QwULJjgdwiugSyIJXP7Dv-U0XQ0,4065
+scipy/sparse/linalg/_dsolve/_superlu.cp39-win_amd64.dll.a,sha256=vchGMObTNbGl9ZAUBADz2UxUHmLXt-cdqQwPGb00Bis,1548
+scipy/sparse/linalg/_dsolve/_superlu.cp39-win_amd64.pyd,sha256=gAz7LPo7JjiUggGI1RMeN-6XzJ0dgq33b1_WacDH1Ng,412160
+scipy/sparse/linalg/_dsolve/linsolve.py,sha256=xAo02lX8un8dEQAmebAjtyP0zKKF1uGp_VuXuQuOIJw,27232
+scipy/sparse/linalg/_dsolve/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/sparse/linalg/_dsolve/tests/test_linsolve.py,sha256=aRc3Hvcq0oKLY38n2KWd0kjpM1bdaZ_vHh29Al6TGaU,28589
+scipy/sparse/linalg/_eigen/__init__.py,sha256=013F3u6pMe0J0wKjMFq_a1jSuO-pwS_h_XzmJI3xfMM,482
+scipy/sparse/linalg/_eigen/_svds.py,sha256=IpdPMgpB0-WLqOxPad4Q6060-m_W2IRQ5TzknRNwKCA,20784
+scipy/sparse/linalg/_eigen/_svds_doc.py,sha256=EoiLm60_nxfHhizy2cG6N93fs5V5g8GV_j-ivhf5Cdk,16005
+scipy/sparse/linalg/_eigen/arpack/COPYING,sha256=_LPGx94UYM99CGPDxZluUY64AVouztNpEfPaF4RAs98,1937
+scipy/sparse/linalg/_eigen/arpack/__init__.py,sha256=EU0vXuTlZzMcXxCITUTVxUZ_N0EgcDF06Q2rMzy0Q3o,582
+scipy/sparse/linalg/_eigen/arpack/_arpack.cp39-win_amd64.dll.a,sha256=leuIQjGESPIGNd4pWLhFqfKO6E8Oweq2iMRVgAc5azc,1540
+scipy/sparse/linalg/_eigen/arpack/_arpack.cp39-win_amd64.pyd,sha256=oW6z5fUOw7ZWIg7pySunPM0KAs1Y2BMHMGh_WU1xtAY,799744
+scipy/sparse/linalg/_eigen/arpack/arpack.py,sha256=_8BUYPXO5lpi_H7XxDmO87SZYjfV4MQqiDV7DIhacWI,69103
+scipy/sparse/linalg/_eigen/arpack/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/sparse/linalg/_eigen/arpack/tests/test_arpack.py,sha256=Rlm-Fm25WDegCn422wcGCXwx909okcR2cQSVOJYBvHI,24468
+scipy/sparse/linalg/_eigen/lobpcg/__init__.py,sha256=8aw6542gPHNriFRBENTZ5rb1M3cqJKToG--paaqpaxM,436
+scipy/sparse/linalg/_eigen/lobpcg/lobpcg.py,sha256=qSqRfT2i7aqbVePMJL83Gmovql5s5sfzyDGYzctYVww,43017
+scipy/sparse/linalg/_eigen/lobpcg/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/sparse/linalg/_eigen/lobpcg/tests/test_lobpcg.py,sha256=WABPdYlKlUhRHWVIo7Q2RGA-3wwD_9FUywwuyLdrZA8,24458
+scipy/sparse/linalg/_eigen/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/sparse/linalg/_eigen/tests/test_svds.py,sha256=g10o3WNw2ycEglgfCdtatiMHngxGj-ODiz0MRSKDEVM,37030
+scipy/sparse/linalg/_expm_multiply.py,sha256=eDxFOfSuievrru-l7ktsp5aJqtOatvpqUMac1rowIsg,27122
+scipy/sparse/linalg/_interface.py,sha256=ZL3f_IP4pUi7FGRhf6rbkNQeH1xLH3c1Iyc9oZ1ZEZQ,28875
+scipy/sparse/linalg/_isolve/__init__.py,sha256=rFcoMYM70Tbtjlc3xhWhgjdNHUOwc4TSV1sOFZwL6Gw,499
+scipy/sparse/linalg/_isolve/_gcrotmk.py,sha256=UcnjruHTMrTeSYRF5h_RBj_1OoMtJkCBE_t4e2qxN6g,16726
+scipy/sparse/linalg/_isolve/iterative.py,sha256=Ty0g_m7dUPQxJQ1OrENv2qYUUekOasCbAwlV-cXEeWc,36847
+scipy/sparse/linalg/_isolve/lgmres.py,sha256=JoXIngYHL-zjxpRsGUn14zMEQUtnrKicV4WObazOOQk,9401
+scipy/sparse/linalg/_isolve/lsmr.py,sha256=-TOkfv2dcjZYhk0C0zI7OK3mkV0ytSFil75ngO3t4aI,16139
+scipy/sparse/linalg/_isolve/lsqr.py,sha256=6pld_K09HE1YPVYCSMEWfWynJoUR2cqnkHHB1-6hngQ,21801
+scipy/sparse/linalg/_isolve/minres.py,sha256=f7iMkQ1kj95OC5CkO6DQO5w_Zk2G61rzrGbZsFJuufg,11998
+scipy/sparse/linalg/_isolve/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/sparse/linalg/_isolve/tests/test_gcrotmk.py,sha256=utTSPmJ1OZPN_qEeCezs9FWSAYsh_P1ae53JYAn-3x4,5578
+scipy/sparse/linalg/_isolve/tests/test_iterative.py,sha256=zx65IlDAb2g-VVqJh_5l2qSS8Y4EV5msKHKAemBlTK0,26422
+scipy/sparse/linalg/_isolve/tests/test_lgmres.py,sha256=JpvwkFXdDyTF5bmQamomfllVJVdEqgMW4RHRfyC4EHs,7275
+scipy/sparse/linalg/_isolve/tests/test_lsmr.py,sha256=H6BTOYSAtri-W0OzpJNGDYqIdliXB4egC1qrnDsGaT8,6550
+scipy/sparse/linalg/_isolve/tests/test_lsqr.py,sha256=KiB1ndwvfJ1oRE1NezjiQAifBVP8uZIvyhY109P2m0c,3874
+scipy/sparse/linalg/_isolve/tests/test_minres.py,sha256=QgErAFy1NTZDB_IjcKx0TZcpH7zmqTCRpt67h3DSg64,2532
+scipy/sparse/linalg/_isolve/tests/test_utils.py,sha256=W_ERpPV4ZfxThvgBHxuyhiTBmmfSbQKFFZaSK25mGBg,274
+scipy/sparse/linalg/_isolve/tfqmr.py,sha256=TZnfW_I-Kn6jO_uVjB4hcf399eSLwW5p0eTWv9JaMxI,6880
+scipy/sparse/linalg/_isolve/utils.py,sha256=LjktcTFezfc_dtnhxbzOfGB-TZhsjTxx_CDVLDA4MZE,3725
+scipy/sparse/linalg/_matfuncs.py,sha256=ocotsbEuxi-0o6ZagJq_7iC5UFJexqDVA-dS9mAYRRA,30325
+scipy/sparse/linalg/_norm.py,sha256=ORHvQ7Pz-idLk-htCVSvAvlkdJG-ykKKXa-voelRr9A,6260
+scipy/sparse/linalg/_onenormest.py,sha256=Ep8GIsh0rx7TlL2azhWfCm_vm6DK5zVtSljwMt2WISE,15953
+scipy/sparse/linalg/_propack/_cpropack.cp39-win_amd64.dll.a,sha256=MLv3Kfo_vj5KnybfFaG8t8JVD5xAljr4vl8RIrXB0-8,1564
+scipy/sparse/linalg/_propack/_cpropack.cp39-win_amd64.pyd,sha256=bwUSc_Xuy36e7ZyhgGvk4_XCoqtDTCO-oLpI32T3yfg,479232
+scipy/sparse/linalg/_propack/_dpropack.cp39-win_amd64.dll.a,sha256=IDd-HECUjQDEuE4i2jPnKUjOJeYqLIWHeoXgJY9XZMI,1564
+scipy/sparse/linalg/_propack/_dpropack.cp39-win_amd64.pyd,sha256=JT3_gkdVwn_gVPQgBSGwkUJfqWtxEEKomQUEUNXx1SY,448512
+scipy/sparse/linalg/_propack/_spropack.cp39-win_amd64.dll.a,sha256=UqVbk4GnZJVKPhHYml7l8HBRfMe01EheDYTjTNpseVI,1564
+scipy/sparse/linalg/_propack/_spropack.cp39-win_amd64.pyd,sha256=xdN1HaFL9REZH04hR2o9fI5cMTsrFbRSFO64Pq5va6U,450048
+scipy/sparse/linalg/_propack/_zpropack.cp39-win_amd64.dll.a,sha256=3Bc80oRFLDNhEo_r_cS2X6p8Ltw7du8Sc2Ve6m5XZzk,1564
+scipy/sparse/linalg/_propack/_zpropack.cp39-win_amd64.pyd,sha256=Euartug2JmGj0Be60YrnCHRuTgMWo2DMGwdSDl3BKXU,469504
+scipy/sparse/linalg/_special_sparse_arrays.py,sha256=Sg9dmMxm-2_U2C9pF-KeDQSiKjcLXleOn24UzfiqXXs,35246
+scipy/sparse/linalg/_svdp.py,sha256=RGMIJrf3u9tiO0HiybGkXovLxVooVa0U25QkImuM6Zk,11730
+scipy/sparse/linalg/dsolve.py,sha256=sfGJEXQ4lzZNi1XrpxrUnv9H2HyYbd_MC8TrCSqhyho,721
+scipy/sparse/linalg/eigen.py,sha256=eVsVKh6PJv5yToPAZrBGkbXafLuVsZPTeqe60YAj0LQ,687
+scipy/sparse/linalg/interface.py,sha256=19D-A1Fpnj_6RFMfIlzXOc9FFRVIZ0bja_QRuC9CLas,704
+scipy/sparse/linalg/isolve.py,sha256=_UyMkdBJ0PI_bT1A9s_wUekhlFp8u1teot66-TpMQhc,693
+scipy/sparse/linalg/matfuncs.py,sha256=lhuLmWkMNKBHA2xuNVanK43R2aMsLZJcos4BQhhr9Qg,719
+scipy/sparse/linalg/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/sparse/linalg/tests/propack_test_data.npz,sha256=v-NNmpI1Pgj0APODcTblU6jpHUQRhpE9ObWb-KYnu6M,600350
+scipy/sparse/linalg/tests/test_expm_multiply.py,sha256=looGI5_o6CTlX5WnohlnsW_qPIofdrmpVl75yVUqLvI,14301
+scipy/sparse/linalg/tests/test_interface.py,sha256=AoiAmDNBot5HDtyTWN9Ymjx70MuJtUVZ0av4rvWglw8,18434
+scipy/sparse/linalg/tests/test_matfuncs.py,sha256=lPvG9v9QpSB9hQedbNpXYxIM_gIHs2IH3LYRwF1e0-8,22483
+scipy/sparse/linalg/tests/test_norm.py,sha256=ZuZ0yjU4U5XmkGkWJLPFTdAwF0T-sNUfaHovTuuXcUI,6304
+scipy/sparse/linalg/tests/test_onenormest.py,sha256=_1CbXJgWFL-72PYjtlheU27jd5xGX90_Vki834yZ6qk,9479
+scipy/sparse/linalg/tests/test_propack.py,sha256=hmtmvvH34DpFxGvV2LO9mhLVMb1ea8k5NLJUOBhl8p0,5704
+scipy/sparse/linalg/tests/test_pydata_sparse.py,sha256=DMlHQ-uhYiTaz5uV7sYlRjhRLThM9qHs9ItNCGtJOaE,6488
+scipy/sparse/linalg/tests/test_special_sparse_arrays.py,sha256=a3CKlj_vI_A45sZgx-36usRCswvQNeutrX0hRK9bkzk,13191
+scipy/sparse/sparsetools.py,sha256=gPjiZqKCFLDgY68WW59SOMVYPjE1CCzARK3QSywCNwE,2266
+scipy/sparse/spfuncs.py,sha256=wWCn33GmSfnR6aHu3L2eTFhbIcOXLaI59PU6gtQpMeM,604
+scipy/sparse/sputils.py,sha256=hMvU6alEf5kux3-vEVVw4e8ssiEhhzU9QgvoGPvFROs,1017
+scipy/sparse/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/sparse/tests/data/csc_py2.npz,sha256=usJ_Gj6x_dEC2uObfdYc6D6C8JY4jjROFChQcZhNAfo,846
+scipy/sparse/tests/data/csc_py3.npz,sha256=axuEMVxwd0F-cgUS0IalpiF8KHW4GNJ3BK6bcjfGnf4,851
+scipy/sparse/tests/test_array_api.py,sha256=3Drk4W7T0EI4dUFTyNmnhinMLAEX_1j0yA5LTPbBw-Y,15026
+scipy/sparse/tests/test_base.py,sha256=QeZw-jV47AwA5my0fG_ZCbuDbLjbSF8CASZknjeAx9Q,196250
+scipy/sparse/tests/test_common1d.py,sha256=NdTGzkYCNEPNj31v_8ANFu5NCBW_6jiDINdAzRrPVL0,16598
+scipy/sparse/tests/test_construct.py,sha256=OXH40umC6HLXRhki9s1MKSKCSbIo2Tg_VasI49vJAqM,34178
+scipy/sparse/tests/test_coo.py,sha256=BSWEDrVnpRjAHfPliskM-6Q9gsFBm3J8DZ0e3P3lSIY,8751
+scipy/sparse/tests/test_csc.py,sha256=ak1_Ka7itovqPa9NltnRgnMx_yvjNNw6sFsPaISZZyU,3056
+scipy/sparse/tests/test_csr.py,sha256=lO-8VvYFr5Q9RxaoxsCpwn_5QXJXo4HrNScDMlQOV44,6671
+scipy/sparse/tests/test_deprecations.py,sha256=ZYhEgae-c5I6rXdeXVGOvOdJtK4SwdHEmIacluFCxlk,676
+scipy/sparse/tests/test_dok.py,sha256=qZSf_xppksWXr37XimNxqzeR8d_xs2lMiblPpy-gloA,6258
+scipy/sparse/tests/test_extract.py,sha256=NJIEcflkpb-k0llvH_6uJMAoaysWliWyi4bRjl0NhN8,1736
+scipy/sparse/tests/test_matrix_io.py,sha256=7SOFHH8giia5Xdm5QmNuu1Sr5rLYtGF916iQYPqIsJU,3414
+scipy/sparse/tests/test_minmax1d.py,sha256=1fhijO10dBMvR2fcwuUuCYkdXLoUhC-3AfEGC_mvjF4,2457
+scipy/sparse/tests/test_sparsetools.py,sha256=5qjHLoIkDjWyiSTJQ0aXK9srBn9ysK2rJkGny5o1FZs,10882
+scipy/sparse/tests/test_spfuncs.py,sha256=jUPhJjGat0YjcEeZWrD6Iz2G3el0ubAyts4ezvbrCM8,3355
+scipy/sparse/tests/test_sputils.py,sha256=ddNCfkxAd75AnzYQNFCqfNY3yvNWEWLJD4II2T8YOqo,7482
+scipy/spatial/__init__.py,sha256=R-KvSAgfE2qCcRt2wtRTFMlkdaoniXqXloDLaayMyLs,3826
+scipy/spatial/_ckdtree.cp39-win_amd64.dll.a,sha256=c1MwqUGoSCfowhW6je0TXKwBP5mcgTg_E63rervJAZA,1548
+scipy/spatial/_ckdtree.cp39-win_amd64.pyd,sha256=IhXGKl51M1EHBoH9ohlErMD2UMZRLdwGaYjnO7fv6mA,1701888
+scipy/spatial/_ckdtree.pyi,sha256=GGsYjAasPsHNWYhkkRfe08fP9mtp1e5kFO9ZM2SS-Ls,6106
+scipy/spatial/_distance_pybind.cp39-win_amd64.dll.a,sha256=333pPDiNMKKp_NrBmK8rUqpyBEMcHaTUELkRFOE8Tic,1644
+scipy/spatial/_distance_pybind.cp39-win_amd64.pyd,sha256=e9xlfHNXEQ10l3mZvOKLBr3Mfe32dTOdVGLsAwxtoKw,1372160
+scipy/spatial/_distance_wrap.cp39-win_amd64.dll.a,sha256=YNmBxLhz5vLm6-ZbquTIu00iCf2TeyC2RFHjyXLIqg8,1620
+scipy/spatial/_distance_wrap.cp39-win_amd64.pyd,sha256=j3U8Q8coshkeyoaNvR5daanZflqKmsmCU6KYHIZP118,111104
+scipy/spatial/_geometric_slerp.py,sha256=BYxiz6U5lSov5Y238WxGbf51yEycmM3HjGgGvOhARVI,8221
+scipy/spatial/_hausdorff.cp39-win_amd64.dll.a,sha256=FKvWqOIQxFv3WUd5qf7hZI6SAowHm8euA_HE46x24dI,1572
+scipy/spatial/_hausdorff.cp39-win_amd64.pyd,sha256=q9bPtRh7B6Z9tbq5UyX_kEuwhsOrkPCm7CTPI8QJ69Q,228864
+scipy/spatial/_kdtree.py,sha256=zVE9nZP-rDaMFfSMiATExFwGHz7TMYmhuI_xQwX933w,34363
+scipy/spatial/_plotutils.py,sha256=DPj2t9Jrs-ujsAeT9IxpxEAPbny1QNfr-GG9rvPNGlg,7529
+scipy/spatial/_procrustes.py,sha256=5k0L3ausfrPyOjQFckcGa9_2BNxZp7E-6R7EY6jNCLE,4561
+scipy/spatial/_qhull.cp39-win_amd64.dll.a,sha256=Rqfl1Otjw5p_q73SXjDGyI9x0G2t8TjZkuzY19VUfMs,1524
+scipy/spatial/_qhull.cp39-win_amd64.pyd,sha256=-ZPKySgjYUIAA9D4yJwsQ7ULQ9nReOiYUvHkznkPdPI,1076736
+scipy/spatial/_qhull.pyi,sha256=L06jd8pQcSB-DcRMJe8wq0XvlIEzuOrZQAffq4zD7xU,6182
+scipy/spatial/_spherical_voronoi.py,sha256=4qbm4MAsoy-DcllT4erfjLgFLGVQL0X8iBKpZJKUaNE,13880
+scipy/spatial/_voronoi.cp39-win_amd64.dll.a,sha256=NTkuQa1sK67gLtxkgrZ9GpFTuW2Uwat2K_YyxM5joRc,1548
+scipy/spatial/_voronoi.cp39-win_amd64.pyd,sha256=zTFay_62SWOEk-ubAtYN8lsNW1VCZUvTrrED3Gr5CPg,220160
+scipy/spatial/_voronoi.pyi,sha256=gaEmdjWgHeIA9-D6tYXwimJCppJzgc6yc-sfLju9Vyc,130
+scipy/spatial/ckdtree.py,sha256=6GA2m3VQ1dSnG-51Q6LuQLS7yw8JZhMpB4uKALy_jAU,672
+scipy/spatial/distance.py,sha256=FqDt0LwIRoVBna1hClg2R2-BM1Sg7pXIsWCyklPKroE,94476
+scipy/spatial/distance.pyi,sha256=AvjPPnJxnoDRusxs6Mh-UgAdqLW3yJtdje7lZelWSk0,5484
+scipy/spatial/kdtree.py,sha256=O9wDDCyL7bOMbhWZxzGPKZe33h7UEdStW779J089t5g,681
+scipy/spatial/qhull.py,sha256=10n1eDcF9qrUmGpqrEb8sLjw_cXfSSgT_WU0-z4ucU4,647
+scipy/spatial/qhull_src/COPYING.txt,sha256=liRS5zfffHQ6PcJ0QjIHECi4wEUOdnSlUFfDMOoZd-s,1673
+scipy/spatial/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/spatial/tests/data/cdist-X1.txt,sha256=LTxfJD5Hzxi0mmMzhzCgp0dUJflrg6O5duj8LVxa9lA,5760
+scipy/spatial/tests/data/cdist-X2.txt,sha256=Tb2q8iKbPvUlxO_n1pBfYkWvu1z_LuBcwFXCIRZgBOg,11520
+scipy/spatial/tests/data/degenerate_pointset.npz,sha256=BIq8Hd2SS_LU0fIWAVVS7ZQx-emVRvvzgnaO2lh4gXU,22548
+scipy/spatial/tests/data/iris.txt,sha256=sWic54AuDE3IyLk6XOw0BcyCSzr5BkXrpDJc7B00OTQ,15150
+scipy/spatial/tests/data/pdist-boolean-inp.txt,sha256=D6kMC8OK5H2Z6G07l592VtEENnehwy8wuM1rjVq7wXU,50020
+scipy/spatial/tests/data/pdist-chebyshev-ml-iris.txt,sha256=Ysw196_xQ_ApwKiaB7OXZ-gVvhvhFH8wUZAw7EfacTs,178802
+scipy/spatial/tests/data/pdist-chebyshev-ml.txt,sha256=jtPmZwg5AfpIom-wMjty8_6tI69ePUnJ7eYdFyFq9G4,3042
+scipy/spatial/tests/data/pdist-cityblock-ml-iris.txt,sha256=Wf3dVmhan8EEYiKAsrgN5WNMmAmH9v9NjJpO4xRdmPE,178802
+scipy/spatial/tests/data/pdist-cityblock-ml.txt,sha256=aMGSV28cjKIV2CRfdR2zZsisln6oxi1tYQbxZ9tuMMo,3042
+scipy/spatial/tests/data/pdist-correlation-ml-iris.txt,sha256=PdVB_30O5CHL9ms8KRB1kFiswp9Sed8CV540WQvNaJc,178802
+scipy/spatial/tests/data/pdist-correlation-ml.txt,sha256=VDgXqx3vUn26r1EZFcSk-rq1-wef2WVFcoBWLG8zvro,3042
+scipy/spatial/tests/data/pdist-cosine-ml-iris.txt,sha256=q5nrvDyyqdltrjBRyT5eFVQIW-y2Igb2JdC8tBAXl7E,178802
+scipy/spatial/tests/data/pdist-cosine-ml.txt,sha256=nLK5yDtcmU-svoYeLPuZZoolZpxmpOaeLswLLR5QoGM,3042
+scipy/spatial/tests/data/pdist-double-inp.txt,sha256=2UzMIvz_r7ZT2Twt-jH-pst0Avue4ueGZezk7T2_6q0,50020
+scipy/spatial/tests/data/pdist-euclidean-ml-iris.txt,sha256=VWMmzL2jP_vhDzTBhYtZH7-VBKJFpafRROrefDeokWI,178802
+scipy/spatial/tests/data/pdist-euclidean-ml.txt,sha256=Kn8vHq17IbWtj1G9XzCFY1EuXFTPnD7gX9FwW2KSm44,3042
+scipy/spatial/tests/data/pdist-hamming-ml.txt,sha256=OqjHwrqGBwmwsfTeN2fI1EFiWSpOA6ZlZYwN121Ys1o,3042
+scipy/spatial/tests/data/pdist-jaccard-ml.txt,sha256=nj_JYQ6bfvhlFDKu5OC_zBeOzPKgewkmpxScJEPAzhs,3042
+scipy/spatial/tests/data/pdist-jensenshannon-ml-iris.txt,sha256=wz1O-EHZT2cDwFtow4ZoLWQgS8WY6DPzb_Ik9SXA8Fs,172739
+scipy/spatial/tests/data/pdist-jensenshannon-ml.txt,sha256=rps5AwUK4Up9qCR3wAE1wfwuKE5ftKZTHChPYH0hsfA,2819
+scipy/spatial/tests/data/pdist-minkowski-3.2-ml-iris.txt,sha256=rfWuQ4RgSfY0ko_jqlSTjQIJYGCHeEbEwjHYpAC9Ivo,178802
+scipy/spatial/tests/data/pdist-minkowski-3.2-ml.txt,sha256=jKlA87ldGof8ndZLkV9l97-Tsh2uXTIlyZRsMoWr0gA,3042
+scipy/spatial/tests/data/pdist-minkowski-5.8-ml-iris.txt,sha256=bWYNT7XqpLTGkQBMfnCFJ7bnoxooZlzfI0_O54UOquI,178802
+scipy/spatial/tests/data/pdist-seuclidean-ml-iris.txt,sha256=bGIB7ygJC8CGHAoVKtwOdPgAqDM5bzffpgxYMTCKgmQ,178802
+scipy/spatial/tests/data/pdist-seuclidean-ml.txt,sha256=g9-qvSA4qe4S0xPxnTa17zqa4Z-P5S0TV1gAsbr-RAs,3042
+scipy/spatial/tests/data/pdist-spearman-ml.txt,sha256=vpgBfMlrUUH-nYlnLqm_Ms-MIjrgOlNCW-TW8C4Yan0,3042
+scipy/spatial/tests/data/random-bool-data.txt,sha256=sydRG9aL6CH9i7-Nt5X2mNyQDsu9OC1fbUD-MRdt5bc,6100
+scipy/spatial/tests/data/random-double-data.txt,sha256=OcmsKJSbi_eY65ld50iAatodSzw2NxFfDJIDHx0lOpQ,75100
+scipy/spatial/tests/data/random-int-data.txt,sha256=saHYkK0CMRzV78RV18tUGIF4uKQlOqkN4cEWqD4gnFw,10366
+scipy/spatial/tests/data/random-uint-data.txt,sha256=aBbEt1tldXIvAvkDMbSr9WddkxXtMTa05Qq8j4s55CE,8811
+scipy/spatial/tests/data/selfdual-4d-polytope.txt,sha256=x-c_sDM8alTwdaj7vYvGAQEsjrg6n5LycGrrPR4dlY0,507
+scipy/spatial/tests/test__plotutils.py,sha256=n9OCDDgipsHJy2le-P-8fcS6PD8IQ33zmiz2ZAzbslY,3905
+scipy/spatial/tests/test__procrustes.py,sha256=iZypw3jevzOPiHv15UZHwc3sXE3pNlUlCeKTZfoL5vE,5090
+scipy/spatial/tests/test_distance.py,sha256=EmXa5NaV7a7r0oI8kLhBrJEPgriSq_H3BCi7abcn__0,86420
+scipy/spatial/tests/test_hausdorff.py,sha256=7ZZJjse3SoM8wYx_roN7d2nYIJwHAh_QbXD2ZqZxEjE,7286
+scipy/spatial/tests/test_kdtree.py,sha256=U66JmJchwzH3vRrmEFnwVne9yNKpkAviAK6SCjConIA,50803
+scipy/spatial/tests/test_qhull.py,sha256=WKLjGBhbVavLIG3qfLarTImGST2nnKkhAx4BWKrvecM,45448
+scipy/spatial/tests/test_slerp.py,sha256=DDZie6nQFvdtM8PAY26gnUluKQALFUPfudI-WQbP1cA,16812
+scipy/spatial/tests/test_spherical_voronoi.py,sha256=nNxAPYBP0fzY5WAsGLBO3PHMIJ7UeIBqjY1_nAqrFdI,14850
+scipy/spatial/transform/__init__.py,sha256=AR19SJ8oEv3Pt2eXGRiHkglp7wU_rGvRJ8JEIBqs4AI,729
+scipy/spatial/transform/_rotation.cp39-win_amd64.dll.a,sha256=RlIPibafsUAfun105tAnzX3y3KdWlWBHnHvVrABhItU,1564
+scipy/spatial/transform/_rotation.cp39-win_amd64.pyd,sha256=7Ylpuw97p1_6Pt7wttmGlHtc7UTfWnLb4HvOX9oe6FA,917504
+scipy/spatial/transform/_rotation.pyi,sha256=X5RTw3o4MIgco7GWagRt4_qg1HOKCjGIy__OJ3eN1aI,3145
+scipy/spatial/transform/_rotation_groups.py,sha256=XBEazTsMg71VeDaexivk9VYmVDgHPkNji9FrlRypjyc,4562
+scipy/spatial/transform/_rotation_spline.py,sha256=bQlcYfmYrF1-__9YFv_Utkr-5yLRwlsXJcS-y6eENDs,14543
+scipy/spatial/transform/rotation.py,sha256=iLAmViCchCLGqwzAui2jx_YP2l4qBo4fhebbQJh1d5I,636
+scipy/spatial/transform/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/spatial/transform/tests/test_rotation.py,sha256=1I0iV6gVUYWvhV9KSjFkSsmUat8y9AZVxtZAn0K5ycI,63983
+scipy/spatial/transform/tests/test_rotation_groups.py,sha256=mATjBt62JCkoqpEMHU2zXB9HF-h7KFpWMBrSLyxnkTA,5729
+scipy/spatial/transform/tests/test_rotation_spline.py,sha256=yMBr91x2Tt2GqMvJVTOMcO2n3xgOwGC80MN7HNXQkdM,5267
+scipy/special.pxd,sha256=vZV_tS467FzwvnjYCtD4T8r5NAuPmITjU8ccJioLZ3I,43
+scipy/special/__init__.py,sha256=3Unqj-9K2tCJXIKkl5NjgjcBu2EO-mZUJDgYxxAXQbc,32838
+scipy/special/_add_newdocs.py,sha256=A6yj3kPhB2ItJvyK7mD9PCSzRaPuy5jfULG3p6S52_8,413063
+scipy/special/_basic.py,sha256=3M-NAEfSBx8lVDyvd0LqnRtpQb4f6Z4A4ilPvnJQhEI,107249
+scipy/special/_cdflib.cp39-win_amd64.dll.a,sha256=eyoqKlfRoFCpZ86xgVqhW8w8F2leSzwuwd27N88nPgk,1540
+scipy/special/_cdflib.cp39-win_amd64.pyd,sha256=Hwuw7CSeWfZc8-DZEVNOgZINr1CoiF3dDXum3KPrXpg,171008
+scipy/special/_comb.cp39-win_amd64.dll.a,sha256=7rqAAS8Ohq0OnbA9gdczlGuSjKPxfULkvrd5tWaeTCo,1516
+scipy/special/_comb.cp39-win_amd64.pyd,sha256=j3cg-jaPZvmHbES4T21yYHtBF0JdDFi6uR16Ywoir2A,49664
+scipy/special/_ellip_harm.py,sha256=Km_A9XgXnYTleTtRuUzOYLxR8OEUtmiYJLYsRSJaSNI,5596
+scipy/special/_ellip_harm_2.cp39-win_amd64.dll.a,sha256=fBIyxiEV7JuUC0pn8rCgkuQy-ZCtgHPaVltCQWI2K1g,1612
+scipy/special/_ellip_harm_2.cp39-win_amd64.pyd,sha256=N1fgnzE0IOgUgDZM-PYEiDoYaCw8gsAPMnib1R8JpU8,108544
+scipy/special/_lambertw.py,sha256=IYmy0Ymjk-l7T84uHr8_OADgpsUPy1K4F17QGRwWXuE,4111
+scipy/special/_logsumexp.py,sha256=g2kOu7XvVWDMswNNmK0b8M73xy3gkf3qekUfywF5NQM,9334
+scipy/special/_mptestutils.py,sha256=L5x7loWaUvCVsexqUH130bhphXN9DH9OTFHcIWu2tMo,14894
+scipy/special/_orthogonal.py,sha256=jlqsJK2xVS_RElIVwA22-K61JPBBx2zEarYq0GjyVic,77163
+scipy/special/_orthogonal.pyi,sha256=coR_kB8pOaLo7ZLlFEBnpwqQTHR8WFAKTqVhRKFeXSQ,8635
+scipy/special/_precompute/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/special/_precompute/cosine_cdf.py,sha256=7Fjlx721WrFcUMSUh6Vv40NMiR1QX71963X1tHOd55M,371
+scipy/special/_precompute/expn_asy.py,sha256=trfFT7O7EweO7DfQHIHCzkwWNuqm7sTtCo-HjsUQthY,1319
+scipy/special/_precompute/gammainc_asy.py,sha256=8XBo6RBUzdxUhH7GrVeVTzsMJgSnGb9NpknFAdHwcBY,2618
+scipy/special/_precompute/gammainc_data.py,sha256=w3vsqOEvC6a7s58voRucZdWFXpO3jIfSGrGwVTNEalY,4201
+scipy/special/_precompute/lambertw.py,sha256=UsSir6v9vfyYrlu5F3W-Qn3MMW5RzqqftfZAC-kTH8I,2029
+scipy/special/_precompute/loggamma.py,sha256=J2jz62nBO-7JEOA7nG4JQQt5BuXSfUPRik2r3pwTr_s,1137
+scipy/special/_precompute/struve_convergence.py,sha256=f21NuMoJE1Di4MF2kZfd6b_wiwqml-uQPylWdpncK_Q,3755
+scipy/special/_precompute/utils.py,sha256=tJpjcNS6WaXzqP7cLac7yFyXfb_pfe3AKvDCa0mwi9A,925
+scipy/special/_precompute/wright_bessel.py,sha256=4IHODoYYrAFKw8nlJWAPzrOduiHIMUILTJaqtA4jbq4,13210
+scipy/special/_precompute/wright_bessel_data.py,sha256=TIwEyxKLTl2DqbLvppxdVWB1jJu-hL157M3JMjFK6eI,5799
+scipy/special/_precompute/wrightomega.py,sha256=hAKXz3Kk9L-5JOBA86U6-yC_tsF8gOz0p8Y1vmWcAzE,996
+scipy/special/_precompute/zetac.py,sha256=cZMVkubEXtildiIM9p5ldrV1sEoy240MckKPO3JhM6A,618
+scipy/special/_sf_error.py,sha256=hDbymj1eSiPjl828PR-Kidkcd8RiVDpJEB-fGA9ltHM,390
+scipy/special/_specfun.cp39-win_amd64.dll.a,sha256=c3exEuHkuq2tZ8CGSu0wy-6Rpw9MGCfjbP_QBqKjmRA,1548
+scipy/special/_specfun.cp39-win_amd64.pyd,sha256=NRN7r4OT4cjXjLflIYW-HC9lP6nxdkJjD2QukmjrdTg,264704
+scipy/special/_spfun_stats.py,sha256=Zb72pfmi5hzvkRXD2QXhVnJMmYyIjoqrg6tVxaCcoSM,3885
+scipy/special/_spherical_bessel.py,sha256=o3RiJ46ravdMI1pF0HOLhahs8RLf-63WlUXNCi628jU,10774
+scipy/special/_support_alternative_backends.py,sha256=MubLY0QPBdeTaWn4NlemUIOgwM_C0NQcaAY7UPcV0aA,2369
+scipy/special/_test_internal.cp39-win_amd64.dll.a,sha256=MRFYArsoXjQbA9Zb_QJNVr1g-v1fjbBXgSrlUi2FyQM,1620
+scipy/special/_test_internal.cp39-win_amd64.pyd,sha256=V5tqHDaILE_DoYc0HBq02_y8_oNBiN4KI0HHuBl1LmI,271360
+scipy/special/_test_internal.pyi,sha256=SLu2iMKH7AWdVCbKlF0SpGFEdu2i-opkrFoCTq6zMaY,347
+scipy/special/_testutils.py,sha256=_yhL5TN4pQxabMRt9NLqoOh6hWI3GuX4MzkShaNA084,12348
+scipy/special/_ufuncs.cp39-win_amd64.dll.a,sha256=8zZJc8ITGJhIIttrtdMB0paIHLbYnTwYMI9gjlbpx34,1540
+scipy/special/_ufuncs.cp39-win_amd64.pyd,sha256=DTmIDx792qOR6clozmMfa7h5Db5Go9uVrjQPU4BjLd0,1363456
+scipy/special/_ufuncs.pyi,sha256=nVIdCRISPiuQ-bOKKC-HTv6vlcha0HpTJTV1G7qB5jA,9463
+scipy/special/_ufuncs.pyx,sha256=7JAIiFaPwQpH92jQtqWV23NYB6Pczi9gFOxYKJJcAJw,912771
+scipy/special/_ufuncs_cxx.cp39-win_amd64.dll.a,sha256=VP9SgOjtFBG5StXSu-EOCNA6rRUgLr0ayg02fPr9-nc,1588
+scipy/special/_ufuncs_cxx.cp39-win_amd64.pyd,sha256=vndzfmsQiUNdkFeRhZ-5Py5Of_g5ehfhJw8jweXAUfg,1460224
+scipy/special/_ufuncs_cxx.pxd,sha256=HtTIgBAmJwf9ZLdhBIIPVzjq6tHvs4XwRzIf6XWwmVM,2010
+scipy/special/_ufuncs_cxx.pyx,sha256=p5M7pj4ge6WvpVYhlNrMbTcbqjAZfQ9_bZu7kPgocnI,11120
+scipy/special/_ufuncs_cxx_defs.h,sha256=AE4bVbw2MQ66w37JdfOtLOoz0Bs48D8uDi8MY0j1my4,3040
+scipy/special/_ufuncs_defs.h,sha256=VxyQL0BA3_egVUwCrZrMshKQzOKREeCW4JPqLCUh2NI,9401
+scipy/special/add_newdocs.py,sha256=zw7pZMfX7zr-kH6MdBFhrmXBqqjj3tlfGfuL1o7drmI,484
+scipy/special/basic.py,sha256=UVJGOHZCijP6H5Kiexi5U2R-CVqfUSCo4Rhv6sxb4bU,1669
+scipy/special/cython_special.cp39-win_amd64.dll.a,sha256=Kb0IQw1mqR_Mp2TqYs4icCUyaiKkRgxXUh0pManWRDo,1620
+scipy/special/cython_special.cp39-win_amd64.pyd,sha256=NtqXGvtyi_6QTOpuKv60uIOeHToMSn0UFhX6ACvaBb8,2892288
+scipy/special/cython_special.pxd,sha256=kE7_hERcNcRglyTZ6ET1kEvYXKBlMrReFqPoL2c_F48,16609
+scipy/special/cython_special.pyi,sha256=sC6nE-1ffPYfFKVvopszCin-ilDqBWkDW2O6s0and2M,61
+scipy/special/cython_special.pyx,sha256=IyKuq23FJexdhLSaPmAAkWvw1VNvEE7PlVVBWk1LpZI,146428
+scipy/special/orthogonal.py,sha256=coBKuqdBycBq4inCpauKEa40NAcd4hlH43kznUXgaJk,1877
+scipy/special/sf_error.py,sha256=OhEWgiU5kk4QblZIhTAfAc0eU-mUKK_nTA3H-MHlJ68,593
+scipy/special/specfun.py,sha256=UO9V0FqZmF1cpc3zUJhLFSm03-3Ri2hfuIgnDcuhuPs,869
+scipy/special/special/binom.h,sha256=sd2_-BYuzi-6gKlVtZS7_2Ru5zkLCpP9-seg1KNMDYY,2444
+scipy/special/special/cephes/beta.h,sha256=i5GDczceZRXCeo_zHuT8uN539WhuBGv-FHqgRHaP3Nw,7267
+scipy/special/special/cephes/const.h,sha256=8830HDSHga6iqFAI5A8voKPjLAwurpDZfyUa8MXsaYI,2676
+scipy/special/special/cephes/gamma.h,sha256=Fp-GJqOvtjlEhvEu7v3Wep26-L6XXS1I6snhVpDP9KM,10680
+scipy/special/special/cephes/polevl.h,sha256=8ncKIH7oLTWnhE36ks58-dVBbR9kRqPfenEfyeFbMB8,4190
+scipy/special/special/cephes/psi.h,sha256=GogtnrbO47yZflv3r19dUkamjtpPbkqrZzS1ikGqKH8,6517
+scipy/special/special/cephes/trig.h,sha256=iAhCSWCBO-ZoCK4LsxYcA2cmQIPkckrUohfc2ARMp2o,1360
+scipy/special/special/cephes/zeta.h,sha256=Y_Y-eGQUlTlIuuCYbq8A9n18-zeVCXv9rseCIu0D_GE,4558
+scipy/special/special/config.h,sha256=Hy_mdrNZlNoMuU-Zg7Ih18PLZlt2EJHgh6PEQ8r5LzY,4473
+scipy/special/special/digamma.h,sha256=sbsbK3L9FMdDsfkFJgTQum01b8OLSGa4GGlUDLBeK78,7501
+scipy/special/special/error.h,sha256=_SaNUHWAu_UmmH24KRRbphf7lILxVtabVrmrCuMUCwQ,1233
+scipy/special/special/evalpoly.h,sha256=BIBKLyczCRZ7fKZSlybuQptKN-zcL_PbkL-sgGEJnKI,1178
+scipy/special/special/lambertw.h,sha256=hcXRu5ZtuOXosamjgEi112nfN8fi_zoStRxn-0FmfuI,5350
+scipy/special/special/loggamma.h,sha256=ZVcKldZHVzENIatDY2_ot5sAEHz1VLqaPEaG78xnFNQ,6158
+scipy/special/special/trig.h,sha256=itx9TcOcBv1goLPpem-miejoV9PX_T1uq39yV_7oB08,3215
+scipy/special/special/zlog1.h,sha256=Qa_Am2ENtaj474Ty3q9zjbt3BTL5pPLtk4TiKZtBvEk,1012
+scipy/special/spfun_stats.py,sha256=V6hWZ3XlGmCqBydaXtgF2cEsmRBSEqvAn-TDJ2MWSPk,562
+scipy/special/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/special/tests/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/special/tests/data/boost.npz,sha256=tvIhwaNPzSr0JsZWSicUq2ceplhM8qFp0B3ZNiX8SQI,1270643
+scipy/special/tests/data/gsl.npz,sha256=8oHuiW1OU8rYzfn2jv1ER_-SikJFilrLkDutNAg5-OE,51433
+scipy/special/tests/data/local.npz,sha256=QXoYcTheO_idOFOTCoMT1wvCh21bj8SbhpR5qK6p4tI,203438
+scipy/special/tests/test_basic.py,sha256=q8AOcQzYX4tV9yULCZdWPlVr_l4TZ4UAJcCCxaVmKnQ,176072
+scipy/special/tests/test_bdtr.py,sha256=ZPWchkB2hVjJ7MALAN9K4QWI8PeGSxcqduER3_myJRk,3343
+scipy/special/tests/test_boxcox.py,sha256=K3BgEIIMADJLcnrzi9Nq7SWErOIiLQP36t6Bz6aoRMk,2778
+scipy/special/tests/test_cdflib.py,sha256=ZeHdSFK8VocclJo2fPtZjj2O37f2wBwaCJM8U7aVi2o,17968
+scipy/special/tests/test_cdft_asymptotic.py,sha256=dsIl7h0WEtzX7Y3vCZSMEKpwb4EZoHvwL4j3BvRd8Ek,1490
+scipy/special/tests/test_cosine_distr.py,sha256=ENyfDI4OabouefeuzVJQO7UsBE3Eaorv39Z4GQoBc7E,2773
+scipy/special/tests/test_cython_special.py,sha256=OYxUpC4Kxs6OcxFUpk8LNtTrw-tsjOsVcC514VGypYI,19201
+scipy/special/tests/test_data.py,sha256=wOXl57xV0qwgsg7HGH1nIR8MZ7N_Rv3gKdrIRCVLKN4,30994
+scipy/special/tests/test_dd.py,sha256=3tsB8dnU22c5CEG5l-NJBxDmra5iQGhvUVKn7POdqvs,2020
+scipy/special/tests/test_digamma.py,sha256=vBfs2G9WcIEP8VGpGaCsFlTD5g3XODAP7gsUEmAq6Ho,1427
+scipy/special/tests/test_ellip_harm.py,sha256=qOVC4b0N6y7ubJNYa4K54W4R5oiHdWghdhy_rO5_gac,9918
+scipy/special/tests/test_erfinv.py,sha256=JMvb2hWNQ63uPevk3kAL6KypAtOMJzg8n1G3Om9A15c,3148
+scipy/special/tests/test_exponential_integrals.py,sha256=cPxuyehzPSgv_o3Q1Cfb2ON5NNxgBgyAi8dCDILIQe0,3805
+scipy/special/tests/test_faddeeva.py,sha256=2BXe8JR2d_QBMvjX-bmHkP0TDzy4JgZhM6XvSlqO1HA,2653
+scipy/special/tests/test_gamma.py,sha256=-u9wzNPSPsJTs_DJL6VZAXXIcIqJsxOeQy__MdRTGxY,270
+scipy/special/tests/test_gammainc.py,sha256=Rrv_OnC7U6EtXSvrbGQpcPb7sccWVPIgIAzjs6DBIxM,3951
+scipy/special/tests/test_hyp2f1.py,sha256=2MhaEiVjxEz-8AGRnT-AwHw7LjAUFHIpzPnDcftCjyk,80729
+scipy/special/tests/test_hypergeometric.py,sha256=XDky5ALnj27_BLHO6VghO_iFcGsUVklAuR0lFb9tWQQ,5736
+scipy/special/tests/test_kolmogorov.py,sha256=tumJSXhfuCXak-8qGtK9xD-qFK4Yt350fVN8ezZFqWI,19905
+scipy/special/tests/test_lambertw.py,sha256=AoYbanXWmx5twRL-HBARQx4RPSfHMPboSEXl0GXwNfQ,4669
+scipy/special/tests/test_log_softmax.py,sha256=0VhKfjYbv5-bV_d4tWyrG6OawlRjCUi_O8mRSgW0Mn8,3524
+scipy/special/tests/test_loggamma.py,sha256=SdxYiItvixR4NabOKLyBHu-iEP7R52Rew8N8bZugH2s,2062
+scipy/special/tests/test_logit.py,sha256=eJfxl4AYJF2VRFebHTw5NS7eF7Q_R82C42x3cou7uwE,5685
+scipy/special/tests/test_logsumexp.py,sha256=2HQoXPVNxPHk1vWl6vaw9MNC8FhgKccugIrXNr19A6E,6752
+scipy/special/tests/test_mpmath.py,sha256=9gFGLgpPaUx1riEWjNZsBO5Uu-uNipQYWcoYZ-N0Jcg,74937
+scipy/special/tests/test_nan_inputs.py,sha256=Zgaxcg14kZegSoO4t_vIIFs1c9ZYiTU3gNoHgGVYJgM,1895
+scipy/special/tests/test_ndtr.py,sha256=n_Y8wG9MYVmZOXPgJoiYjPGlUULdiPoDQFsuR6HzPWg,2757
+scipy/special/tests/test_ndtri_exp.py,sha256=b4vFFkhdzIDWNgmKOEy5UjRCYtHsdkoaasRi_L9lzIM,3802
+scipy/special/tests/test_orthogonal.py,sha256=jGOpJz_awB9KOkMMvu3denxMmxILvY6Z57d-3R2VU5s,32342
+scipy/special/tests/test_orthogonal_eval.py,sha256=dAZ-_881U5ax9iS2cKVgReH_yvCYiLUtNWjYEy7CXfA,9763
+scipy/special/tests/test_owens_t.py,sha256=sotiVxRrjoQ4lYjbbBx88nQKHEHhNowfJ7KPdIM-vNQ,1845
+scipy/special/tests/test_pcf.py,sha256=VTEqviYLsm0DBnuu1Bpyn6rEocf9sZGSyY12ufwxaYo,688
+scipy/special/tests/test_pdtr.py,sha256=YpZQ7ssQ5z0yL2lKss4lDooRlz_3n-aY2q4a8aVXXB8,1332
+scipy/special/tests/test_powm1.py,sha256=AG5D4ex4jCS97xN7RlyumVc09OUTuczNxS2IYwt9OAg,2341
+scipy/special/tests/test_precompute_expn_asy.py,sha256=DFW5CiFXjHNUkWgZrehKUxPNTd09Cllp1nZ0_FU172g,607
+scipy/special/tests/test_precompute_gammainc.py,sha256=sY-xFU6MwT-bzjlXXYqu2_spch0XGJO0sZR6pQHMgPs,4567
+scipy/special/tests/test_precompute_utils.py,sha256=EWXMuVz5WDUQISPzh87i02u1im9TcLbDBxyk-BO6iZY,1201
+scipy/special/tests/test_round.py,sha256=aySiXp52xcim56HDkpumtSnFYgRTGzZFQ2USLNmcECI,437
+scipy/special/tests/test_sf_error.py,sha256=wR_JCAz-j5NCRlFNNhP0jZw2ORLNFxiPKogS9emG2So,4036
+scipy/special/tests/test_sici.py,sha256=REYntiqC0T4Pb-66ESBmjEmIoTJDbjYs786XNwUkzIw,1263
+scipy/special/tests/test_specfun.py,sha256=ib_pE1PN-D3E2TXYF2_VG6v5bi97UxU2e-Mj7AWvrqM,1232
+scipy/special/tests/test_spence.py,sha256=r4chXBi_nKK1uSfPse7owNhvcC93aBvcMBZf_8wTlF8,1131
+scipy/special/tests/test_spfun_stats.py,sha256=ArofuQVYCm6RevEx0gP2AJ1_6ARrf4Qs5jL3j0LEPKU,2058
+scipy/special/tests/test_sph_harm.py,sha256=jUhoguaBjEo2L6660qg41qaLxOxhbMZkMBsa0e5Afmo,1143
+scipy/special/tests/test_spherical_bessel.py,sha256=_h08oRpVTjaMs5csuUavDQn5EBsjd3_kG10RbAM3dIY,14763
+scipy/special/tests/test_support_alternative_backends.py,sha256=6JqGzafOVWWkWpV-GyU7boO3t9Uj52SgKu6o2u-_Id0,2717
+scipy/special/tests/test_trig.py,sha256=vJL6u-XkIOfMOAAqAUs_xfbcJT4CG3HwF6iZ3fMmgjI,2404
+scipy/special/tests/test_wright_bessel.py,sha256=t15XtWFFnN9YapbVZyyA88I32j8X14ADbUhZzbMRbLU,4270
+scipy/special/tests/test_wrightomega.py,sha256=-2-tzEj7HA21xTo_WtCU5nc6rJDT9Tr0Z9IjA2f39mM,3677
+scipy/special/tests/test_zeta.py,sha256=FbhrcRuDXJ_ZrVMRdUvICiaGMp7DM5CeWcOwYSKhXvk,1416
+scipy/stats/__init__.py,sha256=2y7pwILkDMmqhp2q9dldIZODLnXmfw2QzYowvvOVCVc,18806
+scipy/stats/_ansari_swilk_statistics.cp39-win_amd64.dll.a,sha256=Sg4qv3IaUWHmHnp46zxVDnjtOrxc6uTiRl9A8DVBDVI,1740
+scipy/stats/_ansari_swilk_statistics.cp39-win_amd64.pyd,sha256=L-Vp0v4-fVum1tuSx2cVRviXW-nKgkPpA-zFxSZp7lo,258560
+scipy/stats/_axis_nan_policy.py,sha256=r-fFgutwESmTEd_MjC6AlwJX5DqsHXTj7uvO6Qa8LS8,29749
+scipy/stats/_biasedurn.cp39-win_amd64.dll.a,sha256=SX1XdgRcED1G1q8eicSPuTd3EZHcItKVfJd1VPuzKJA,1572
+scipy/stats/_biasedurn.cp39-win_amd64.pyd,sha256=C3NeIi1m1Mv1iOHPo4o0iEmLQXuf7vQk33fKZBHXOAY,399360
+scipy/stats/_biasedurn.pxd,sha256=OHa5weTjmvbIdkvmgDnD021p44bVaS5mNvDIx562SLI,1073
+scipy/stats/_binned_statistic.py,sha256=IDN2tbE4N5CAl0DvjUmF0ChKSe0bsYdzCOCGfgtgIbs,33507
+scipy/stats/_binomtest.py,sha256=gXacpbMuFCBgpwG_1__1InZhMgZsPfDZ3FFETkPybQQ,13493
+scipy/stats/_boost/__init__.py,sha256=TOjKqfv_jPF6l8By1mdPbQFrV_H-ZMLRCUFZ7mNfL8A,1812
+scipy/stats/_boost/beta_ufunc.cp39-win_amd64.dll.a,sha256=7y42vKO5ce-VhiUDdfkJcdDsteKrEF1g3kK-2a1s138,1572
+scipy/stats/_boost/beta_ufunc.cp39-win_amd64.pyd,sha256=70CIphRXCFcMgUoxgk5Gz6vrCZPKQiEc8lv8V7j-66M,1060352
+scipy/stats/_boost/binom_ufunc.cp39-win_amd64.dll.a,sha256=7K2qKC6abwWIvE112SfsCaoCaA6dTu_qzHhxK91GRpQ,1588
+scipy/stats/_boost/binom_ufunc.cp39-win_amd64.pyd,sha256=DRyTu451vajb5gxYSL9JzBEY3tV8UE372S29-5hZVoo,1036288
+scipy/stats/_boost/hypergeom_ufunc.cp39-win_amd64.dll.a,sha256=FndckZv3F55lmMzjIWMR219qFaCx-bfE3uIEmtVPeg8,1636
+scipy/stats/_boost/hypergeom_ufunc.cp39-win_amd64.pyd,sha256=XqZjVRtHayCkozskzgSG_zg487Ap_1s3VzsRlIquJw4,1002496
+scipy/stats/_boost/invgauss_ufunc.cp39-win_amd64.dll.a,sha256=Vnjd1WiFTaNy3_-hGq1hL40NkujKKBb0y30ahW1u0Tc,1620
+scipy/stats/_boost/invgauss_ufunc.cp39-win_amd64.pyd,sha256=G7waUp89SUeCwaEOJO8he22GzV5LmRUnmoVPTXHftos,1029632
+scipy/stats/_boost/nbinom_ufunc.cp39-win_amd64.dll.a,sha256=2OV9NXRGQLHrLUCWEBGyT1mEowi3M7rasbyXF75qxAY,1596
+scipy/stats/_boost/nbinom_ufunc.cp39-win_amd64.pyd,sha256=Ublw1e4AA8qDQ9ErATYUaWJ6StgmYgntrWaFRkdgH4E,1037824
+scipy/stats/_boost/ncf_ufunc.cp39-win_amd64.dll.a,sha256=fIbxL9-0jpCgGS1OZW-vGkL0LGzEZtABCY6hsSpQ2ZY,1564
+scipy/stats/_boost/ncf_ufunc.cp39-win_amd64.pyd,sha256=RvYu-HMcBR0vzKHgzusmiJDX-43_qDvsHbOs3OoO3Kw,1036288
+scipy/stats/_boost/nct_ufunc.cp39-win_amd64.dll.a,sha256=s3dPYCvMiaetnqvCfZi49K5vLsRROnZFjtIVEwWRVh0,1564
+scipy/stats/_boost/nct_ufunc.cp39-win_amd64.pyd,sha256=SVaV3qO7sjEZNPQxj_tdqwo_PCSuJuY5XUm7KmGL510,1071104
+scipy/stats/_boost/ncx2_ufunc.cp39-win_amd64.dll.a,sha256=SytpckwXT8l3_e4WzuhKywyJslATNr5bUKQUAzVCGQ8,1572
+scipy/stats/_boost/ncx2_ufunc.cp39-win_amd64.pyd,sha256=Io5ryfqnPFFwcl_j-USlbP_pqo4Y7fHRyQZ9rcjPviw,1036800
+scipy/stats/_boost/skewnorm_ufunc.cp39-win_amd64.dll.a,sha256=dGX9h5kAh6k_pg9bT2HPKCv3w2Okva-E4TFr7wyWlwk,1620
+scipy/stats/_boost/skewnorm_ufunc.cp39-win_amd64.pyd,sha256=w-EzNhP79QOLvTfQ-asSGCE6Gf0Mwfe_fjifUhr2dkw,239104
+scipy/stats/_bws_test.py,sha256=h-6Ra_vazN0T6FA1kHZkG1AkEQ6JiRkFzJwVxD5ghS8,7239
+scipy/stats/_censored_data.py,sha256=-mOWeG-hGYqCz8sjbELiBeBOE216wS8PsvmD99YNVxA,18765
+scipy/stats/_common.py,sha256=PUBtrtKESxYoaVx3tlq8ZYImEYCIuYslFYikUS7uwdU,177
+scipy/stats/_constants.py,sha256=AZugmM-2GSPX31Ppxo60H41VzwhlMFuanU8tpXAKFLM,1001
+scipy/stats/_continuous_distns.py,sha256=YvsXNSMp1VAssuI9cUh_Mopz2YYynyiZH00_94gER3s,398132
+scipy/stats/_covariance.py,sha256=rkMxmsNHMtL7LZP0XmWgmev_rWKNiNrkik92ZWILC3s,23160
+scipy/stats/_crosstab.py,sha256=dHftHq4CGFdfo87PDQFbNprSM7-qgfhtIUzUhTfWa8A,7559
+scipy/stats/_discrete_distns.py,sha256=EgAYnCkCZTk8uG6NEr4gPYa-TORIU1sXTgSYFxzkduc,61373
+scipy/stats/_distn_infrastructure.py,sha256=tO4xr1W3QqGR2RJRyAsIID99D2MXk38R-DG1LtU79yY,152404
+scipy/stats/_distr_params.py,sha256=8qTv8a_M9W8vCMy7YervVGUwjP60srMgOaJBYLHu2T0,9020
+scipy/stats/_entropy.py,sha256=ze_2es1LYIvwG3ALmiV4KOq_Smq46WS1cWnxrywqtdo,15655
+scipy/stats/_fit.py,sha256=2Dg5X5LBvH8pYnzeLKdIzfe2gPp-6JDgtXIgrR7ewnc,61122
+scipy/stats/_generate_pyx.py,sha256=AMw8HjQxWB23m-MZYvyNEV6TPpytc1SfYwB41IHiEcY,856
+scipy/stats/_hypotests.py,sha256=RebRBUIaXWqpmobeNreLHua90U75eLj_jL6zPK9EpI4,80873
+scipy/stats/_kde.py,sha256=42pdDE_15sTMT6HTtZmNOcf_phHbopW9RjgcByHFk-I,25866
+scipy/stats/_ksstats.py,sha256=_buNl_2SqBDhPu318J-5zf58HNFvLsJkgjLINC6tWts,20716
+scipy/stats/_levy_stable/__init__.py,sha256=XV3OS5J44tPRYHO6O7KPyx1P3BfEpKoN9tGVHXbgWeA,46765
+scipy/stats/_levy_stable/levyst.cp39-win_amd64.dll.a,sha256=a3ZHjdChQAnXLE-0Onbj7La6gEOE_QDSRmN0PUcoH5U,1524
+scipy/stats/_levy_stable/levyst.cp39-win_amd64.pyd,sha256=JdO2hHVKdvSpOIWoG2AiXbdoK_gJU_qR6n5OFP3RnTg,57344
+scipy/stats/_mannwhitneyu.py,sha256=aGoEi4fpg-GQ4WkGJPhJN7NuyJHqc4xp1hZL3WEMJ7s,21041
+scipy/stats/_morestats.py,sha256=1xpEt9Vba0RvlMlkE075VqU03_lLwMrRr9E2dp_Jmis,191500
+scipy/stats/_mstats_basic.py,sha256=yXp8hGCq_op5dWxlF_CdtFU5KjOv-y2IBpgJZh6Gzmc,122927
+scipy/stats/_mstats_extras.py,sha256=mH5y3bwAEO6XhyvIAsfitMwxmqsdD1hKbvQl8EhqMuY,16891
+scipy/stats/_multicomp.py,sha256=a0QNETPUdVz-muYize7NnHIB50LpMGkXIfNiBbyBjhM,17741
+scipy/stats/_multivariate.py,sha256=n9t--CSA5jGCmj4p0m6dhGV-IsQFWiR5u8OcYOYrT34,244828
+scipy/stats/_mvn.cp39-win_amd64.dll.a,sha256=1spc3kLkw8r6ps-UswMe8jDNCqIimNpzuLPiRyDdb8U,1500
+scipy/stats/_mvn.cp39-win_amd64.pyd,sha256=n8wMJ2Hgmj9LAvYiuvSisRe2Mt1vaCI6kj83ajw9cYc,105984
+scipy/stats/_odds_ratio.py,sha256=Ovn36hoWLRYjV1AwnBiRj5ovUWsYingtY1BhClzPUSY,18340
+scipy/stats/_page_trend_test.py,sha256=dvnRV0v6KZvrZyLT3w7nkp02dkv5T54C4ZcTDFt-iy0,19466
+scipy/stats/_qmc.py,sha256=Aa60a7ALgflaBj2X2QDw24oGHOUeQw51EEW5UadsPfM,102151
+scipy/stats/_qmc_cy.cp39-win_amd64.dll.a,sha256=bpVdkIhhxGHTbVvxKUwP_-8mi1UyXZZ1H3TUqZnL-w4,1540
+scipy/stats/_qmc_cy.cp39-win_amd64.pyd,sha256=zfBlkYVGMM6t9Le-wIHvIbJCebgwR1stU7JkJMk8yYw,408576
+scipy/stats/_qmc_cy.pyi,sha256=l2173UiDribq_G9S47QozpcKo8nO9D3rojwKLEd8m8k,1188
+scipy/stats/_qmvnt.py,sha256=nlJZeatM_ZrfvGrZ5NKGPc4pP-g7TbdMj0aDdvVY6Z8,19300
+scipy/stats/_rcont/__init__.py,sha256=xtM2CGKxJ2uUfF6Pfyoi_0em8i5pa6njGRaaGSrvFkA,88
+scipy/stats/_rcont/rcont.cp39-win_amd64.dll.a,sha256=92Sth3NJq5YE-_8zIx4LhL6MmFRY00wadlVZ3xdU368,1516
+scipy/stats/_rcont/rcont.cp39-win_amd64.pyd,sha256=_blhxyxuRccRzzPlaEwc5O01wmxOaZRleuhy7CudJHM,281088
+scipy/stats/_relative_risk.py,sha256=txlXt8-p2wLydMIrKEOwdAt5giral_X51T2itd7VDDw,9834
+scipy/stats/_resampling.py,sha256=4cUXlkMeBwOsv84NXuJEShiTGxTuMeF73DHpf9ksAhc,83343
+scipy/stats/_result_classes.py,sha256=904WSGrKwzuWHdd3MaS-HUwTJzLm8iF5aNzh0wZq-TM,1125
+scipy/stats/_rvs_sampling.py,sha256=2wz3p8laZ60p2ow9H_G5hnj5ZFlulaMynnFE4laJYRc,2289
+scipy/stats/_sampling.py,sha256=6pcrRPLvRFI-VRM4gRuw8Fub2l8Ot8WeyC-o_AEM3KA,47722
+scipy/stats/_sensitivity_analysis.py,sha256=ZU5scZRNF5evHDM2ViyRKeRIeJskKXgpmObkEctohpw,25457
+scipy/stats/_sobol.cp39-win_amd64.dll.a,sha256=3E3pLyny1_UmTBTXEPiKjkKkw7geJO3XfcIs4w0mr-8,1524
+scipy/stats/_sobol.cp39-win_amd64.pyd,sha256=9gUEu8AMWLEm1m-jXob2Anmm3gYk93OH-pUDF-Hy-qA,373248
+scipy/stats/_sobol.pyi,sha256=tskim056aVi6WIymUMEMdWHaLk8QMqWa2kCAbF2ZTPo,1025
+scipy/stats/_sobol_direction_numbers.npz,sha256=SFmTEUfULORluGBcsnf5V9mLg50DGU_fBleTV5BtGTs,589334
+scipy/stats/_stats.cp39-win_amd64.dll.a,sha256=QT85AIBLAhrXv3QbBbex1mBV0yAfREmm8kCeHYvRiKo,1524
+scipy/stats/_stats.cp39-win_amd64.pyd,sha256=DOv9TmrB0rEqWfwbKEHmJ_kSfpywAEIcH7I2MR26EZ0,704000
+scipy/stats/_stats.pxd,sha256=iR5uHEVtvhVTh99viNHee7PBYW-qF2mlo0zkhO8TGOw,717
+scipy/stats/_stats_mstats_common.py,sha256=G__dCnKFTUj-wViCifNAHAVwL_b_0WjRaazV7MaM2D4,19092
+scipy/stats/_stats_py.py,sha256=ltR5NgFMfWiS4favhO6mB-ZOWN33dtoFKUKY6hkDhVY,434646
+scipy/stats/_stats_pythran.cp39-win_amd64.dll.a,sha256=xCfLU3yok9hr1q_bPRtHVXA1-8Wh6GIQFB6QmJgJD9A,1620
+scipy/stats/_stats_pythran.cp39-win_amd64.pyd,sha256=S8mmqxii2PnaujteLZB_J7FpJb3BGQ6C0lme-LBIE6A,1064448
+scipy/stats/_survival.py,sha256=wf7KADgVjLnET6cibWFXGAY4EgJy17kgQ4JgVY0G1fc,26691
+scipy/stats/_tukeylambda_stats.py,sha256=RtXsm72WCNJ8kQSYkL6x5XEsRopLVkY_wUSS_32NtmY,7070
+scipy/stats/_unuran/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/stats/_unuran/unuran_wrapper.cp39-win_amd64.dll.a,sha256=6d3YtUZk5qve9HrvIO4hV9RLKoL8lKfZ8UpVZCw3wSA,1620
+scipy/stats/_unuran/unuran_wrapper.cp39-win_amd64.pyd,sha256=3w7NVC1REdnyCp4scLjOMDzdKmQvJ_sqFWGb0djj-Xg,1481728
+scipy/stats/_unuran/unuran_wrapper.pyi,sha256=aLU9IcfR08wTYyFdrL55ilePBemIa94wScMls0YkvHI,5730
+scipy/stats/_variation.py,sha256=Vzve--tEjfZJnekfriYdBCdjlb6bJiHvFCFzH7639nc,4496
+scipy/stats/_warnings_errors.py,sha256=f_Hxg3GzZJW2U1B608HFABSkV2w9Xjv1qtsND2AuGKA,1234
+scipy/stats/_wilcoxon.py,sha256=hC33yqM1Z6qFftB9rMg0wCmadDAv8Y-olAsBtwJXP04,8237
+scipy/stats/biasedurn.py,sha256=31bvmg8wJmaIy2rs4CkSRnhG9jEbV9rn7fJ0RoRJafQ,549
+scipy/stats/contingency.py,sha256=SxMGmqxWVIHJIRRJC2tI_aeU0mE-JnMx1PXoQLLtPQQ,16743
+scipy/stats/distributions.py,sha256=_nRpDudL-PbnWvNm3fxRQ-00zEtCleSqhTNk1evZvq8,883
+scipy/stats/kde.py,sha256=CceQ4q97WSElMimCGPjC5vEGx8QLuI8iQFH4KbltWN0,743
+scipy/stats/morestats.py,sha256=FvoVSzbXNuhW4Pc4wAgL3sPAIwP0i8CgRqI2WxhtrTI,1425
+scipy/stats/mstats.py,sha256=jzvELjOG5FulzAORL52iNL6VwQhA3N27RAr_-8fSu1Y,2606
+scipy/stats/mstats_basic.py,sha256=RP6xgbhPD9MeyiMRgxHiGQSWJZXu3-Ay0Z9jc7l8uyQ,1938
+scipy/stats/mstats_extras.py,sha256=6a3gBy_Tm578z4B3VXTn3siLMsRnLwYEL3hL8r5M-pU,811
+scipy/stats/mvn.py,sha256=M0SeLZu6j1NULP0wMDLtWffsmGWgYS-pIsuQebBwPLg,588
+scipy/stats/qmc.py,sha256=zzfKfqpVjNowjVqddBTmZdp1PvvmoVxnaQ0XAYJN6-w,11898
+scipy/stats/sampling.py,sha256=IZYmnsnXtcwXxxHfGGNCE1nyIzRYIzWz-BuH1pSsRv0,1751
+scipy/stats/stats.py,sha256=CBHVLbIYFiOYJMK8HfjZR9nIVOmqnwctIPuJfSEiIsc,2192
+scipy/stats/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+scipy/stats/tests/common_tests.py,sha256=ahg4xq4lUSsJVlpPZOI9ub8AePgNbKtrGDqbijtwzRE,12639
+scipy/stats/tests/data/_mvt.py,sha256=FhbZqSVqMei58-awIxMScB_gSDj_1Fy-RKRkJwuBBns,7076
+scipy/stats/tests/data/fisher_exact_results_from_r.py,sha256=AqKIctwYj-6FUc6XhwZIfrPCEw073oMKhSWrDhuz00I,27956
+scipy/stats/tests/data/jf_skew_t_gamlss_pdf_data.npy,sha256=JU0t7kpNVHuTMcYCQ8b8_K_9JsixBNCNT2BFp2RbO7o,4064
+scipy/stats/tests/data/levy_stable/stable-Z1-cdf-sample-data.npy,sha256=zxjB8tZaIyvyxxISgt8xvyqL6Cevr8TtgQ7TdFfuiYo,183728
+scipy/stats/tests/data/levy_stable/stable-Z1-pdf-sample-data.npy,sha256=_umVErq0zMZWm0e5JOSwNOHNurViT6_H4SBki9X3oSg,183688
+scipy/stats/tests/data/levy_stable/stable-loc-scale-sample-data.npy,sha256=88cZ7dVDH7nnuey20Z48p6kJUpi9GfImaFsPykDwwHM,9328
+scipy/stats/tests/data/nist_anova/AtmWtAg.dat,sha256=WhCDyQYtOWbyRL_6N2_JsDMkSr-GoNDdAWrznNcfuKc,3171
+scipy/stats/tests/data/nist_anova/SiRstv.dat,sha256=Wk8C1_JW4Yww3K0bgeAmC7gQtawRP2EH4G3uFo0HZj4,2032
+scipy/stats/tests/data/nist_anova/SmLs01.dat,sha256=rSjKwNT7ef_qJSK1U0kIO96hDxKm-MRs-6vMzbTWuJY,6304
+scipy/stats/tests/data/nist_anova/SmLs02.dat,sha256=cI4y6vNnaavnUz59zRttxnCRtg35ON03xPDmVmDvews,48430
+scipy/stats/tests/data/nist_anova/SmLs03.dat,sha256=4YQE0GKLeGcFgLIwo6O2zZl9lZ0A-Soog6TalCsZN3o,469635
+scipy/stats/tests/data/nist_anova/SmLs04.dat,sha256=EwjrFYHyjObJ3kypUg_Mcp-RbDTx-d7hD7bmWB5bTOc,7064
+scipy/stats/tests/data/nist_anova/SmLs05.dat,sha256=exMz5uVs7XQUUJbfd0z7H2MFITyyj5qCIsQYyoXQwpY,55668
+scipy/stats/tests/data/nist_anova/SmLs06.dat,sha256=DA8Jot8F8unbUySmqu7YVkdlHodOn1w4krjyn8SiAPc,541674
+scipy/stats/tests/data/nist_anova/SmLs07.dat,sha256=_ZXFEKqLPOf2fd0yhGzOrX2auuRBeQM2xvsPywrjVY8,7630
+scipy/stats/tests/data/nist_anova/SmLs08.dat,sha256=h9043__rZdOdvj6LpzvRZkT8OWwarQP8ApUiXzumrvk,61097
+scipy/stats/tests/data/nist_anova/SmLs09.dat,sha256=9GiMWg1WkPyG-ifgxaJl7vCyRkHnSvJ6py2WFQhN0T8,595702
+scipy/stats/tests/data/nist_linregress/Norris.dat,sha256=WraQbGipxLLrFmHAzX0qCfWkaabU4FtraR8ZD197lE8,2688
+scipy/stats/tests/data/rel_breitwigner_pdf_sample_data_ROOT.npy,sha256=7vTccC3YxuMcGMdOH4EoTD6coqtQKC3jnJrTC3u4520,38624
+scipy/stats/tests/data/studentized_range_mpmath_ref.json,sha256=ZIARw6MmSmQkPpmLKGurnF_WxcZqQxUJmgoVsooTJIU,30737
+scipy/stats/tests/test_axis_nan_policy.py,sha256=n2N12DmC5KTzKgfid54z0f89YAgPhanBevvMV9yenMQ,52666
+scipy/stats/tests/test_binned_statistic.py,sha256=Zx8gdkQGNDoF6gUXLbi3PJdXsN-4ZmVrB_4HnCcYYYY,19382
+scipy/stats/tests/test_boost_ufuncs.py,sha256=APd62wRVk3ipERc5RlOW-z0Nyx4hn9vwI1QCQoAvYbg,1872
+scipy/stats/tests/test_censored_data.py,sha256=LtTBWL6HY-0m7HzbZkYDLO1NH3Z0h_D7I2XZ27CwuWY,7087
+scipy/stats/tests/test_contingency.py,sha256=IXGuId-yDBKkt3aYl-Qj16Ojl_hFKQ0NEkLjfFCzlZ8,7947
+scipy/stats/tests/test_continuous_basic.py,sha256=IU8OIsdMbfYKW9z_7LbPl0zgoSkaNuExmyscb5dlK_s,42809
+scipy/stats/tests/test_continuous_fit_censored.py,sha256=PtKzuvJPtFTF__pr209v-i34pcYOXSCB1vMfz8Uez3M,24871
+scipy/stats/tests/test_crosstab.py,sha256=8NEB6tQ-kVkPYhGvW_nH0WQbWzTruHGWzlrZdTyXPcc,3997
+scipy/stats/tests/test_discrete_basic.py,sha256=lYPd-l9Ci7bWkHkAz6OU5Bqrjc6pTXxCcmSGn_EuACU,20546
+scipy/stats/tests/test_discrete_distns.py,sha256=FqKg-bWb7JoSw0QkmgTbjKPqE7YwS593FgOZ07rnht0,23881
+scipy/stats/tests/test_distributions.py,sha256=_-PPtwBmV9fLiG74Uuy42A584lLMU1uITBjkv3PhDJQ,393927
+scipy/stats/tests/test_entropy.py,sha256=8WzBCUvPd0SHijC0pyNnK7b3RcjvSi93sJrnV2Wv4EA,11567
+scipy/stats/tests/test_fast_gen_inversion.py,sha256=XX3949wQHNSieAp5sP26ANcFcRSVu2TWgVHzggNOU3E,16319
+scipy/stats/tests/test_fit.py,sha256=P9oyItx00b_ydSRzWKmM3Dxu2H8GbD-XGnCdgfvklYo,46689
+scipy/stats/tests/test_hypotests.py,sha256=3Er6eBwDQhqoYAgXK1VNMFxTpmWVfy09NCPY2faMlxo,82181
+scipy/stats/tests/test_kdeoth.py,sha256=ctUd9YlnageW1tUrlZKbCfJVXVqeul_IiNokEnF9Jmg,21078
+scipy/stats/tests/test_morestats.py,sha256=t7_G4SJfHdcwHjDd9qB6Npq3c8HOpviYXZCOAkAUb0M,131440
+scipy/stats/tests/test_mstats_basic.py,sha256=9cSrIA7KXnPC_Evj2sc0b4YuLzQkmpAq-q8hlGQ8n50,88460
+scipy/stats/tests/test_mstats_extras.py,sha256=ae8Qn_-iLAI70UaMDbl_r78eeX2xVShuNrRXa81jMxA,7469
+scipy/stats/tests/test_multicomp.py,sha256=zabamhTMhUvYbxWS7vHQEPXuFJv6FAg5czBhVVYbchs,18230
+scipy/stats/tests/test_multivariate.py,sha256=zne6CGX2dfqjXRbDbatfiDk3fYntsbOVg58x4RVHdk4,157172
+scipy/stats/tests/test_odds_ratio.py,sha256=J5A_AiTlmnMM4ccKOl2cNrv9oBBRFyI5krfJB1F0GMo,6852
+scipy/stats/tests/test_qmc.py,sha256=J4ce-tnYOEDchvb1zge0Xx2LtVkLZNgsqnfIewX8O-4,56055
+scipy/stats/tests/test_rank.py,sha256=dGqwkEQK8_F_7AbdOQ6AdDlT9ni_sAcF8uVlmXp3fSc,12057
+scipy/stats/tests/test_relative_risk.py,sha256=_JizDcNuNxqEQ5j9fNqbvhu0Xxa8YkDUlBivVTsykhY,3741
+scipy/stats/tests/test_resampling.py,sha256=8HPX3vszyRh-2841U60AefdRlVe2JSGVyVJMjQuaG1c,73514
+scipy/stats/tests/test_sampling.py,sha256=2tvh2caj9CAxAfetG_6Ut3lL00yfyqKTaQkPWqc74mI,55958
+scipy/stats/tests/test_sensitivity_analysis.py,sha256=VnSlauhmxG2qbYY8h1b6SlOFD935mLcRVA3Es6xmPpU,10434
+scipy/stats/tests/test_stats.py,sha256=PWA2VVf-c3HeG_VwdNlwJuHwsDivVqCPGFH93J24i8o,368856
+scipy/stats/tests/test_survival.py,sha256=CyFbtihuBA5nj5-aXl_-4Ox67ehTLThNO__MJwlJ9SY,22735
+scipy/stats/tests/test_tukeylambda_stats.py,sha256=AmqMknbKki17oYdfP5H_IaP6WyuvWRXNyUrWflzGLAE,3316
+scipy/stats/tests/test_variation.py,sha256=pCy3hECRpUp_zYuV5oINSLQPmT9lQZcmrIsLr0o_1MU,6451
+scipy/version.py,sha256=UEkIBSCL4qRhuonlGCpUPidK-nBsbGWzdBKEHbitGe8,276
diff --git a/.venv/Lib/site-packages/scipy-1.13.1.dist-info/REQUESTED b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/REQUESTED
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/.venv/Lib/site-packages/scipy-1.13.1.dist-info/WHEEL b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/WHEEL
new file mode 100644
index 0000000000000000000000000000000000000000..d3360fd8a30a2c15de086a1e7ecc72dc9a98543b
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy-1.13.1.dist-info/WHEEL
@@ -0,0 +1,4 @@
+Wheel-Version: 1.0
+Generator: meson
+Root-Is-Purelib: false
+Tag: cp39-cp39-win_amd64
\ No newline at end of file
diff --git a/.venv/Lib/site-packages/scipy.libs/.load-order-scipy-1.13.1 b/.venv/Lib/site-packages/scipy.libs/.load-order-scipy-1.13.1
new file mode 100644
index 0000000000000000000000000000000000000000..09835f309f465aeeda82eb4a738d9e04cbe993cc
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy.libs/.load-order-scipy-1.13.1
@@ -0,0 +1 @@
+libopenblas_v0.3.27--3aa239bc726cfb0bd8e5330d8d4c15c6.dll
diff --git a/.venv/Lib/site-packages/scipy/__pycache__/__config__.cpython-39.pyc b/.venv/Lib/site-packages/scipy/__pycache__/__config__.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c13b088a8293826543fda0d15657c711c140d7fb
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/__pycache__/__config__.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/__pycache__/__init__.cpython-39.pyc b/.venv/Lib/site-packages/scipy/__pycache__/__init__.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..463e5421e329df244cf04b9c546332c2b1934d09
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/__pycache__/__init__.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/__pycache__/_distributor_init.cpython-39.pyc b/.venv/Lib/site-packages/scipy/__pycache__/_distributor_init.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4140ad01632f2d81551bfd078871d8e121d3b2cc
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/__pycache__/_distributor_init.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/__pycache__/version.cpython-39.pyc b/.venv/Lib/site-packages/scipy/__pycache__/version.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..63bd703e45946676f26dbfd605bd64df89f76078
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/__pycache__/version.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/__init__.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/__init__.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e29142555bdfb4e8cbd491a3a975e2b35b09fabe
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/__init__.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/_array_api.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_array_api.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..cac4cbe3961732e73dde8f9a9690cd03825db66a
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_array_api.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/_bunch.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_bunch.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..eed36a5fbb5fc46cdc24e35891522b720f5c2d4b
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_bunch.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/_ccallback.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_ccallback.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..12bb90bcebf2a6f93df685588f3381dbf7fc1bd0
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_ccallback.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/_docscrape.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_docscrape.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..84873ca3c23a48b71fe2af32723843fa409b8399
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_docscrape.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/_finite_differences.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_finite_differences.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..814fb8ca4271093523585210db1ceb44d18a6fe9
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_finite_differences.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/_pep440.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_pep440.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a68db7a59a10245e4ec8b0240f61a51c3cd70443
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_pep440.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/_testutils.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_testutils.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..95003456dfdd35ee93a1243ce9aad56b9ff1023d
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_testutils.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/_threadsafety.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_threadsafety.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3d3fa7f014257269773c2591f92ec8261b248e0b
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_threadsafety.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/_util.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_util.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e76e45a79762e386c39d7b3247e82b712e81c462
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/_util.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/decorator.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/decorator.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b90ad1f183309a3575997c83204905e6133e355a
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/decorator.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/deprecation.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/deprecation.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..aff1c60ec81dba4648046afdfc5bdb27bbd035b9
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/deprecation.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/doccer.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/doccer.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..69b086a9280e53af9d3205083ad06b1b5e5dd264
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/doccer.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/__pycache__/uarray.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/__pycache__/uarray.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..dd713300b98c72104d4227a739cd8262cb863db6
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/__pycache__/uarray.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/_uarray/LICENSE b/.venv/Lib/site-packages/scipy/_lib/_uarray/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..90e4b0a1e185e7073aae5d480af303b0ea992700
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/_uarray/LICENSE
@@ -0,0 +1,29 @@
+BSD 3-Clause License
+
+Copyright (c) 2018, Quansight-Labs
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/.venv/Lib/site-packages/scipy/_lib/_uarray/__init__.py b/.venv/Lib/site-packages/scipy/_lib/_uarray/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..2382b9a6c52e0e207dd37a268a6cab49f3dae591
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/_uarray/__init__.py
@@ -0,0 +1,116 @@
+"""
+.. note:
+ If you are looking for overrides for NumPy-specific methods, see the
+ documentation for :obj:`unumpy`. This page explains how to write
+ back-ends and multimethods.
+
+``uarray`` is built around a back-end protocol, and overridable multimethods.
+It is necessary to define multimethods for back-ends to be able to override them.
+See the documentation of :obj:`generate_multimethod` on how to write multimethods.
+
+
+
+Let's start with the simplest:
+
+``__ua_domain__`` defines the back-end *domain*. The domain consists of period-
+separated string consisting of the modules you extend plus the submodule. For
+example, if a submodule ``module2.submodule`` extends ``module1``
+(i.e., it exposes dispatchables marked as types available in ``module1``),
+then the domain string should be ``"module1.module2.submodule"``.
+
+
+For the purpose of this demonstration, we'll be creating an object and setting
+its attributes directly. However, note that you can use a module or your own type
+as a backend as well.
+
+>>> class Backend: pass
+>>> be = Backend()
+>>> be.__ua_domain__ = "ua_examples"
+
+It might be useful at this point to sidetrack to the documentation of
+:obj:`generate_multimethod` to find out how to generate a multimethod
+overridable by :obj:`uarray`. Needless to say, writing a backend and
+creating multimethods are mostly orthogonal activities, and knowing
+one doesn't necessarily require knowledge of the other, although it
+is certainly helpful. We expect core API designers/specifiers to write the
+multimethods, and implementors to override them. But, as is often the case,
+similar people write both.
+
+Without further ado, here's an example multimethod:
+
+>>> import uarray as ua
+>>> from uarray import Dispatchable
+>>> def override_me(a, b):
+... return Dispatchable(a, int),
+>>> def override_replacer(args, kwargs, dispatchables):
+... return (dispatchables[0], args[1]), {}
+>>> overridden_me = ua.generate_multimethod(
+... override_me, override_replacer, "ua_examples"
+... )
+
+Next comes the part about overriding the multimethod. This requires
+the ``__ua_function__`` protocol, and the ``__ua_convert__``
+protocol. The ``__ua_function__`` protocol has the signature
+``(method, args, kwargs)`` where ``method`` is the passed
+multimethod, ``args``/``kwargs`` specify the arguments and ``dispatchables``
+is the list of converted dispatchables passed in.
+
+>>> def __ua_function__(method, args, kwargs):
+... return method.__name__, args, kwargs
+>>> be.__ua_function__ = __ua_function__
+
+The other protocol of interest is the ``__ua_convert__`` protocol. It has the
+signature ``(dispatchables, coerce)``. When ``coerce`` is ``False``, conversion
+between the formats should ideally be an ``O(1)`` operation, but it means that
+no memory copying should be involved, only views of the existing data.
+
+>>> def __ua_convert__(dispatchables, coerce):
+... for d in dispatchables:
+... if d.type is int:
+... if coerce and d.coercible:
+... yield str(d.value)
+... else:
+... yield d.value
+>>> be.__ua_convert__ = __ua_convert__
+
+Now that we have defined the backend, the next thing to do is to call the multimethod.
+
+>>> with ua.set_backend(be):
+... overridden_me(1, "2")
+('override_me', (1, '2'), {})
+
+Note that the marked type has no effect on the actual type of the passed object.
+We can also coerce the type of the input.
+
+>>> with ua.set_backend(be, coerce=True):
+... overridden_me(1, "2")
+... overridden_me(1.0, "2")
+('override_me', ('1', '2'), {})
+('override_me', ('1.0', '2'), {})
+
+Another feature is that if you remove ``__ua_convert__``, the arguments are not
+converted at all and it's up to the backend to handle that.
+
+>>> del be.__ua_convert__
+>>> with ua.set_backend(be):
+... overridden_me(1, "2")
+('override_me', (1, '2'), {})
+
+You also have the option to return ``NotImplemented``, in which case processing moves on
+to the next back-end, which in this case, doesn't exist. The same applies to
+``__ua_convert__``.
+
+>>> be.__ua_function__ = lambda *a, **kw: NotImplemented
+>>> with ua.set_backend(be):
+... overridden_me(1, "2")
+Traceback (most recent call last):
+ ...
+uarray.BackendNotImplementedError: ...
+
+The last possibility is if we don't have ``__ua_convert__``, in which case the job is
+left up to ``__ua_function__``, but putting things back into arrays after conversion
+will not be possible.
+"""
+
+from ._backend import *
+__version__ = '0.8.8.dev0+aa94c5a4.scipy'
diff --git a/.venv/Lib/site-packages/scipy/_lib/_uarray/__pycache__/__init__.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/_uarray/__pycache__/__init__.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c53578ab6002268a1c4c810d6b648c14f7319b41
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/_uarray/__pycache__/__init__.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/_uarray/__pycache__/_backend.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/_uarray/__pycache__/_backend.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e8a6d165914d944ecee3f2c47ac8844fdbbf2871
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/_uarray/__pycache__/_backend.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/_uarray/_backend.py b/.venv/Lib/site-packages/scipy/_lib/_uarray/_backend.py
new file mode 100644
index 0000000000000000000000000000000000000000..cabeb7a9a7b74c7529304bc50a303d31d92b43c8
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/_uarray/_backend.py
@@ -0,0 +1,704 @@
+import typing
+import types
+import inspect
+import functools
+from . import _uarray
+import copyreg
+import pickle
+import contextlib
+
+from ._uarray import ( # type: ignore
+ BackendNotImplementedError,
+ _Function,
+ _SkipBackendContext,
+ _SetBackendContext,
+ _BackendState,
+)
+
+__all__ = [
+ "set_backend",
+ "set_global_backend",
+ "skip_backend",
+ "register_backend",
+ "determine_backend",
+ "determine_backend_multi",
+ "clear_backends",
+ "create_multimethod",
+ "generate_multimethod",
+ "_Function",
+ "BackendNotImplementedError",
+ "Dispatchable",
+ "wrap_single_convertor",
+ "wrap_single_convertor_instance",
+ "all_of_type",
+ "mark_as",
+ "set_state",
+ "get_state",
+ "reset_state",
+ "_BackendState",
+ "_SkipBackendContext",
+ "_SetBackendContext",
+]
+
+ArgumentExtractorType = typing.Callable[..., tuple["Dispatchable", ...]]
+ArgumentReplacerType = typing.Callable[
+ [tuple, dict, tuple], tuple[tuple, dict]
+]
+
+def unpickle_function(mod_name, qname, self_):
+ import importlib
+
+ try:
+ module = importlib.import_module(mod_name)
+ qname = qname.split(".")
+ func = module
+ for q in qname:
+ func = getattr(func, q)
+
+ if self_ is not None:
+ func = types.MethodType(func, self_)
+
+ return func
+ except (ImportError, AttributeError) as e:
+ from pickle import UnpicklingError
+
+ raise UnpicklingError from e
+
+
+def pickle_function(func):
+ mod_name = getattr(func, "__module__", None)
+ qname = getattr(func, "__qualname__", None)
+ self_ = getattr(func, "__self__", None)
+
+ try:
+ test = unpickle_function(mod_name, qname, self_)
+ except pickle.UnpicklingError:
+ test = None
+
+ if test is not func:
+ raise pickle.PicklingError(
+ f"Can't pickle {func}: it's not the same object as {test}"
+ )
+
+ return unpickle_function, (mod_name, qname, self_)
+
+
+def pickle_state(state):
+ return _uarray._BackendState._unpickle, state._pickle()
+
+
+def pickle_set_backend_context(ctx):
+ return _SetBackendContext, ctx._pickle()
+
+
+def pickle_skip_backend_context(ctx):
+ return _SkipBackendContext, ctx._pickle()
+
+
+copyreg.pickle(_Function, pickle_function)
+copyreg.pickle(_uarray._BackendState, pickle_state)
+copyreg.pickle(_SetBackendContext, pickle_set_backend_context)
+copyreg.pickle(_SkipBackendContext, pickle_skip_backend_context)
+
+
+def get_state():
+ """
+ Returns an opaque object containing the current state of all the backends.
+
+ Can be used for synchronization between threads/processes.
+
+ See Also
+ --------
+ set_state
+ Sets the state returned by this function.
+ """
+ return _uarray.get_state()
+
+
+@contextlib.contextmanager
+def reset_state():
+ """
+ Returns a context manager that resets all state once exited.
+
+ See Also
+ --------
+ set_state
+ Context manager that sets the backend state.
+ get_state
+ Gets a state to be set by this context manager.
+ """
+ with set_state(get_state()):
+ yield
+
+
+@contextlib.contextmanager
+def set_state(state):
+ """
+ A context manager that sets the state of the backends to one returned by :obj:`get_state`.
+
+ See Also
+ --------
+ get_state
+ Gets a state to be set by this context manager.
+ """ # noqa: E501
+ old_state = get_state()
+ _uarray.set_state(state)
+ try:
+ yield
+ finally:
+ _uarray.set_state(old_state, True)
+
+
+def create_multimethod(*args, **kwargs):
+ """
+ Creates a decorator for generating multimethods.
+
+ This function creates a decorator that can be used with an argument
+ extractor in order to generate a multimethod. Other than for the
+ argument extractor, all arguments are passed on to
+ :obj:`generate_multimethod`.
+
+ See Also
+ --------
+ generate_multimethod
+ Generates a multimethod.
+ """
+
+ def wrapper(a):
+ return generate_multimethod(a, *args, **kwargs)
+
+ return wrapper
+
+
+def generate_multimethod(
+ argument_extractor: ArgumentExtractorType,
+ argument_replacer: ArgumentReplacerType,
+ domain: str,
+ default: typing.Optional[typing.Callable] = None,
+):
+ """
+ Generates a multimethod.
+
+ Parameters
+ ----------
+ argument_extractor : ArgumentExtractorType
+ A callable which extracts the dispatchable arguments. Extracted arguments
+ should be marked by the :obj:`Dispatchable` class. It has the same signature
+ as the desired multimethod.
+ argument_replacer : ArgumentReplacerType
+ A callable with the signature (args, kwargs, dispatchables), which should also
+ return an (args, kwargs) pair with the dispatchables replaced inside the
+ args/kwargs.
+ domain : str
+ A string value indicating the domain of this multimethod.
+ default: Optional[Callable], optional
+ The default implementation of this multimethod, where ``None`` (the default)
+ specifies there is no default implementation.
+
+ Examples
+ --------
+ In this example, ``a`` is to be dispatched over, so we return it, while marking it
+ as an ``int``.
+ The trailing comma is needed because the args have to be returned as an iterable.
+
+ >>> def override_me(a, b):
+ ... return Dispatchable(a, int),
+
+ Next, we define the argument replacer that replaces the dispatchables inside
+ args/kwargs with the supplied ones.
+
+ >>> def override_replacer(args, kwargs, dispatchables):
+ ... return (dispatchables[0], args[1]), {}
+
+ Next, we define the multimethod.
+
+ >>> overridden_me = generate_multimethod(
+ ... override_me, override_replacer, "ua_examples"
+ ... )
+
+ Notice that there's no default implementation, unless you supply one.
+
+ >>> overridden_me(1, "a")
+ Traceback (most recent call last):
+ ...
+ uarray.BackendNotImplementedError: ...
+
+ >>> overridden_me2 = generate_multimethod(
+ ... override_me, override_replacer, "ua_examples", default=lambda x, y: (x, y)
+ ... )
+ >>> overridden_me2(1, "a")
+ (1, 'a')
+
+ See Also
+ --------
+ uarray
+ See the module documentation for how to override the method by creating
+ backends.
+ """
+ kw_defaults, arg_defaults, opts = get_defaults(argument_extractor)
+ ua_func = _Function(
+ argument_extractor,
+ argument_replacer,
+ domain,
+ arg_defaults,
+ kw_defaults,
+ default,
+ )
+
+ return functools.update_wrapper(ua_func, argument_extractor)
+
+
+def set_backend(backend, coerce=False, only=False):
+ """
+ A context manager that sets the preferred backend.
+
+ Parameters
+ ----------
+ backend
+ The backend to set.
+ coerce
+ Whether or not to coerce to a specific backend's types. Implies ``only``.
+ only
+ Whether or not this should be the last backend to try.
+
+ See Also
+ --------
+ skip_backend: A context manager that allows skipping of backends.
+ set_global_backend: Set a single, global backend for a domain.
+ """
+ try:
+ return backend.__ua_cache__["set", coerce, only]
+ except AttributeError:
+ backend.__ua_cache__ = {}
+ except KeyError:
+ pass
+
+ ctx = _SetBackendContext(backend, coerce, only)
+ backend.__ua_cache__["set", coerce, only] = ctx
+ return ctx
+
+
+def skip_backend(backend):
+ """
+ A context manager that allows one to skip a given backend from processing
+ entirely. This allows one to use another backend's code in a library that
+ is also a consumer of the same backend.
+
+ Parameters
+ ----------
+ backend
+ The backend to skip.
+
+ See Also
+ --------
+ set_backend: A context manager that allows setting of backends.
+ set_global_backend: Set a single, global backend for a domain.
+ """
+ try:
+ return backend.__ua_cache__["skip"]
+ except AttributeError:
+ backend.__ua_cache__ = {}
+ except KeyError:
+ pass
+
+ ctx = _SkipBackendContext(backend)
+ backend.__ua_cache__["skip"] = ctx
+ return ctx
+
+
+def get_defaults(f):
+ sig = inspect.signature(f)
+ kw_defaults = {}
+ arg_defaults = []
+ opts = set()
+ for k, v in sig.parameters.items():
+ if v.default is not inspect.Parameter.empty:
+ kw_defaults[k] = v.default
+ if v.kind in (
+ inspect.Parameter.POSITIONAL_ONLY,
+ inspect.Parameter.POSITIONAL_OR_KEYWORD,
+ ):
+ arg_defaults.append(v.default)
+ opts.add(k)
+
+ return kw_defaults, tuple(arg_defaults), opts
+
+
+def set_global_backend(backend, coerce=False, only=False, *, try_last=False):
+ """
+ This utility method replaces the default backend for permanent use. It
+ will be tried in the list of backends automatically, unless the
+ ``only`` flag is set on a backend. This will be the first tried
+ backend outside the :obj:`set_backend` context manager.
+
+ Note that this method is not thread-safe.
+
+ .. warning::
+ We caution library authors against using this function in
+ their code. We do *not* support this use-case. This function
+ is meant to be used only by users themselves, or by a reference
+ implementation, if one exists.
+
+ Parameters
+ ----------
+ backend
+ The backend to register.
+ coerce : bool
+ Whether to coerce input types when trying this backend.
+ only : bool
+ If ``True``, no more backends will be tried if this fails.
+ Implied by ``coerce=True``.
+ try_last : bool
+ If ``True``, the global backend is tried after registered backends.
+
+ See Also
+ --------
+ set_backend: A context manager that allows setting of backends.
+ skip_backend: A context manager that allows skipping of backends.
+ """
+ _uarray.set_global_backend(backend, coerce, only, try_last)
+
+
+def register_backend(backend):
+ """
+ This utility method sets registers backend for permanent use. It
+ will be tried in the list of backends automatically, unless the
+ ``only`` flag is set on a backend.
+
+ Note that this method is not thread-safe.
+
+ Parameters
+ ----------
+ backend
+ The backend to register.
+ """
+ _uarray.register_backend(backend)
+
+
+def clear_backends(domain, registered=True, globals=False):
+ """
+ This utility method clears registered backends.
+
+ .. warning::
+ We caution library authors against using this function in
+ their code. We do *not* support this use-case. This function
+ is meant to be used only by users themselves.
+
+ .. warning::
+ Do NOT use this method inside a multimethod call, or the
+ program is likely to crash.
+
+ Parameters
+ ----------
+ domain : Optional[str]
+ The domain for which to de-register backends. ``None`` means
+ de-register for all domains.
+ registered : bool
+ Whether or not to clear registered backends. See :obj:`register_backend`.
+ globals : bool
+ Whether or not to clear global backends. See :obj:`set_global_backend`.
+
+ See Also
+ --------
+ register_backend : Register a backend globally.
+ set_global_backend : Set a global backend.
+ """
+ _uarray.clear_backends(domain, registered, globals)
+
+
+class Dispatchable:
+ """
+ A utility class which marks an argument with a specific dispatch type.
+
+
+ Attributes
+ ----------
+ value
+ The value of the Dispatchable.
+
+ type
+ The type of the Dispatchable.
+
+ Examples
+ --------
+ >>> x = Dispatchable(1, str)
+ >>> x
+ , value=1>
+
+ See Also
+ --------
+ all_of_type
+ Marks all unmarked parameters of a function.
+
+ mark_as
+ Allows one to create a utility function to mark as a given type.
+ """
+
+ def __init__(self, value, dispatch_type, coercible=True):
+ self.value = value
+ self.type = dispatch_type
+ self.coercible = coercible
+
+ def __getitem__(self, index):
+ return (self.type, self.value)[index]
+
+ def __str__(self):
+ return f"<{type(self).__name__}: type={self.type!r}, value={self.value!r}>"
+
+ __repr__ = __str__
+
+
+def mark_as(dispatch_type):
+ """
+ Creates a utility function to mark something as a specific type.
+
+ Examples
+ --------
+ >>> mark_int = mark_as(int)
+ >>> mark_int(1)
+ , value=1>
+ """
+ return functools.partial(Dispatchable, dispatch_type=dispatch_type)
+
+
+def all_of_type(arg_type):
+ """
+ Marks all unmarked arguments as a given type.
+
+ Examples
+ --------
+ >>> @all_of_type(str)
+ ... def f(a, b):
+ ... return a, Dispatchable(b, int)
+ >>> f('a', 1)
+ (, value='a'>,
+ , value=1>)
+ """
+
+ def outer(func):
+ @functools.wraps(func)
+ def inner(*args, **kwargs):
+ extracted_args = func(*args, **kwargs)
+ return tuple(
+ Dispatchable(arg, arg_type)
+ if not isinstance(arg, Dispatchable)
+ else arg
+ for arg in extracted_args
+ )
+
+ return inner
+
+ return outer
+
+
+def wrap_single_convertor(convert_single):
+ """
+ Wraps a ``__ua_convert__`` defined for a single element to all elements.
+ If any of them return ``NotImplemented``, the operation is assumed to be
+ undefined.
+
+ Accepts a signature of (value, type, coerce).
+ """
+
+ @functools.wraps(convert_single)
+ def __ua_convert__(dispatchables, coerce):
+ converted = []
+ for d in dispatchables:
+ c = convert_single(d.value, d.type, coerce and d.coercible)
+
+ if c is NotImplemented:
+ return NotImplemented
+
+ converted.append(c)
+
+ return converted
+
+ return __ua_convert__
+
+
+def wrap_single_convertor_instance(convert_single):
+ """
+ Wraps a ``__ua_convert__`` defined for a single element to all elements.
+ If any of them return ``NotImplemented``, the operation is assumed to be
+ undefined.
+
+ Accepts a signature of (value, type, coerce).
+ """
+
+ @functools.wraps(convert_single)
+ def __ua_convert__(self, dispatchables, coerce):
+ converted = []
+ for d in dispatchables:
+ c = convert_single(self, d.value, d.type, coerce and d.coercible)
+
+ if c is NotImplemented:
+ return NotImplemented
+
+ converted.append(c)
+
+ return converted
+
+ return __ua_convert__
+
+
+def determine_backend(value, dispatch_type, *, domain, only=True, coerce=False):
+ """Set the backend to the first active backend that supports ``value``
+
+ This is useful for functions that call multimethods without any dispatchable
+ arguments. You can use :func:`determine_backend` to ensure the same backend
+ is used everywhere in a block of multimethod calls.
+
+ Parameters
+ ----------
+ value
+ The value being tested
+ dispatch_type
+ The dispatch type associated with ``value``, aka
+ ":ref:`marking `".
+ domain: string
+ The domain to query for backends and set.
+ coerce: bool
+ Whether or not to allow coercion to the backend's types. Implies ``only``.
+ only: bool
+ Whether or not this should be the last backend to try.
+
+ See Also
+ --------
+ set_backend: For when you know which backend to set
+
+ Notes
+ -----
+
+ Support is determined by the ``__ua_convert__`` protocol. Backends not
+ supporting the type must return ``NotImplemented`` from their
+ ``__ua_convert__`` if they don't support input of that type.
+
+ Examples
+ --------
+
+ Suppose we have two backends ``BackendA`` and ``BackendB`` each supporting
+ different types, ``TypeA`` and ``TypeB``. Neither supporting the other type:
+
+ >>> with ua.set_backend(ex.BackendA):
+ ... ex.call_multimethod(ex.TypeB(), ex.TypeB())
+ Traceback (most recent call last):
+ ...
+ uarray.BackendNotImplementedError: ...
+
+ Now consider a multimethod that creates a new object of ``TypeA``, or
+ ``TypeB`` depending on the active backend.
+
+ >>> with ua.set_backend(ex.BackendA), ua.set_backend(ex.BackendB):
+ ... res = ex.creation_multimethod()
+ ... ex.call_multimethod(res, ex.TypeA())
+ Traceback (most recent call last):
+ ...
+ uarray.BackendNotImplementedError: ...
+
+ ``res`` is an object of ``TypeB`` because ``BackendB`` is set in the
+ innermost with statement. So, ``call_multimethod`` fails since the types
+ don't match.
+
+ Instead, we need to first find a backend suitable for all of our objects.
+
+ >>> with ua.set_backend(ex.BackendA), ua.set_backend(ex.BackendB):
+ ... x = ex.TypeA()
+ ... with ua.determine_backend(x, "mark", domain="ua_examples"):
+ ... res = ex.creation_multimethod()
+ ... ex.call_multimethod(res, x)
+ TypeA
+
+ """
+ dispatchables = (Dispatchable(value, dispatch_type, coerce),)
+ backend = _uarray.determine_backend(domain, dispatchables, coerce)
+
+ return set_backend(backend, coerce=coerce, only=only)
+
+
+def determine_backend_multi(
+ dispatchables, *, domain, only=True, coerce=False, **kwargs
+):
+ """Set a backend supporting all ``dispatchables``
+
+ This is useful for functions that call multimethods without any dispatchable
+ arguments. You can use :func:`determine_backend_multi` to ensure the same
+ backend is used everywhere in a block of multimethod calls involving
+ multiple arrays.
+
+ Parameters
+ ----------
+ dispatchables: Sequence[Union[uarray.Dispatchable, Any]]
+ The dispatchables that must be supported
+ domain: string
+ The domain to query for backends and set.
+ coerce: bool
+ Whether or not to allow coercion to the backend's types. Implies ``only``.
+ only: bool
+ Whether or not this should be the last backend to try.
+ dispatch_type: Optional[Any]
+ The default dispatch type associated with ``dispatchables``, aka
+ ":ref:`marking `".
+
+ See Also
+ --------
+ determine_backend: For a single dispatch value
+ set_backend: For when you know which backend to set
+
+ Notes
+ -----
+
+ Support is determined by the ``__ua_convert__`` protocol. Backends not
+ supporting the type must return ``NotImplemented`` from their
+ ``__ua_convert__`` if they don't support input of that type.
+
+ Examples
+ --------
+
+ :func:`determine_backend` allows the backend to be set from a single
+ object. :func:`determine_backend_multi` allows multiple objects to be
+ checked simultaneously for support in the backend. Suppose we have a
+ ``BackendAB`` which supports ``TypeA`` and ``TypeB`` in the same call,
+ and a ``BackendBC`` that doesn't support ``TypeA``.
+
+ >>> with ua.set_backend(ex.BackendAB), ua.set_backend(ex.BackendBC):
+ ... a, b = ex.TypeA(), ex.TypeB()
+ ... with ua.determine_backend_multi(
+ ... [ua.Dispatchable(a, "mark"), ua.Dispatchable(b, "mark")],
+ ... domain="ua_examples"
+ ... ):
+ ... res = ex.creation_multimethod()
+ ... ex.call_multimethod(res, a, b)
+ TypeA
+
+ This won't call ``BackendBC`` because it doesn't support ``TypeA``.
+
+ We can also use leave out the ``ua.Dispatchable`` if we specify the
+ default ``dispatch_type`` for the ``dispatchables`` argument.
+
+ >>> with ua.set_backend(ex.BackendAB), ua.set_backend(ex.BackendBC):
+ ... a, b = ex.TypeA(), ex.TypeB()
+ ... with ua.determine_backend_multi(
+ ... [a, b], dispatch_type="mark", domain="ua_examples"
+ ... ):
+ ... res = ex.creation_multimethod()
+ ... ex.call_multimethod(res, a, b)
+ TypeA
+
+ """
+ if "dispatch_type" in kwargs:
+ disp_type = kwargs.pop("dispatch_type")
+ dispatchables = tuple(
+ d if isinstance(d, Dispatchable) else Dispatchable(d, disp_type)
+ for d in dispatchables
+ )
+ else:
+ dispatchables = tuple(dispatchables)
+ if not all(isinstance(d, Dispatchable) for d in dispatchables):
+ raise TypeError("dispatchables must be instances of uarray.Dispatchable")
+
+ if len(kwargs) != 0:
+ raise TypeError(f"Received unexpected keyword arguments: {kwargs}")
+
+ backend = _uarray.determine_backend(domain, dispatchables, coerce)
+
+ return set_backend(backend, coerce=coerce, only=only)
diff --git a/.venv/Lib/site-packages/scipy/_lib/_uarray/_uarray.cp39-win_amd64.dll.a b/.venv/Lib/site-packages/scipy/_lib/_uarray/_uarray.cp39-win_amd64.dll.a
new file mode 100644
index 0000000000000000000000000000000000000000..75a20b30e63101ce2b3aaaad95fba69c8f3bdac3
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/_uarray/_uarray.cp39-win_amd64.dll.a differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/_uarray/_uarray.cp39-win_amd64.pyd b/.venv/Lib/site-packages/scipy/_lib/_uarray/_uarray.cp39-win_amd64.pyd
new file mode 100644
index 0000000000000000000000000000000000000000..7a7dcaf796c6da840346500b577667c79822e1b9
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/_uarray/_uarray.cp39-win_amd64.pyd differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/array_api_compat/cupy/__init__.py b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/cupy/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..56f4adc01e168cd8db32a052e55bd3a89dc489d6
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/cupy/__init__.py
@@ -0,0 +1,16 @@
+from cupy import *
+
+# from cupy import * doesn't overwrite these builtin names
+from cupy import abs, max, min, round
+
+# These imports may overwrite names from the import * above.
+from ._aliases import *
+
+# See the comment in the numpy __init__.py
+__import__(__package__ + '.linalg')
+
+from .linalg import matrix_transpose, vecdot
+
+from ..common._helpers import *
+
+__array_api_version__ = '2022.12'
diff --git a/.venv/Lib/site-packages/scipy/_lib/array_api_compat/cupy/_typing.py b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/cupy/_typing.py
new file mode 100644
index 0000000000000000000000000000000000000000..488cc44c0d9ad1246d7ce8ddf9a8ea2a3ec4f3b1
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/cupy/_typing.py
@@ -0,0 +1,46 @@
+from __future__ import annotations
+
+__all__ = [
+ "ndarray",
+ "Device",
+ "Dtype",
+]
+
+import sys
+from typing import (
+ Union,
+ TYPE_CHECKING,
+)
+
+from cupy import (
+ ndarray,
+ dtype,
+ int8,
+ int16,
+ int32,
+ int64,
+ uint8,
+ uint16,
+ uint32,
+ uint64,
+ float32,
+ float64,
+)
+
+from cupy.cuda.device import Device
+
+if TYPE_CHECKING or sys.version_info >= (3, 9):
+ Dtype = dtype[Union[
+ int8,
+ int16,
+ int32,
+ int64,
+ uint8,
+ uint16,
+ uint32,
+ uint64,
+ float32,
+ float64,
+ ]]
+else:
+ Dtype = dtype
diff --git a/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/__init__.py b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e168ca44f58684f69dfc7fc89da552bf2bebe52a
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/__init__.py
@@ -0,0 +1,22 @@
+from numpy import *
+
+# from numpy import * doesn't overwrite these builtin names
+from numpy import abs, max, min, round
+
+# These imports may overwrite names from the import * above.
+from ._aliases import *
+
+# Don't know why, but we have to do an absolute import to import linalg. If we
+# instead do
+#
+# from . import linalg
+#
+# It doesn't overwrite np.linalg from above. The import is generated
+# dynamically so that the library can be vendored.
+__import__(__package__ + '.linalg')
+
+from .linalg import matrix_transpose, vecdot
+
+from ..common._helpers import *
+
+__array_api_version__ = '2022.12'
diff --git a/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/__pycache__/linalg.cpython-39.pyc b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/__pycache__/linalg.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3c1745fcaa84da220bcd610e477120c475296838
Binary files /dev/null and b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/__pycache__/linalg.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/_aliases.py b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/_aliases.py
new file mode 100644
index 0000000000000000000000000000000000000000..bd8e9bab492d6bb66a8810dd2dc527d8b88cc1b6
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/_aliases.py
@@ -0,0 +1,79 @@
+from __future__ import annotations
+
+from functools import partial
+
+from ..common import _aliases
+
+from .._internal import get_xp
+
+asarray = asarray_numpy = partial(_aliases._asarray, namespace='numpy')
+asarray.__doc__ = _aliases._asarray.__doc__
+del partial
+
+import numpy as np
+bool = np.bool_
+
+# Basic renames
+acos = np.arccos
+acosh = np.arccosh
+asin = np.arcsin
+asinh = np.arcsinh
+atan = np.arctan
+atan2 = np.arctan2
+atanh = np.arctanh
+bitwise_left_shift = np.left_shift
+bitwise_invert = np.invert
+bitwise_right_shift = np.right_shift
+concat = np.concatenate
+pow = np.power
+
+arange = get_xp(np)(_aliases.arange)
+empty = get_xp(np)(_aliases.empty)
+empty_like = get_xp(np)(_aliases.empty_like)
+eye = get_xp(np)(_aliases.eye)
+full = get_xp(np)(_aliases.full)
+full_like = get_xp(np)(_aliases.full_like)
+linspace = get_xp(np)(_aliases.linspace)
+ones = get_xp(np)(_aliases.ones)
+ones_like = get_xp(np)(_aliases.ones_like)
+zeros = get_xp(np)(_aliases.zeros)
+zeros_like = get_xp(np)(_aliases.zeros_like)
+UniqueAllResult = get_xp(np)(_aliases.UniqueAllResult)
+UniqueCountsResult = get_xp(np)(_aliases.UniqueCountsResult)
+UniqueInverseResult = get_xp(np)(_aliases.UniqueInverseResult)
+unique_all = get_xp(np)(_aliases.unique_all)
+unique_counts = get_xp(np)(_aliases.unique_counts)
+unique_inverse = get_xp(np)(_aliases.unique_inverse)
+unique_values = get_xp(np)(_aliases.unique_values)
+astype = _aliases.astype
+std = get_xp(np)(_aliases.std)
+var = get_xp(np)(_aliases.var)
+permute_dims = get_xp(np)(_aliases.permute_dims)
+reshape = get_xp(np)(_aliases.reshape)
+argsort = get_xp(np)(_aliases.argsort)
+sort = get_xp(np)(_aliases.sort)
+nonzero = get_xp(np)(_aliases.nonzero)
+sum = get_xp(np)(_aliases.sum)
+prod = get_xp(np)(_aliases.prod)
+ceil = get_xp(np)(_aliases.ceil)
+floor = get_xp(np)(_aliases.floor)
+trunc = get_xp(np)(_aliases.trunc)
+matmul = get_xp(np)(_aliases.matmul)
+matrix_transpose = get_xp(np)(_aliases.matrix_transpose)
+tensordot = get_xp(np)(_aliases.tensordot)
+
+# These functions are completely new here. If the library already has them
+# (i.e., numpy 2.0), use the library version instead of our wrapper.
+if hasattr(np, 'vecdot'):
+ vecdot = np.vecdot
+else:
+ vecdot = get_xp(np)(_aliases.vecdot)
+if hasattr(np, 'isdtype'):
+ isdtype = np.isdtype
+else:
+ isdtype = get_xp(np)(_aliases.isdtype)
+
+__all__ = _aliases.__all__ + ['asarray', 'asarray_numpy', 'bool', 'acos',
+ 'acosh', 'asin', 'asinh', 'atan', 'atan2',
+ 'atanh', 'bitwise_left_shift', 'bitwise_invert',
+ 'bitwise_right_shift', 'concat', 'pow']
diff --git a/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/_typing.py b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/_typing.py
new file mode 100644
index 0000000000000000000000000000000000000000..5d0ea57b6adf252204890253ab36da9416a57a55
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/_typing.py
@@ -0,0 +1,46 @@
+from __future__ import annotations
+
+__all__ = [
+ "ndarray",
+ "Device",
+ "Dtype",
+]
+
+import sys
+from typing import (
+ Literal,
+ Union,
+ TYPE_CHECKING,
+)
+
+from numpy import (
+ ndarray,
+ dtype,
+ int8,
+ int16,
+ int32,
+ int64,
+ uint8,
+ uint16,
+ uint32,
+ uint64,
+ float32,
+ float64,
+)
+
+Device = Literal["cpu"]
+if TYPE_CHECKING or sys.version_info >= (3, 9):
+ Dtype = dtype[Union[
+ int8,
+ int16,
+ int32,
+ int64,
+ uint8,
+ uint16,
+ uint32,
+ uint64,
+ float32,
+ float64,
+ ]]
+else:
+ Dtype = dtype
diff --git a/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/linalg.py b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/linalg.py
new file mode 100644
index 0000000000000000000000000000000000000000..3973c90d370490059e997b8f41b64a496eca19b1
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/array_api_compat/numpy/linalg.py
@@ -0,0 +1,40 @@
+from numpy.linalg import *
+from numpy.linalg import __all__ as linalg_all
+
+from ..common import _linalg
+from .._internal import get_xp
+from ._aliases import (matmul, matrix_transpose, tensordot, vecdot)
+
+import numpy as np
+
+cross = get_xp(np)(_linalg.cross)
+outer = get_xp(np)(_linalg.outer)
+EighResult = _linalg.EighResult
+QRResult = _linalg.QRResult
+SlogdetResult = _linalg.SlogdetResult
+SVDResult = _linalg.SVDResult
+eigh = get_xp(np)(_linalg.eigh)
+qr = get_xp(np)(_linalg.qr)
+slogdet = get_xp(np)(_linalg.slogdet)
+svd = get_xp(np)(_linalg.svd)
+cholesky = get_xp(np)(_linalg.cholesky)
+matrix_rank = get_xp(np)(_linalg.matrix_rank)
+pinv = get_xp(np)(_linalg.pinv)
+matrix_norm = get_xp(np)(_linalg.matrix_norm)
+svdvals = get_xp(np)(_linalg.svdvals)
+diagonal = get_xp(np)(_linalg.diagonal)
+trace = get_xp(np)(_linalg.trace)
+
+# These functions are completely new here. If the library already has them
+# (i.e., numpy 2.0), use the library version instead of our wrapper.
+if hasattr(np.linalg, 'vector_norm'):
+ vector_norm = np.linalg.vector_norm
+else:
+ vector_norm = get_xp(np)(_linalg.vector_norm)
+
+__all__ = linalg_all + _linalg.__all__
+
+del get_xp
+del np
+del linalg_all
+del _linalg
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/__init__.py b/.venv/Lib/site-packages/scipy/_lib/tests/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test__gcutils.py b/.venv/Lib/site-packages/scipy/_lib/tests/test__gcutils.py
new file mode 100644
index 0000000000000000000000000000000000000000..5405b99c16918badc4d1f19d1d43456f2118d8de
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test__gcutils.py
@@ -0,0 +1,101 @@
+""" Test for assert_deallocated context manager and gc utilities
+"""
+import gc
+
+from scipy._lib._gcutils import (set_gc_state, gc_state, assert_deallocated,
+ ReferenceError, IS_PYPY)
+
+from numpy.testing import assert_equal
+
+import pytest
+
+
+def test_set_gc_state():
+ gc_status = gc.isenabled()
+ try:
+ for state in (True, False):
+ gc.enable()
+ set_gc_state(state)
+ assert_equal(gc.isenabled(), state)
+ gc.disable()
+ set_gc_state(state)
+ assert_equal(gc.isenabled(), state)
+ finally:
+ if gc_status:
+ gc.enable()
+
+
+def test_gc_state():
+ # Test gc_state context manager
+ gc_status = gc.isenabled()
+ try:
+ for pre_state in (True, False):
+ set_gc_state(pre_state)
+ for with_state in (True, False):
+ # Check the gc state is with_state in with block
+ with gc_state(with_state):
+ assert_equal(gc.isenabled(), with_state)
+ # And returns to previous state outside block
+ assert_equal(gc.isenabled(), pre_state)
+ # Even if the gc state is set explicitly within the block
+ with gc_state(with_state):
+ assert_equal(gc.isenabled(), with_state)
+ set_gc_state(not with_state)
+ assert_equal(gc.isenabled(), pre_state)
+ finally:
+ if gc_status:
+ gc.enable()
+
+
+@pytest.mark.skipif(IS_PYPY, reason="Test not meaningful on PyPy")
+def test_assert_deallocated():
+ # Ordinary use
+ class C:
+ def __init__(self, arg0, arg1, name='myname'):
+ self.name = name
+ for gc_current in (True, False):
+ with gc_state(gc_current):
+ # We are deleting from with-block context, so that's OK
+ with assert_deallocated(C, 0, 2, 'another name') as c:
+ assert_equal(c.name, 'another name')
+ del c
+ # Or not using the thing in with-block context, also OK
+ with assert_deallocated(C, 0, 2, name='third name'):
+ pass
+ assert_equal(gc.isenabled(), gc_current)
+
+
+@pytest.mark.skipif(IS_PYPY, reason="Test not meaningful on PyPy")
+def test_assert_deallocated_nodel():
+ class C:
+ pass
+ with pytest.raises(ReferenceError):
+ # Need to delete after using if in with-block context
+ # Note: assert_deallocated(C) needs to be assigned for the test
+ # to function correctly. It is assigned to _, but _ itself is
+ # not referenced in the body of the with, it is only there for
+ # the refcount.
+ with assert_deallocated(C) as _:
+ pass
+
+
+@pytest.mark.skipif(IS_PYPY, reason="Test not meaningful on PyPy")
+def test_assert_deallocated_circular():
+ class C:
+ def __init__(self):
+ self._circular = self
+ with pytest.raises(ReferenceError):
+ # Circular reference, no automatic garbage collection
+ with assert_deallocated(C) as c:
+ del c
+
+
+@pytest.mark.skipif(IS_PYPY, reason="Test not meaningful on PyPy")
+def test_assert_deallocated_circular2():
+ class C:
+ def __init__(self):
+ self._circular = self
+ with pytest.raises(ReferenceError):
+ # Still circular reference, no automatic garbage collection
+ with assert_deallocated(C):
+ pass
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test__pep440.py b/.venv/Lib/site-packages/scipy/_lib/tests/test__pep440.py
new file mode 100644
index 0000000000000000000000000000000000000000..995876a4db918e49739f4bdf644721d3cbfa7252
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test__pep440.py
@@ -0,0 +1,67 @@
+from pytest import raises as assert_raises
+from scipy._lib._pep440 import Version, parse
+
+
+def test_main_versions():
+ assert Version('1.8.0') == Version('1.8.0')
+ for ver in ['1.9.0', '2.0.0', '1.8.1']:
+ assert Version('1.8.0') < Version(ver)
+
+ for ver in ['1.7.0', '1.7.1', '0.9.9']:
+ assert Version('1.8.0') > Version(ver)
+
+
+def test_version_1_point_10():
+ # regression test for gh-2998.
+ assert Version('1.9.0') < Version('1.10.0')
+ assert Version('1.11.0') < Version('1.11.1')
+ assert Version('1.11.0') == Version('1.11.0')
+ assert Version('1.99.11') < Version('1.99.12')
+
+
+def test_alpha_beta_rc():
+ assert Version('1.8.0rc1') == Version('1.8.0rc1')
+ for ver in ['1.8.0', '1.8.0rc2']:
+ assert Version('1.8.0rc1') < Version(ver)
+
+ for ver in ['1.8.0a2', '1.8.0b3', '1.7.2rc4']:
+ assert Version('1.8.0rc1') > Version(ver)
+
+ assert Version('1.8.0b1') > Version('1.8.0a2')
+
+
+def test_dev_version():
+ assert Version('1.9.0.dev+Unknown') < Version('1.9.0')
+ for ver in ['1.9.0', '1.9.0a1', '1.9.0b2', '1.9.0b2.dev+ffffffff', '1.9.0.dev1']:
+ assert Version('1.9.0.dev+f16acvda') < Version(ver)
+
+ assert Version('1.9.0.dev+f16acvda') == Version('1.9.0.dev+f16acvda')
+
+
+def test_dev_a_b_rc_mixed():
+ assert Version('1.9.0a2.dev+f16acvda') == Version('1.9.0a2.dev+f16acvda')
+ assert Version('1.9.0a2.dev+6acvda54') < Version('1.9.0a2')
+
+
+def test_dev0_version():
+ assert Version('1.9.0.dev0+Unknown') < Version('1.9.0')
+ for ver in ['1.9.0', '1.9.0a1', '1.9.0b2', '1.9.0b2.dev0+ffffffff']:
+ assert Version('1.9.0.dev0+f16acvda') < Version(ver)
+
+ assert Version('1.9.0.dev0+f16acvda') == Version('1.9.0.dev0+f16acvda')
+
+
+def test_dev0_a_b_rc_mixed():
+ assert Version('1.9.0a2.dev0+f16acvda') == Version('1.9.0a2.dev0+f16acvda')
+ assert Version('1.9.0a2.dev0+6acvda54') < Version('1.9.0a2')
+
+
+def test_raises():
+ for ver in ['1,9.0', '1.7.x']:
+ assert_raises(ValueError, Version, ver)
+
+def test_legacy_version():
+ # Non-PEP-440 version identifiers always compare less. For NumPy this only
+ # occurs on dev builds prior to 1.10.0 which are unsupported anyway.
+ assert parse('invalid') < Version('0.0.0')
+ assert parse('1.9.0-f16acvda') < Version('1.0.0')
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test__testutils.py b/.venv/Lib/site-packages/scipy/_lib/tests/test__testutils.py
new file mode 100644
index 0000000000000000000000000000000000000000..56e88b49c8179d8fa4009c37a08503afe2670af6
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test__testutils.py
@@ -0,0 +1,32 @@
+import sys
+from scipy._lib._testutils import _parse_size, _get_mem_available
+import pytest
+
+
+def test__parse_size():
+ expected = {
+ '12': 12e6,
+ '12 b': 12,
+ '12k': 12e3,
+ ' 12 M ': 12e6,
+ ' 12 G ': 12e9,
+ ' 12Tb ': 12e12,
+ '12 Mib ': 12 * 1024.0**2,
+ '12Tib': 12 * 1024.0**4,
+ }
+
+ for inp, outp in sorted(expected.items()):
+ if outp is None:
+ with pytest.raises(ValueError):
+ _parse_size(inp)
+ else:
+ assert _parse_size(inp) == outp
+
+
+def test__mem_available():
+ # May return None on non-Linux platforms
+ available = _get_mem_available()
+ if sys.platform.startswith('linux'):
+ assert available >= 0
+ else:
+ assert available is None or available >= 0
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test__threadsafety.py b/.venv/Lib/site-packages/scipy/_lib/tests/test__threadsafety.py
new file mode 100644
index 0000000000000000000000000000000000000000..2c9c3660421a2ea56b2d6d330653eff428062105
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test__threadsafety.py
@@ -0,0 +1,51 @@
+import threading
+import time
+import traceback
+
+from numpy.testing import assert_
+from pytest import raises as assert_raises
+
+from scipy._lib._threadsafety import ReentrancyLock, non_reentrant, ReentrancyError
+
+
+def test_parallel_threads():
+ # Check that ReentrancyLock serializes work in parallel threads.
+ #
+ # The test is not fully deterministic, and may succeed falsely if
+ # the timings go wrong.
+
+ lock = ReentrancyLock("failure")
+
+ failflag = [False]
+ exceptions_raised = []
+
+ def worker(k):
+ try:
+ with lock:
+ assert_(not failflag[0])
+ failflag[0] = True
+ time.sleep(0.1 * k)
+ assert_(failflag[0])
+ failflag[0] = False
+ except Exception:
+ exceptions_raised.append(traceback.format_exc(2))
+
+ threads = [threading.Thread(target=lambda k=k: worker(k))
+ for k in range(3)]
+ for t in threads:
+ t.start()
+ for t in threads:
+ t.join()
+
+ exceptions_raised = "\n".join(exceptions_raised)
+ assert_(not exceptions_raised, exceptions_raised)
+
+
+def test_reentering():
+ # Check that ReentrancyLock prevents re-entering from the same thread.
+
+ @non_reentrant()
+ def func(x):
+ return func(x)
+
+ assert_raises(ReentrancyError, func, 0)
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test__util.py b/.venv/Lib/site-packages/scipy/_lib/tests/test__util.py
new file mode 100644
index 0000000000000000000000000000000000000000..9c4d207f1b3359b8c8297d58a0210a5b2816a52a
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test__util.py
@@ -0,0 +1,408 @@
+from multiprocessing import Pool
+from multiprocessing.pool import Pool as PWL
+import re
+import math
+from fractions import Fraction
+
+import numpy as np
+from numpy.testing import assert_equal, assert_
+import pytest
+from pytest import raises as assert_raises
+import hypothesis.extra.numpy as npst
+from hypothesis import given, strategies, reproduce_failure # noqa: F401
+from scipy.conftest import array_api_compatible
+
+from scipy._lib._array_api import xp_assert_equal
+from scipy._lib._util import (_aligned_zeros, check_random_state, MapWrapper,
+ getfullargspec_no_self, FullArgSpec,
+ rng_integers, _validate_int, _rename_parameter,
+ _contains_nan, _rng_html_rewrite, _lazywhere)
+
+
+def test__aligned_zeros():
+ niter = 10
+
+ def check(shape, dtype, order, align):
+ err_msg = repr((shape, dtype, order, align))
+ x = _aligned_zeros(shape, dtype, order, align=align)
+ if align is None:
+ align = np.dtype(dtype).alignment
+ assert_equal(x.__array_interface__['data'][0] % align, 0)
+ if hasattr(shape, '__len__'):
+ assert_equal(x.shape, shape, err_msg)
+ else:
+ assert_equal(x.shape, (shape,), err_msg)
+ assert_equal(x.dtype, dtype)
+ if order == "C":
+ assert_(x.flags.c_contiguous, err_msg)
+ elif order == "F":
+ if x.size > 0:
+ # Size-0 arrays get invalid flags on NumPy 1.5
+ assert_(x.flags.f_contiguous, err_msg)
+ elif order is None:
+ assert_(x.flags.c_contiguous, err_msg)
+ else:
+ raise ValueError()
+
+ # try various alignments
+ for align in [1, 2, 3, 4, 8, 16, 32, 64, None]:
+ for n in [0, 1, 3, 11]:
+ for order in ["C", "F", None]:
+ for dtype in [np.uint8, np.float64]:
+ for shape in [n, (1, 2, 3, n)]:
+ for j in range(niter):
+ check(shape, dtype, order, align)
+
+
+def test_check_random_state():
+ # If seed is None, return the RandomState singleton used by np.random.
+ # If seed is an int, return a new RandomState instance seeded with seed.
+ # If seed is already a RandomState instance, return it.
+ # Otherwise raise ValueError.
+ rsi = check_random_state(1)
+ assert_equal(type(rsi), np.random.RandomState)
+ rsi = check_random_state(rsi)
+ assert_equal(type(rsi), np.random.RandomState)
+ rsi = check_random_state(None)
+ assert_equal(type(rsi), np.random.RandomState)
+ assert_raises(ValueError, check_random_state, 'a')
+ rg = np.random.Generator(np.random.PCG64())
+ rsi = check_random_state(rg)
+ assert_equal(type(rsi), np.random.Generator)
+
+
+def test_getfullargspec_no_self():
+ p = MapWrapper(1)
+ argspec = getfullargspec_no_self(p.__init__)
+ assert_equal(argspec, FullArgSpec(['pool'], None, None, (1,), [],
+ None, {}))
+ argspec = getfullargspec_no_self(p.__call__)
+ assert_equal(argspec, FullArgSpec(['func', 'iterable'], None, None, None,
+ [], None, {}))
+
+ class _rv_generic:
+ def _rvs(self, a, b=2, c=3, *args, size=None, **kwargs):
+ return None
+
+ rv_obj = _rv_generic()
+ argspec = getfullargspec_no_self(rv_obj._rvs)
+ assert_equal(argspec, FullArgSpec(['a', 'b', 'c'], 'args', 'kwargs',
+ (2, 3), ['size'], {'size': None}, {}))
+
+
+def test_mapwrapper_serial():
+ in_arg = np.arange(10.)
+ out_arg = np.sin(in_arg)
+
+ p = MapWrapper(1)
+ assert_(p._mapfunc is map)
+ assert_(p.pool is None)
+ assert_(p._own_pool is False)
+ out = list(p(np.sin, in_arg))
+ assert_equal(out, out_arg)
+
+ with assert_raises(RuntimeError):
+ p = MapWrapper(0)
+
+
+def test_pool():
+ with Pool(2) as p:
+ p.map(math.sin, [1, 2, 3, 4])
+
+
+def test_mapwrapper_parallel():
+ in_arg = np.arange(10.)
+ out_arg = np.sin(in_arg)
+
+ with MapWrapper(2) as p:
+ out = p(np.sin, in_arg)
+ assert_equal(list(out), out_arg)
+
+ assert_(p._own_pool is True)
+ assert_(isinstance(p.pool, PWL))
+ assert_(p._mapfunc is not None)
+
+ # the context manager should've closed the internal pool
+ # check that it has by asking it to calculate again.
+ with assert_raises(Exception) as excinfo:
+ p(np.sin, in_arg)
+
+ assert_(excinfo.type is ValueError)
+
+ # can also set a PoolWrapper up with a map-like callable instance
+ with Pool(2) as p:
+ q = MapWrapper(p.map)
+
+ assert_(q._own_pool is False)
+ q.close()
+
+ # closing the PoolWrapper shouldn't close the internal pool
+ # because it didn't create it
+ out = p.map(np.sin, in_arg)
+ assert_equal(list(out), out_arg)
+
+
+def test_rng_integers():
+ rng = np.random.RandomState()
+
+ # test that numbers are inclusive of high point
+ arr = rng_integers(rng, low=2, high=5, size=100, endpoint=True)
+ assert np.max(arr) == 5
+ assert np.min(arr) == 2
+ assert arr.shape == (100, )
+
+ # test that numbers are inclusive of high point
+ arr = rng_integers(rng, low=5, size=100, endpoint=True)
+ assert np.max(arr) == 5
+ assert np.min(arr) == 0
+ assert arr.shape == (100, )
+
+ # test that numbers are exclusive of high point
+ arr = rng_integers(rng, low=2, high=5, size=100, endpoint=False)
+ assert np.max(arr) == 4
+ assert np.min(arr) == 2
+ assert arr.shape == (100, )
+
+ # test that numbers are exclusive of high point
+ arr = rng_integers(rng, low=5, size=100, endpoint=False)
+ assert np.max(arr) == 4
+ assert np.min(arr) == 0
+ assert arr.shape == (100, )
+
+ # now try with np.random.Generator
+ try:
+ rng = np.random.default_rng()
+ except AttributeError:
+ return
+
+ # test that numbers are inclusive of high point
+ arr = rng_integers(rng, low=2, high=5, size=100, endpoint=True)
+ assert np.max(arr) == 5
+ assert np.min(arr) == 2
+ assert arr.shape == (100, )
+
+ # test that numbers are inclusive of high point
+ arr = rng_integers(rng, low=5, size=100, endpoint=True)
+ assert np.max(arr) == 5
+ assert np.min(arr) == 0
+ assert arr.shape == (100, )
+
+ # test that numbers are exclusive of high point
+ arr = rng_integers(rng, low=2, high=5, size=100, endpoint=False)
+ assert np.max(arr) == 4
+ assert np.min(arr) == 2
+ assert arr.shape == (100, )
+
+ # test that numbers are exclusive of high point
+ arr = rng_integers(rng, low=5, size=100, endpoint=False)
+ assert np.max(arr) == 4
+ assert np.min(arr) == 0
+ assert arr.shape == (100, )
+
+
+class TestValidateInt:
+
+ @pytest.mark.parametrize('n', [4, np.uint8(4), np.int16(4), np.array(4)])
+ def test_validate_int(self, n):
+ n = _validate_int(n, 'n')
+ assert n == 4
+
+ @pytest.mark.parametrize('n', [4.0, np.array([4]), Fraction(4, 1)])
+ def test_validate_int_bad(self, n):
+ with pytest.raises(TypeError, match='n must be an integer'):
+ _validate_int(n, 'n')
+
+ def test_validate_int_below_min(self):
+ with pytest.raises(ValueError, match='n must be an integer not '
+ 'less than 0'):
+ _validate_int(-1, 'n', 0)
+
+
+class TestRenameParameter:
+ # check that wrapper `_rename_parameter` for backward-compatible
+ # keyword renaming works correctly
+
+ # Example method/function that still accepts keyword `old`
+ @_rename_parameter("old", "new")
+ def old_keyword_still_accepted(self, new):
+ return new
+
+ # Example method/function for which keyword `old` is deprecated
+ @_rename_parameter("old", "new", dep_version="1.9.0")
+ def old_keyword_deprecated(self, new):
+ return new
+
+ def test_old_keyword_still_accepted(self):
+ # positional argument and both keyword work identically
+ res1 = self.old_keyword_still_accepted(10)
+ res2 = self.old_keyword_still_accepted(new=10)
+ res3 = self.old_keyword_still_accepted(old=10)
+ assert res1 == res2 == res3 == 10
+
+ # unexpected keyword raises an error
+ message = re.escape("old_keyword_still_accepted() got an unexpected")
+ with pytest.raises(TypeError, match=message):
+ self.old_keyword_still_accepted(unexpected=10)
+
+ # multiple values for the same parameter raises an error
+ message = re.escape("old_keyword_still_accepted() got multiple")
+ with pytest.raises(TypeError, match=message):
+ self.old_keyword_still_accepted(10, new=10)
+ with pytest.raises(TypeError, match=message):
+ self.old_keyword_still_accepted(10, old=10)
+ with pytest.raises(TypeError, match=message):
+ self.old_keyword_still_accepted(new=10, old=10)
+
+ def test_old_keyword_deprecated(self):
+ # positional argument and both keyword work identically,
+ # but use of old keyword results in DeprecationWarning
+ dep_msg = "Use of keyword argument `old` is deprecated"
+ res1 = self.old_keyword_deprecated(10)
+ res2 = self.old_keyword_deprecated(new=10)
+ with pytest.warns(DeprecationWarning, match=dep_msg):
+ res3 = self.old_keyword_deprecated(old=10)
+ assert res1 == res2 == res3 == 10
+
+ # unexpected keyword raises an error
+ message = re.escape("old_keyword_deprecated() got an unexpected")
+ with pytest.raises(TypeError, match=message):
+ self.old_keyword_deprecated(unexpected=10)
+
+ # multiple values for the same parameter raises an error and,
+ # if old keyword is used, results in DeprecationWarning
+ message = re.escape("old_keyword_deprecated() got multiple")
+ with pytest.raises(TypeError, match=message):
+ self.old_keyword_deprecated(10, new=10)
+ with pytest.raises(TypeError, match=message), \
+ pytest.warns(DeprecationWarning, match=dep_msg):
+ self.old_keyword_deprecated(10, old=10)
+ with pytest.raises(TypeError, match=message), \
+ pytest.warns(DeprecationWarning, match=dep_msg):
+ self.old_keyword_deprecated(new=10, old=10)
+
+
+class TestContainsNaNTest:
+
+ def test_policy(self):
+ data = np.array([1, 2, 3, np.nan])
+
+ contains_nan, nan_policy = _contains_nan(data, nan_policy="propagate")
+ assert contains_nan
+ assert nan_policy == "propagate"
+
+ contains_nan, nan_policy = _contains_nan(data, nan_policy="omit")
+ assert contains_nan
+ assert nan_policy == "omit"
+
+ msg = "The input contains nan values"
+ with pytest.raises(ValueError, match=msg):
+ _contains_nan(data, nan_policy="raise")
+
+ msg = "nan_policy must be one of"
+ with pytest.raises(ValueError, match=msg):
+ _contains_nan(data, nan_policy="nan")
+
+ def test_contains_nan_1d(self):
+ data1 = np.array([1, 2, 3])
+ assert not _contains_nan(data1)[0]
+
+ data2 = np.array([1, 2, 3, np.nan])
+ assert _contains_nan(data2)[0]
+
+ data3 = np.array([np.nan, 2, 3, np.nan])
+ assert _contains_nan(data3)[0]
+
+ data4 = np.array([1, 2, "3", np.nan]) # converted to string "nan"
+ assert not _contains_nan(data4)[0]
+
+ data5 = np.array([1, 2, "3", np.nan], dtype='object')
+ assert _contains_nan(data5)[0]
+
+ def test_contains_nan_2d(self):
+ data1 = np.array([[1, 2], [3, 4]])
+ assert not _contains_nan(data1)[0]
+
+ data2 = np.array([[1, 2], [3, np.nan]])
+ assert _contains_nan(data2)[0]
+
+ data3 = np.array([["1", 2], [3, np.nan]]) # converted to string "nan"
+ assert not _contains_nan(data3)[0]
+
+ data4 = np.array([["1", 2], [3, np.nan]], dtype='object')
+ assert _contains_nan(data4)[0]
+
+
+def test__rng_html_rewrite():
+ def mock_str():
+ lines = [
+ 'np.random.default_rng(8989843)',
+ 'np.random.default_rng(seed)',
+ 'np.random.default_rng(0x9a71b21474694f919882289dc1559ca)',
+ ' bob ',
+ ]
+ return lines
+
+ res = _rng_html_rewrite(mock_str)()
+ ref = [
+ 'np.random.default_rng()',
+ 'np.random.default_rng(seed)',
+ 'np.random.default_rng()',
+ ' bob ',
+ ]
+
+ assert res == ref
+
+
+class TestLazywhere:
+ n_arrays = strategies.integers(min_value=1, max_value=3)
+ rng_seed = strategies.integers(min_value=1000000000, max_value=9999999999)
+ dtype = strategies.sampled_from((np.float32, np.float64))
+ p = strategies.floats(min_value=0, max_value=1)
+ data = strategies.data()
+
+ @pytest.mark.filterwarnings('ignore::RuntimeWarning') # overflows, etc.
+ @array_api_compatible
+ @given(n_arrays=n_arrays, rng_seed=rng_seed, dtype=dtype, p=p, data=data)
+ def test_basic(self, n_arrays, rng_seed, dtype, p, data, xp):
+ mbs = npst.mutually_broadcastable_shapes(num_shapes=n_arrays+1,
+ min_side=0)
+ input_shapes, result_shape = data.draw(mbs)
+ cond_shape, *shapes = input_shapes
+ fillvalue = xp.asarray(data.draw(npst.arrays(dtype=dtype, shape=tuple())))
+ arrays = [xp.asarray(data.draw(npst.arrays(dtype=dtype, shape=shape)))
+ for shape in shapes]
+
+ def f(*args):
+ return sum(arg for arg in args)
+
+ def f2(*args):
+ return sum(arg for arg in args) / 2
+
+ rng = np.random.default_rng(rng_seed)
+ cond = xp.asarray(rng.random(size=cond_shape) > p)
+
+ res1 = _lazywhere(cond, arrays, f, fillvalue)
+ res2 = _lazywhere(cond, arrays, f, f2=f2)
+
+ # Ensure arrays are at least 1d to follow sane type promotion rules.
+ if xp == np:
+ cond, fillvalue, *arrays = np.atleast_1d(cond, fillvalue, *arrays)
+
+ ref1 = xp.where(cond, f(*arrays), fillvalue)
+ ref2 = xp.where(cond, f(*arrays), f2(*arrays))
+
+ if xp == np:
+ ref1 = ref1.reshape(result_shape)
+ ref2 = ref2.reshape(result_shape)
+ res1 = xp.asarray(res1)[()]
+ res2 = xp.asarray(res2)[()]
+
+ isinstance(res1, type(xp.asarray([])))
+ xp_assert_equal(res1, ref1)
+ assert_equal(res1.shape, ref1.shape)
+ assert_equal(res1.dtype, ref1.dtype)
+
+ isinstance(res2, type(xp.asarray([])))
+ xp_assert_equal(res2, ref2)
+ assert_equal(res2.shape, ref2.shape)
+ assert_equal(res2.dtype, ref2.dtype)
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test_deprecation.py b/.venv/Lib/site-packages/scipy/_lib/tests/test_deprecation.py
new file mode 100644
index 0000000000000000000000000000000000000000..1d26edf83a663aba49f0c1d6a03b7529d2077a6b
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test_deprecation.py
@@ -0,0 +1,10 @@
+import pytest
+
+
+def test_cython_api_deprecation():
+ match = ("`scipy._lib._test_deprecation_def.foo_deprecated` "
+ "is deprecated, use `foo` instead!\n"
+ "Deprecated in Scipy 42.0.0")
+ with pytest.warns(DeprecationWarning, match=match):
+ from .. import _test_deprecation_call
+ assert _test_deprecation_call.call() == (1, 1)
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test_import_cycles.py b/.venv/Lib/site-packages/scipy/_lib/tests/test_import_cycles.py
new file mode 100644
index 0000000000000000000000000000000000000000..e16ebf2748bef951496ed12485dbde27eec12e76
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test_import_cycles.py
@@ -0,0 +1,14 @@
+import sys
+import subprocess
+
+from .test_public_api import PUBLIC_MODULES
+
+# Regression tests for gh-6793.
+# Check that all modules are importable in a new Python process.
+# This is not necessarily true if there are import cycles present.
+
+def test_public_modules_importable():
+ pids = [subprocess.Popen([sys.executable, '-c', f'import {module}'])
+ for module in PUBLIC_MODULES]
+ for i, pid in enumerate(pids):
+ assert pid.wait() == 0, f'Failed to import {PUBLIC_MODULES[i]}'
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test_public_api.py b/.venv/Lib/site-packages/scipy/_lib/tests/test_public_api.py
new file mode 100644
index 0000000000000000000000000000000000000000..3ef5df2c908257fc59fda97620a82506a7c12d5d
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test_public_api.py
@@ -0,0 +1,491 @@
+"""
+This test script is adopted from:
+ https://github.com/numpy/numpy/blob/main/numpy/tests/test_public_api.py
+"""
+
+import pkgutil
+import types
+import importlib
+import warnings
+from importlib import import_module
+
+import pytest
+
+import scipy
+
+from scipy.conftest import xp_available_backends
+
+
+def test_dir_testing():
+ """Assert that output of dir has only one "testing/tester"
+ attribute without duplicate"""
+ assert len(dir(scipy)) == len(set(dir(scipy)))
+
+
+# Historically SciPy has not used leading underscores for private submodules
+# much. This has resulted in lots of things that look like public modules
+# (i.e. things that can be imported as `import scipy.somesubmodule.somefile`),
+# but were never intended to be public. The PUBLIC_MODULES list contains
+# modules that are either public because they were meant to be, or because they
+# contain public functions/objects that aren't present in any other namespace
+# for whatever reason and therefore should be treated as public.
+PUBLIC_MODULES = ["scipy." + s for s in [
+ "cluster",
+ "cluster.vq",
+ "cluster.hierarchy",
+ "constants",
+ "datasets",
+ "fft",
+ "fftpack",
+ "integrate",
+ "interpolate",
+ "io",
+ "io.arff",
+ "io.matlab",
+ "io.wavfile",
+ "linalg",
+ "linalg.blas",
+ "linalg.cython_blas",
+ "linalg.lapack",
+ "linalg.cython_lapack",
+ "linalg.interpolative",
+ "misc",
+ "ndimage",
+ "odr",
+ "optimize",
+ "signal",
+ "signal.windows",
+ "sparse",
+ "sparse.linalg",
+ "sparse.csgraph",
+ "spatial",
+ "spatial.distance",
+ "spatial.transform",
+ "special",
+ "stats",
+ "stats.contingency",
+ "stats.distributions",
+ "stats.mstats",
+ "stats.qmc",
+ "stats.sampling"
+]]
+
+# The PRIVATE_BUT_PRESENT_MODULES list contains modules that lacked underscores
+# in their name and hence looked public, but weren't meant to be. All these
+# namespace were deprecated in the 1.8.0 release - see "clear split between
+# public and private API" in the 1.8.0 release notes.
+# These private modules support will be removed in SciPy v2.0.0, as the
+# deprecation messages emitted by each of these modules say.
+PRIVATE_BUT_PRESENT_MODULES = [
+ 'scipy.constants.codata',
+ 'scipy.constants.constants',
+ 'scipy.fftpack.basic',
+ 'scipy.fftpack.convolve',
+ 'scipy.fftpack.helper',
+ 'scipy.fftpack.pseudo_diffs',
+ 'scipy.fftpack.realtransforms',
+ 'scipy.integrate.dop',
+ 'scipy.integrate.lsoda',
+ 'scipy.integrate.odepack',
+ 'scipy.integrate.quadpack',
+ 'scipy.integrate.vode',
+ 'scipy.interpolate.dfitpack',
+ 'scipy.interpolate.fitpack',
+ 'scipy.interpolate.fitpack2',
+ 'scipy.interpolate.interpnd',
+ 'scipy.interpolate.interpolate',
+ 'scipy.interpolate.ndgriddata',
+ 'scipy.interpolate.polyint',
+ 'scipy.interpolate.rbf',
+ 'scipy.io.arff.arffread',
+ 'scipy.io.harwell_boeing',
+ 'scipy.io.idl',
+ 'scipy.io.matlab.byteordercodes',
+ 'scipy.io.matlab.mio',
+ 'scipy.io.matlab.mio4',
+ 'scipy.io.matlab.mio5',
+ 'scipy.io.matlab.mio5_params',
+ 'scipy.io.matlab.mio5_utils',
+ 'scipy.io.matlab.mio_utils',
+ 'scipy.io.matlab.miobase',
+ 'scipy.io.matlab.streams',
+ 'scipy.io.mmio',
+ 'scipy.io.netcdf',
+ 'scipy.linalg.basic',
+ 'scipy.linalg.decomp',
+ 'scipy.linalg.decomp_cholesky',
+ 'scipy.linalg.decomp_lu',
+ 'scipy.linalg.decomp_qr',
+ 'scipy.linalg.decomp_schur',
+ 'scipy.linalg.decomp_svd',
+ 'scipy.linalg.matfuncs',
+ 'scipy.linalg.misc',
+ 'scipy.linalg.special_matrices',
+ 'scipy.misc.common',
+ 'scipy.misc.doccer',
+ 'scipy.ndimage.filters',
+ 'scipy.ndimage.fourier',
+ 'scipy.ndimage.interpolation',
+ 'scipy.ndimage.measurements',
+ 'scipy.ndimage.morphology',
+ 'scipy.odr.models',
+ 'scipy.odr.odrpack',
+ 'scipy.optimize.cobyla',
+ 'scipy.optimize.cython_optimize',
+ 'scipy.optimize.lbfgsb',
+ 'scipy.optimize.linesearch',
+ 'scipy.optimize.minpack',
+ 'scipy.optimize.minpack2',
+ 'scipy.optimize.moduleTNC',
+ 'scipy.optimize.nonlin',
+ 'scipy.optimize.optimize',
+ 'scipy.optimize.slsqp',
+ 'scipy.optimize.tnc',
+ 'scipy.optimize.zeros',
+ 'scipy.signal.bsplines',
+ 'scipy.signal.filter_design',
+ 'scipy.signal.fir_filter_design',
+ 'scipy.signal.lti_conversion',
+ 'scipy.signal.ltisys',
+ 'scipy.signal.signaltools',
+ 'scipy.signal.spectral',
+ 'scipy.signal.spline',
+ 'scipy.signal.waveforms',
+ 'scipy.signal.wavelets',
+ 'scipy.signal.windows.windows',
+ 'scipy.sparse.base',
+ 'scipy.sparse.bsr',
+ 'scipy.sparse.compressed',
+ 'scipy.sparse.construct',
+ 'scipy.sparse.coo',
+ 'scipy.sparse.csc',
+ 'scipy.sparse.csr',
+ 'scipy.sparse.data',
+ 'scipy.sparse.dia',
+ 'scipy.sparse.dok',
+ 'scipy.sparse.extract',
+ 'scipy.sparse.lil',
+ 'scipy.sparse.linalg.dsolve',
+ 'scipy.sparse.linalg.eigen',
+ 'scipy.sparse.linalg.interface',
+ 'scipy.sparse.linalg.isolve',
+ 'scipy.sparse.linalg.matfuncs',
+ 'scipy.sparse.sparsetools',
+ 'scipy.sparse.spfuncs',
+ 'scipy.sparse.sputils',
+ 'scipy.spatial.ckdtree',
+ 'scipy.spatial.kdtree',
+ 'scipy.spatial.qhull',
+ 'scipy.spatial.transform.rotation',
+ 'scipy.special.add_newdocs',
+ 'scipy.special.basic',
+ 'scipy.special.cython_special',
+ 'scipy.special.orthogonal',
+ 'scipy.special.sf_error',
+ 'scipy.special.specfun',
+ 'scipy.special.spfun_stats',
+ 'scipy.stats.biasedurn',
+ 'scipy.stats.kde',
+ 'scipy.stats.morestats',
+ 'scipy.stats.mstats_basic',
+ 'scipy.stats.mstats_extras',
+ 'scipy.stats.mvn',
+ 'scipy.stats.stats',
+]
+
+
+def is_unexpected(name):
+ """Check if this needs to be considered."""
+ if '._' in name or '.tests' in name or '.setup' in name:
+ return False
+
+ if name in PUBLIC_MODULES:
+ return False
+
+ if name in PRIVATE_BUT_PRESENT_MODULES:
+ return False
+
+ return True
+
+
+SKIP_LIST = [
+ 'scipy.conftest',
+ 'scipy.version',
+]
+
+
+# XXX: this test does more than it says on the tin - in using `pkgutil.walk_packages`,
+# it will raise if it encounters any exceptions which are not handled by `ignore_errors`
+# while attempting to import each discovered package.
+# For now, `ignore_errors` only ignores what is necessary, but this could be expanded -
+# for example, to all errors from private modules or git subpackages - if desired.
+def test_all_modules_are_expected():
+ """
+ Test that we don't add anything that looks like a new public module by
+ accident. Check is based on filenames.
+ """
+
+ def ignore_errors(name):
+ # if versions of other array libraries are installed which are incompatible
+ # with the installed NumPy version, there can be errors on importing
+ # `array_api_compat`. This should only raise if SciPy is configured with
+ # that library as an available backend.
+ for backend, dir_name in {'cupy': 'cupy', 'pytorch': 'torch'}.items():
+ path = f'array_api_compat.{dir_name}'
+ if path in name and backend not in xp_available_backends:
+ return
+ raise
+
+ modnames = []
+
+ for _, modname, _ in pkgutil.walk_packages(path=scipy.__path__,
+ prefix=scipy.__name__ + '.',
+ onerror=ignore_errors):
+ if is_unexpected(modname) and modname not in SKIP_LIST:
+ # We have a name that is new. If that's on purpose, add it to
+ # PUBLIC_MODULES. We don't expect to have to add anything to
+ # PRIVATE_BUT_PRESENT_MODULES. Use an underscore in the name!
+ modnames.append(modname)
+
+ if modnames:
+ raise AssertionError(f'Found unexpected modules: {modnames}')
+
+
+# Stuff that clearly shouldn't be in the API and is detected by the next test
+# below
+SKIP_LIST_2 = [
+ 'scipy.char',
+ 'scipy.rec',
+ 'scipy.emath',
+ 'scipy.math',
+ 'scipy.random',
+ 'scipy.ctypeslib',
+ 'scipy.ma'
+]
+
+
+def test_all_modules_are_expected_2():
+ """
+ Method checking all objects. The pkgutil-based method in
+ `test_all_modules_are_expected` does not catch imports into a namespace,
+ only filenames.
+ """
+
+ def find_unexpected_members(mod_name):
+ members = []
+ module = importlib.import_module(mod_name)
+ if hasattr(module, '__all__'):
+ objnames = module.__all__
+ else:
+ objnames = dir(module)
+
+ for objname in objnames:
+ if not objname.startswith('_'):
+ fullobjname = mod_name + '.' + objname
+ if isinstance(getattr(module, objname), types.ModuleType):
+ if is_unexpected(fullobjname) and fullobjname not in SKIP_LIST_2:
+ members.append(fullobjname)
+
+ return members
+
+ unexpected_members = find_unexpected_members("scipy")
+ for modname in PUBLIC_MODULES:
+ unexpected_members.extend(find_unexpected_members(modname))
+
+ if unexpected_members:
+ raise AssertionError("Found unexpected object(s) that look like "
+ f"modules: {unexpected_members}")
+
+
+def test_api_importable():
+ """
+ Check that all submodules listed higher up in this file can be imported
+ Note that if a PRIVATE_BUT_PRESENT_MODULES entry goes missing, it may
+ simply need to be removed from the list (deprecation may or may not be
+ needed - apply common sense).
+ """
+ def check_importable(module_name):
+ try:
+ importlib.import_module(module_name)
+ except (ImportError, AttributeError):
+ return False
+
+ return True
+
+ module_names = []
+ for module_name in PUBLIC_MODULES:
+ if not check_importable(module_name):
+ module_names.append(module_name)
+
+ if module_names:
+ raise AssertionError("Modules in the public API that cannot be "
+ f"imported: {module_names}")
+
+ with warnings.catch_warnings(record=True):
+ warnings.filterwarnings('always', category=DeprecationWarning)
+ warnings.filterwarnings('always', category=ImportWarning)
+ for module_name in PRIVATE_BUT_PRESENT_MODULES:
+ if not check_importable(module_name):
+ module_names.append(module_name)
+
+ if module_names:
+ raise AssertionError("Modules that are not really public but looked "
+ "public and can not be imported: "
+ f"{module_names}")
+
+
+@pytest.mark.parametrize(("module_name", "correct_module"),
+ [('scipy.constants.codata', None),
+ ('scipy.constants.constants', None),
+ ('scipy.fftpack.basic', None),
+ ('scipy.fftpack.helper', None),
+ ('scipy.fftpack.pseudo_diffs', None),
+ ('scipy.fftpack.realtransforms', None),
+ ('scipy.integrate.dop', None),
+ ('scipy.integrate.lsoda', None),
+ ('scipy.integrate.odepack', None),
+ ('scipy.integrate.quadpack', None),
+ ('scipy.integrate.vode', None),
+ ('scipy.interpolate.fitpack', None),
+ ('scipy.interpolate.fitpack2', None),
+ ('scipy.interpolate.interpolate', None),
+ ('scipy.interpolate.ndgriddata', None),
+ ('scipy.interpolate.polyint', None),
+ ('scipy.interpolate.rbf', None),
+ ('scipy.io.harwell_boeing', None),
+ ('scipy.io.idl', None),
+ ('scipy.io.mmio', None),
+ ('scipy.io.netcdf', None),
+ ('scipy.io.arff.arffread', 'arff'),
+ ('scipy.io.matlab.byteordercodes', 'matlab'),
+ ('scipy.io.matlab.mio_utils', 'matlab'),
+ ('scipy.io.matlab.mio', 'matlab'),
+ ('scipy.io.matlab.mio4', 'matlab'),
+ ('scipy.io.matlab.mio5_params', 'matlab'),
+ ('scipy.io.matlab.mio5_utils', 'matlab'),
+ ('scipy.io.matlab.mio5', 'matlab'),
+ ('scipy.io.matlab.miobase', 'matlab'),
+ ('scipy.io.matlab.streams', 'matlab'),
+ ('scipy.linalg.basic', None),
+ ('scipy.linalg.decomp', None),
+ ('scipy.linalg.decomp_cholesky', None),
+ ('scipy.linalg.decomp_lu', None),
+ ('scipy.linalg.decomp_qr', None),
+ ('scipy.linalg.decomp_schur', None),
+ ('scipy.linalg.decomp_svd', None),
+ ('scipy.linalg.matfuncs', None),
+ ('scipy.linalg.misc', None),
+ ('scipy.linalg.special_matrices', None),
+ ('scipy.misc.common', None),
+ ('scipy.ndimage.filters', None),
+ ('scipy.ndimage.fourier', None),
+ ('scipy.ndimage.interpolation', None),
+ ('scipy.ndimage.measurements', None),
+ ('scipy.ndimage.morphology', None),
+ ('scipy.odr.models', None),
+ ('scipy.odr.odrpack', None),
+ ('scipy.optimize.cobyla', None),
+ ('scipy.optimize.lbfgsb', None),
+ ('scipy.optimize.linesearch', None),
+ ('scipy.optimize.minpack', None),
+ ('scipy.optimize.minpack2', None),
+ ('scipy.optimize.moduleTNC', None),
+ ('scipy.optimize.nonlin', None),
+ ('scipy.optimize.optimize', None),
+ ('scipy.optimize.slsqp', None),
+ ('scipy.optimize.tnc', None),
+ ('scipy.optimize.zeros', None),
+ ('scipy.signal.bsplines', None),
+ ('scipy.signal.filter_design', None),
+ ('scipy.signal.fir_filter_design', None),
+ ('scipy.signal.lti_conversion', None),
+ ('scipy.signal.ltisys', None),
+ ('scipy.signal.signaltools', None),
+ ('scipy.signal.spectral', None),
+ ('scipy.signal.waveforms', None),
+ ('scipy.signal.wavelets', None),
+ ('scipy.signal.windows.windows', 'windows'),
+ ('scipy.sparse.lil', None),
+ ('scipy.sparse.linalg.dsolve', 'linalg'),
+ ('scipy.sparse.linalg.eigen', 'linalg'),
+ ('scipy.sparse.linalg.interface', 'linalg'),
+ ('scipy.sparse.linalg.isolve', 'linalg'),
+ ('scipy.sparse.linalg.matfuncs', 'linalg'),
+ ('scipy.sparse.sparsetools', None),
+ ('scipy.sparse.spfuncs', None),
+ ('scipy.sparse.sputils', None),
+ ('scipy.spatial.ckdtree', None),
+ ('scipy.spatial.kdtree', None),
+ ('scipy.spatial.qhull', None),
+ ('scipy.spatial.transform.rotation', 'transform'),
+ ('scipy.special.add_newdocs', None),
+ ('scipy.special.basic', None),
+ ('scipy.special.orthogonal', None),
+ ('scipy.special.sf_error', None),
+ ('scipy.special.specfun', None),
+ ('scipy.special.spfun_stats', None),
+ ('scipy.stats.biasedurn', None),
+ ('scipy.stats.kde', None),
+ ('scipy.stats.morestats', None),
+ ('scipy.stats.mstats_basic', 'mstats'),
+ ('scipy.stats.mstats_extras', 'mstats'),
+ ('scipy.stats.mvn', None),
+ ('scipy.stats.stats', None)])
+def test_private_but_present_deprecation(module_name, correct_module):
+ # gh-18279, gh-17572, gh-17771 noted that deprecation warnings
+ # for imports from private modules
+ # were misleading. Check that this is resolved.
+ module = import_module(module_name)
+ if correct_module is None:
+ import_name = f'scipy.{module_name.split(".")[1]}'
+ else:
+ import_name = f'scipy.{module_name.split(".")[1]}.{correct_module}'
+
+ correct_import = import_module(import_name)
+
+ # Attributes that were formerly in `module_name` can still be imported from
+ # `module_name`, albeit with a deprecation warning. The specific message
+ # depends on whether the attribute is public in `scipy.xxx` or not.
+ for attr_name in module.__all__:
+ attr = getattr(correct_import, attr_name, None)
+ if attr is None:
+ message = f"`{module_name}.{attr_name}` is deprecated..."
+ else:
+ message = f"Please import `{attr_name}` from the `{import_name}`..."
+ with pytest.deprecated_call(match=message):
+ getattr(module, attr_name)
+
+ # Attributes that were not in `module_name` get an error notifying the user
+ # that the attribute is not in `module_name` and that `module_name` is deprecated.
+ message = f"`{module_name}` is deprecated..."
+ with pytest.raises(AttributeError, match=message):
+ getattr(module, "ekki")
+
+
+def test_misc_doccer_deprecation():
+ # gh-18279, gh-17572, gh-17771 noted that deprecation warnings
+ # for imports from private modules were misleading.
+ # Check that this is resolved.
+ # `test_private_but_present_deprecation` cannot be used since `correct_import`
+ # is a different subpackage (`_lib` instead of `misc`).
+ module = import_module('scipy.misc.doccer')
+ correct_import = import_module('scipy._lib.doccer')
+
+ # Attributes that were formerly in `scipy.misc.doccer` can still be imported from
+ # `scipy.misc.doccer`, albeit with a deprecation warning. The specific message
+ # depends on whether the attribute is in `scipy._lib.doccer` or not.
+ for attr_name in module.__all__:
+ attr = getattr(correct_import, attr_name, None)
+ if attr is None:
+ message = f"`scipy.misc.{attr_name}` is deprecated..."
+ else:
+ message = f"Please import `{attr_name}` from the `scipy._lib.doccer`..."
+ with pytest.deprecated_call(match=message):
+ getattr(module, attr_name)
+
+ # Attributes that were not in `scipy.misc.doccer` get an error
+ # notifying the user that the attribute is not in `scipy.misc.doccer`
+ # and that `scipy.misc.doccer` is deprecated.
+ message = "`scipy.misc.doccer` is deprecated..."
+ with pytest.raises(AttributeError, match=message):
+ getattr(module, "ekki")
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test_scipy_version.py b/.venv/Lib/site-packages/scipy/_lib/tests/test_scipy_version.py
new file mode 100644
index 0000000000000000000000000000000000000000..7ef2e5d189825543ecdd0d4baa39de3715c676c9
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test_scipy_version.py
@@ -0,0 +1,18 @@
+import re
+
+import scipy
+from numpy.testing import assert_
+
+
+def test_valid_scipy_version():
+ # Verify that the SciPy version is a valid one (no .post suffix or other
+ # nonsense). See NumPy issue gh-6431 for an issue caused by an invalid
+ # version.
+ version_pattern = r"^[0-9]+\.[0-9]+\.[0-9]+(|a[0-9]|b[0-9]|rc[0-9])"
+ dev_suffix = r"(\.dev0\+.+([0-9a-f]{7}|Unknown))"
+ if scipy.version.release:
+ res = re.match(version_pattern, scipy.__version__)
+ else:
+ res = re.match(version_pattern + dev_suffix, scipy.__version__)
+
+ assert_(res is not None, scipy.__version__)
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test_tmpdirs.py b/.venv/Lib/site-packages/scipy/_lib/tests/test_tmpdirs.py
new file mode 100644
index 0000000000000000000000000000000000000000..c1ff4c0703af18fef6a53b2459b40ee125ca9f78
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test_tmpdirs.py
@@ -0,0 +1,42 @@
+""" Test tmpdirs module """
+from os import getcwd
+from os.path import realpath, abspath, dirname, isfile, join as pjoin, exists
+
+from scipy._lib._tmpdirs import tempdir, in_tempdir, in_dir
+
+from numpy.testing import assert_, assert_equal
+
+MY_PATH = abspath(__file__)
+MY_DIR = dirname(MY_PATH)
+
+
+def test_tempdir():
+ with tempdir() as tmpdir:
+ fname = pjoin(tmpdir, 'example_file.txt')
+ with open(fname, "w") as fobj:
+ fobj.write('a string\\n')
+ assert_(not exists(tmpdir))
+
+
+def test_in_tempdir():
+ my_cwd = getcwd()
+ with in_tempdir() as tmpdir:
+ with open('test.txt', "w") as f:
+ f.write('some text')
+ assert_(isfile('test.txt'))
+ assert_(isfile(pjoin(tmpdir, 'test.txt')))
+ assert_(not exists(tmpdir))
+ assert_equal(getcwd(), my_cwd)
+
+
+def test_given_directory():
+ # Test InGivenDirectory
+ cwd = getcwd()
+ with in_dir() as tmpdir:
+ assert_equal(tmpdir, abspath(cwd))
+ assert_equal(tmpdir, abspath(getcwd()))
+ with in_dir(MY_DIR) as tmpdir:
+ assert_equal(tmpdir, MY_DIR)
+ assert_equal(realpath(MY_DIR), realpath(abspath(getcwd())))
+ # We were deleting the given directory! Check not so now.
+ assert_(isfile(MY_PATH))
diff --git a/.venv/Lib/site-packages/scipy/_lib/tests/test_warnings.py b/.venv/Lib/site-packages/scipy/_lib/tests/test_warnings.py
new file mode 100644
index 0000000000000000000000000000000000000000..0ae16b9b49b1c522536ee81e349c34f9b4a09f86
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/_lib/tests/test_warnings.py
@@ -0,0 +1,137 @@
+"""
+Tests which scan for certain occurrences in the code, they may not find
+all of these occurrences but should catch almost all. This file was adapted
+from NumPy.
+"""
+
+
+import os
+from pathlib import Path
+import ast
+import tokenize
+
+import scipy
+
+import pytest
+
+
+class ParseCall(ast.NodeVisitor):
+ def __init__(self):
+ self.ls = []
+
+ def visit_Attribute(self, node):
+ ast.NodeVisitor.generic_visit(self, node)
+ self.ls.append(node.attr)
+
+ def visit_Name(self, node):
+ self.ls.append(node.id)
+
+
+class FindFuncs(ast.NodeVisitor):
+ def __init__(self, filename):
+ super().__init__()
+ self.__filename = filename
+ self.bad_filters = []
+ self.bad_stacklevels = []
+
+ def visit_Call(self, node):
+ p = ParseCall()
+ p.visit(node.func)
+ ast.NodeVisitor.generic_visit(self, node)
+
+ if p.ls[-1] == 'simplefilter' or p.ls[-1] == 'filterwarnings':
+ if node.args[0].value == "ignore":
+ self.bad_filters.append(
+ f"{self.__filename}:{node.lineno}")
+
+ if p.ls[-1] == 'warn' and (
+ len(p.ls) == 1 or p.ls[-2] == 'warnings'):
+
+ if self.__filename == "_lib/tests/test_warnings.py":
+ # This file
+ return
+
+ # See if stacklevel exists:
+ if len(node.args) == 3:
+ return
+ args = {kw.arg for kw in node.keywords}
+ if "stacklevel" not in args:
+ self.bad_stacklevels.append(
+ f"{self.__filename}:{node.lineno}")
+
+
+@pytest.fixture(scope="session")
+def warning_calls():
+ # combined "ignore" and stacklevel error
+ base = Path(scipy.__file__).parent
+
+ bad_filters = []
+ bad_stacklevels = []
+
+ for path in base.rglob("*.py"):
+ # use tokenize to auto-detect encoding on systems where no
+ # default encoding is defined (e.g., LANG='C')
+ with tokenize.open(str(path)) as file:
+ tree = ast.parse(file.read(), filename=str(path))
+ finder = FindFuncs(path.relative_to(base))
+ finder.visit(tree)
+ bad_filters.extend(finder.bad_filters)
+ bad_stacklevels.extend(finder.bad_stacklevels)
+
+ return bad_filters, bad_stacklevels
+
+
+@pytest.mark.slow
+def test_warning_calls_filters(warning_calls):
+ bad_filters, bad_stacklevels = warning_calls
+
+ # We try not to add filters in the code base, because those filters aren't
+ # thread-safe. We aim to only filter in tests with
+ # np.testing.suppress_warnings. However, in some cases it may prove
+ # necessary to filter out warnings, because we can't (easily) fix the root
+ # cause for them and we don't want users to see some warnings when they use
+ # SciPy correctly. So we list exceptions here. Add new entries only if
+ # there's a good reason.
+ allowed_filters = (
+ os.path.join('datasets', '_fetchers.py'),
+ os.path.join('datasets', '__init__.py'),
+ os.path.join('optimize', '_optimize.py'),
+ os.path.join('optimize', '_constraints.py'),
+ os.path.join('optimize', '_nnls.py'),
+ os.path.join('signal', '_ltisys.py'),
+ os.path.join('sparse', '__init__.py'), # np.matrix pending-deprecation
+ os.path.join('stats', '_discrete_distns.py'), # gh-14901
+ os.path.join('stats', '_continuous_distns.py'),
+ os.path.join('stats', '_binned_statistic.py'), # gh-19345
+ os.path.join('_lib', '_util.py'), # gh-19341
+ )
+ bad_filters = [item for item in bad_filters if item.split(':')[0] not in
+ allowed_filters]
+
+ if bad_filters:
+ raise AssertionError(
+ "warning ignore filter should not be used, instead, use\n"
+ "numpy.testing.suppress_warnings (in tests only);\n"
+ "found in:\n {}".format(
+ "\n ".join(bad_filters)))
+
+
+@pytest.mark.slow
+@pytest.mark.xfail(reason="stacklevels currently missing")
+def test_warning_calls_stacklevels(warning_calls):
+ bad_filters, bad_stacklevels = warning_calls
+
+ msg = ""
+
+ if bad_filters:
+ msg += ("warning ignore filter should not be used, instead, use\n"
+ "numpy.testing.suppress_warnings (in tests only);\n"
+ "found in:\n {}".format("\n ".join(bad_filters)))
+ msg += "\n\n"
+
+ if bad_stacklevels:
+ msg += "warnings should have an appropriate stacklevel:\n {}".format(
+ "\n ".join(bad_stacklevels))
+
+ if msg:
+ raise AssertionError(msg)
diff --git a/.venv/Lib/site-packages/scipy/special/_ufuncs_cxx.cp39-win_amd64.pyd b/.venv/Lib/site-packages/scipy/special/_ufuncs_cxx.cp39-win_amd64.pyd
new file mode 100644
index 0000000000000000000000000000000000000000..0aa0f8e04d70cd148da70ac209dddd844724b635
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/special/_ufuncs_cxx.cp39-win_amd64.pyd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:be77737e6b1089435d905791859fb93f2e4e7ff8397a17e1270f23c1e5c051f8
+size 1460224
diff --git a/.venv/Lib/site-packages/scipy/stats/_sobol_direction_numbers.npz b/.venv/Lib/site-packages/scipy/stats/_sobol_direction_numbers.npz
new file mode 100644
index 0000000000000000000000000000000000000000..44f1f1e9ebd1eb188289ca9adb8027855c1a23b6
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/stats/_sobol_direction_numbers.npz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4859931147d42ce465b8605cb277f957d98b839d03194fdf06579357906d193b
+size 589334
diff --git a/.venv/Lib/site-packages/scipy/stats/tests/data/jf_skew_t_gamlss_pdf_data.npy b/.venv/Lib/site-packages/scipy/stats/tests/data/jf_skew_t_gamlss_pdf_data.npy
new file mode 100644
index 0000000000000000000000000000000000000000..721749bcd853fa5c5efe5a1f5ba6e105658395dc
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/stats/tests/data/jf_skew_t_gamlss_pdf_data.npy
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:254d2dee4a4d547b9331c60243c6fcfcaffd26c8b104d08d4f6045a7645b3bba
+size 4064
diff --git a/.venv/Lib/site-packages/scipy/stats/tests/data/levy_stable/stable-loc-scale-sample-data.npy b/.venv/Lib/site-packages/scipy/stats/tests/data/levy_stable/stable-loc-scale-sample-data.npy
new file mode 100644
index 0000000000000000000000000000000000000000..0a1460e407521836a9b73a081609af4ccdb6deae
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/stats/tests/data/levy_stable/stable-loc-scale-sample-data.npy
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f3c719edd5431fb9e7b9ecb6d19e3ca7a9095298bd19f226685b0fca40f0c073
+size 9328
diff --git a/.venv/Lib/site-packages/scipy/stats/tests/data/rel_breitwigner_pdf_sample_data_ROOT.npy b/.venv/Lib/site-packages/scipy/stats/tests/data/rel_breitwigner_pdf_sample_data_ROOT.npy
new file mode 100644
index 0000000000000000000000000000000000000000..80dde74dcda9a23dcdbf9a2f677eb9c98337b0a7
--- /dev/null
+++ b/.venv/Lib/site-packages/scipy/stats/tests/data/rel_breitwigner_pdf_sample_data_ROOT.npy
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eef4dc702dd8c6e31c18c74e1f81284c3e9ca2ab50282de39c9ad30b7bb8e76d
+size 38624
diff --git a/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/INSTALLER b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/INSTALLER
new file mode 100644
index 0000000000000000000000000000000000000000..5c69047b2eb8235994febeeae1da4a82365a240a
--- /dev/null
+++ b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/INSTALLER
@@ -0,0 +1 @@
+uv
\ No newline at end of file
diff --git a/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/METADATA b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/METADATA
new file mode 100644
index 0000000000000000000000000000000000000000..0a2768c1dfe52f88ceeb73beadce9ebaa06d90ff
--- /dev/null
+++ b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/METADATA
@@ -0,0 +1,386 @@
+Metadata-Version: 2.1
+Name: sentencepiece
+Version: 0.2.0
+Summary: SentencePiece python wrapper
+Home-page: https://github.com/google/sentencepiece
+Author: Taku Kudo
+Author-email: taku@google.com
+License: Apache
+Platform: Unix
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Console
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Science/Research
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Operating System :: Unix
+Classifier: Programming Language :: Python
+Classifier: Topic :: Text Processing :: Linguistic
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Description-Content-Type: text/markdown
+
+# SentencePiece Python Wrapper
+
+
+
+Python wrapper for SentencePiece. This API will offer the encoding, decoding and training of Sentencepiece.
+
+
+
+## Build and Install SentencePiece
+
+For Linux (x64/i686), macOS, and Windows(win32/x64) environment, you can simply use pip command to install SentencePiece python module.
+
+
+
+```
+
+% pip install sentencepiece
+
+```
+
+
+
+To build and install the Python wrapper from source, try the following commands to build and install wheel package.
+
+```
+
+% git clone https://github.com/google/sentencepiece.git
+
+% cd sentencepiece
+
+% mkdir build
+
+% cd build
+
+% cmake .. -DSPM_ENABLE_SHARED=OFF -DCMAKE_INSTALL_PREFIX=./root
+
+% make install
+
+% cd ../python
+
+% python setup.py bdist_wheel
+
+% pip install dist/sentencepiece*.whl
+
+```
+
+
+
+If you don’t have write permission to the global site-packages directory or don’t want to install into it, please try:
+
+```
+
+% python setup.py install --user
+
+```
+
+
+
+## Usage
+
+
+
+See [this google colab page](https://github.com/google/sentencepiece/blob/master/python/sentencepiece_python_module_example.ipynb) to run sentencepiece interactively.
+
+
+
+### Segmentation
+
+```
+
+% python
+
+>>> import sentencepiece as spm
+
+>>> sp = spm.SentencePieceProcessor(model_file='test/test_model.model')
+
+
+
+>>> sp.encode('This is a test')
+
+[284, 47, 11, 4, 15, 400]
+
+
+
+>>> sp.encode(['This is a test', 'Hello world'], out_type=int)
+
+[[284, 47, 11, 4, 15, 400], [151, 88, 21, 887]]
+
+
+
+>>> sp.encode_as_ids(['This is a test', 'Hello world'])
+
+[[284, 47, 11, 4, 15, 400], [151, 88, 21, 887]]
+
+
+
+>>> sp.encode('This is a test', out_type=str)
+
+['▁This', '▁is', '▁a', '▁', 't', 'est']
+
+
+
+>>> sp.encode(['This is a test', 'Hello world'], out_type=str)
+
+[['▁This', '▁is', '▁a', '▁', 't', 'est'], ['▁He', 'll', 'o', '▁world']]
+
+
+
+>>> sp.encode_as_pieces(['This is a test', 'Hello world'])
+
+[['▁This', '▁is', '▁a', '▁', 't', 'est'], ['▁He', 'll', 'o', '▁world']]
+
+
+
+>>> proto = sp.encode('This is a test', out_type='immutable_proto')
+
+>>> for n in proto.pieces:
+
+... print('piece="{}" surface="{}" id={} begin={} end={}'.format(n.piece, n.surface, n.id, n.begin, n.end))
+
+...
+
+piece="▁This" surface="This" id=284 begin=0 end=4
+
+piece="▁is" surface=" is" id=47 begin=4 end=7
+
+piece="▁a" surface=" a" id=11 begin=7 end=9
+
+piece="▁" surface=" " id=4 begin=9 end=10
+
+piece="t" surface="t" id=15 begin=10 end=11
+
+piece="est" surface="est" id=400 begin=11 end=14
+
+
+
+>>> [[x.id for x in proto.pieces], [x.piece for x in proto.pieces], [x.begin for x in proto.pieces], [x.end for x in proto.pieces]]
+
+[[284, 47, 11, 4, 15, 400], ['▁This', '▁is', '▁a', '▁', 't', 'est'], [0, 4, 7, 9, 10, 11], [4, 7, 9, 10, 11, 14]]
+
+
+
+>>> proto2 = sp.encode_as_immutable_proto('This is a test')
+
+>>> proto2 == proto
+
+True
+
+
+
+>>> for _ in range(10):
+
+... sp.encode('This is a test', out_type=str, enable_sampling=True, alpha=0.1, nbest_size=-1)
+
+...
+
+['▁', 'This', '▁', 'is', '▁a', '▁', 't', 'e', 'st']
+
+['▁T', 'h', 'i', 's', '▁is', '▁a', '▁', 'te', 's', 't']
+
+['▁T', 'h', 'is', '▁', 'is', '▁', 'a', '▁', 't', 'est']
+
+['▁', 'This', '▁is', '▁', 'a', '▁', 't', 'e', 'st']
+
+['▁', 'This', '▁', 'is', '▁', 'a', '▁', 't', 'e', 's', 't']
+
+['▁This', '▁is', '▁a', '▁', 'te', 's', 't']
+
+['▁This', '▁is', '▁', 'a', '▁', 't', 'e', 'st']
+
+['▁', 'T', 'h', 'is', '▁', 'is', '▁', 'a', '▁', 'te', 'st']
+
+['▁', 'This', '▁', 'i', 's', '▁a', '▁', 't', 'e', 'st']
+
+['▁This', '▁', 'is', '▁a', '▁', 't', 'est']
+
+
+
+>> sp.nbest_encode('This is a test', nbest_size=5, out_type=str)
+
+[['▁This', '▁is', '▁a', '▁', 't', 'est'],
+
+['▁This', '▁is', '▁a', '▁', 'te', 'st'],
+
+['▁This', '▁is', '▁a', '▁', 'te', 's', 't'],
+
+['▁This', '▁is', '▁a', '▁', 't', 'e', 'st'],
+
+['▁This', '▁is', '▁a', '▁', 't', 'es', 't']]
+
+
+
+>>> sp.sample_encode_and_score('This is a test', num_samples=5, alpha=0.1, out_type=str, wor=True)
+
+[(['▁This', '▁', 'i', 's', '▁a', '▁', 'te', 's', 't'], -3.043105125427246),
+
+(['▁This', '▁', 'i', 's', '▁a', '▁', 'te', 'st'], -2.8475849628448486),
+
+(['▁', 'This', '▁is', '▁', 'a', '▁', 'te', 'st'], -3.043248176574707),
+
+(['▁', 'This', '▁is', '▁a', '▁', 't', 'e', 'st'], -2.87727689743042),
+
+(['▁', 'This', '▁', 'i', 's', '▁', 'a', '▁', 't', 'est'], -3.6284031867980957)]
+
+
+
+>>> sp.decode([284, 47, 11, 4, 15, 400])
+
+'This is a test'
+
+
+
+>>> sp.decode([[284, 47, 11, 4, 15, 400], [151, 88, 21, 887]])
+
+['This is a test', 'Hello world']
+
+
+
+>>> proto = sp.decode([284, 47, 11, 4, 15, 400], out_type='immutable_proto')
+
+>>> proto.text
+
+'This is a test'
+
+
+
+>>> sp.decode(['▁', 'This', '▁', 'is', '▁a', '▁', 't', 'e', 'st'])
+
+'This is a test'
+
+
+
+>>> sp.decode([['▁This', '▁is', '▁a', '▁', 't', 'est'], ['▁He', 'll', 'o', '▁world']])
+
+['This is a test', 'Hello world']
+
+
+
+>>> sp.get_piece_size()
+
+1000
+
+
+
+>>> sp.id_to_piece(2)
+
+''
+
+
+
+>>> sp.id_to_piece([2, 3, 4])
+
+['', '\r', '▁']
+
+
+
+>>> sp.piece_to_id('')
+
+1
+
+
+
+>>> sp.piece_to_id(['', '\r', '▁'])
+
+[2, 3, 4]
+
+
+
+>>> len(sp)
+
+1000
+
+
+
+>>> sp['']
+
+2
+
+```
+
+
+
+### Model Training
+
+Training is performed by passing parameters of [spm_train](https://github.com/google/sentencepiece#train-sentencepiece-model) to SentencePieceTrainer.train() function.
+
+
+
+```
+
+>>> import sentencepiece as spm
+
+>>> spm.SentencePieceTrainer.train(input='test/botchan.txt', model_prefix='m', vocab_size=1000, user_defined_symbols=['foo', 'bar'])
+
+sentencepiece_trainer.cc(73) LOG(INFO) Starts training with :
+
+trainer_spec {
+
+ input: test/botchan.txt
+
+ .. snip
+
+unigram_model_trainer.cc(500) LOG(INFO) EM sub_iter=1 size=1188 obj=10.2839 num_tokens=32182 num_tokens/piece=27.0892
+
+unigram_model_trainer.cc(500) LOG(INFO) EM sub_iter=0 size=1100 obj=10.4269 num_tokens=33001 num_tokens/piece=30.0009
+
+unigram_model_trainer.cc(500) LOG(INFO) EM sub_iter=1 size=1100 obj=10.4069 num_tokens=33002 num_tokens/piece=30.0018
+
+trainer_interface.cc(595) LOG(INFO) Saving model: m.model
+
+trainer_interface.cc(619) LOG(INFO) Saving vocabs: m.vocab
+
+>>>
+
+```
+
+
+
+### Training without local filesystem
+
+Sentencepiece trainer can receive any iterable object to feed training sentences. You can also pass a file object (instance with write() method) to emit the output model to any devices. These features are useful to run sentencepiece on environment that have limited access to the local file system (e.g., Google colab.)
+
+
+
+```
+
+import urllib.request
+
+import io
+
+import sentencepiece as spm
+
+
+
+# Loads model from URL as iterator and stores the model to BytesIO.
+
+model = io.BytesIO()
+
+with urllib.request.urlopen(
+
+ 'https://raw.githubusercontent.com/google/sentencepiece/master/data/botchan.txt'
+
+) as response:
+
+ spm.SentencePieceTrainer.train(
+
+ sentence_iterator=response, model_writer=model, vocab_size=1000)
+
+
+
+# Serialize the model as file.
+
+# with open('out.model', 'wb') as f:
+
+# f.write(model.getvalue())
+
+
+
+# Directly load the model from serialized model.
+
+sp = spm.SentencePieceProcessor(model_proto=model.getvalue())
+
+print(sp.encode('this is test'))
+
+```
+
diff --git a/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/RECORD b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/RECORD
new file mode 100644
index 0000000000000000000000000000000000000000..64b65a63feed3724387265e0e382f7508500486c
--- /dev/null
+++ b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/RECORD
@@ -0,0 +1,11 @@
+sentencepiece-0.2.0.dist-info/METADATA,sha256=-s05VurBYvBSB-L1dfWSt1RrzbsrkY4tTmftlB2gPxY,8252
+sentencepiece-0.2.0.dist-info/RECORD,,
+sentencepiece-0.2.0.dist-info/WHEEL,sha256=GZFS91_ufm4WrNPBaFVPB9MvOXR6bMZQhPcZRRTN5YM,100
+sentencepiece-0.2.0.dist-info/top_level.txt,sha256=NIXVKmsq-xdZ5KROMHHV0gkLA3fvbNTb1g1KtgiYFOk,130
+sentencepiece-0.2.0.dist-info\INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2
+sentencepiece-0.2.0.dist-info\REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+sentencepiece/__init__.py,sha256=c_YZCOq16XxQgnN4WUVWGZ41rVzei6llyGVlT4nMrg4,50454
+sentencepiece/_sentencepiece.cp39-win_amd64.pyd,sha256=BZkXGT-H4g_cXhPXxgVHkJm-EyCSvfyR9LHJRt8ZfHc,1955840
+sentencepiece/_version.py,sha256=O6Hcm5iZIrpcFQnuw3IzCUSoKf0HHRvbYGyeE-Tz5Zk,23
+sentencepiece/sentencepiece_model_pb2.py,sha256=7PDF-fXPET6UZPb-L7b38D-7e10HfU127s_BRCppIYE,6301
+sentencepiece/sentencepiece_pb2.py,sha256=fnwql3NesKrRHRHA1f7LrBA9wV2NSDGDwMNyxjsB2BY,1783
diff --git a/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/REQUESTED b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/REQUESTED
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/WHEEL b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/WHEEL
new file mode 100644
index 0000000000000000000000000000000000000000..a314ad34c55629d9d130b421f7e95a9ebfe1c5ac
--- /dev/null
+++ b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/WHEEL
@@ -0,0 +1,5 @@
+Wheel-Version: 1.0
+Generator: bdist_wheel (0.42.0)
+Root-Is-Purelib: false
+Tag: cp39-cp39-win_amd64
+
diff --git a/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/top_level.txt b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/top_level.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6a66f9441436eaa6d7b2d87d1af197d980e727b0
--- /dev/null
+++ b/.venv/Lib/site-packages/sentencepiece-0.2.0.dist-info/top_level.txt
@@ -0,0 +1,5 @@
+sentencepiece
+sentencepiece/__init__
+sentencepiece/_version
+sentencepiece/sentencepiece_model_pb2
+sentencepiece/sentencepiece_pb2
diff --git a/.venv/Lib/site-packages/sentencepiece/__init__.py b/.venv/Lib/site-packages/sentencepiece/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..07d2c04db2dc1c443f8111152a033078adba4295
--- /dev/null
+++ b/.venv/Lib/site-packages/sentencepiece/__init__.py
@@ -0,0 +1,1224 @@
+# This file was automatically generated by SWIG (https://www.swig.org).
+# Version 4.1.0
+#
+# Do not make changes to this file unless you know what you are doing - modify
+# the SWIG interface file instead.
+
+from sys import version_info as _swig_python_version_info
+# Import the low-level C/C++ module
+if __package__ or "." in __name__:
+ from . import _sentencepiece
+else:
+ import _sentencepiece
+
+try:
+ import builtins as __builtin__
+except ImportError:
+ import __builtin__
+
+def _swig_repr(self):
+ try:
+ strthis = "proxy of " + self.this.__repr__()
+ except __builtin__.Exception:
+ strthis = ""
+ return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
+
+
+def _swig_setattr_nondynamic_instance_variable(set):
+ def set_instance_attr(self, name, value):
+ if name == "this":
+ set(self, name, value)
+ elif name == "thisown":
+ self.this.own(value)
+ elif hasattr(self, name) and isinstance(getattr(type(self), name), property):
+ set(self, name, value)
+ else:
+ raise AttributeError("You cannot add instance attributes to %s" % self)
+ return set_instance_attr
+
+
+def _swig_setattr_nondynamic_class_variable(set):
+ def set_class_attr(cls, name, value):
+ if hasattr(cls, name) and not isinstance(getattr(cls, name), property):
+ set(cls, name, value)
+ else:
+ raise AttributeError("You cannot add class attributes to %s" % cls)
+ return set_class_attr
+
+
+def _swig_add_metaclass(metaclass):
+ """Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass"""
+ def wrapper(cls):
+ return metaclass(cls.__name__, cls.__bases__, cls.__dict__.copy())
+ return wrapper
+
+
+class _SwigNonDynamicMeta(type):
+ """Meta class to enforce nondynamic attributes (no new attributes) for a class"""
+ __setattr__ = _swig_setattr_nondynamic_class_variable(type.__setattr__)
+
+
+class ImmutableSentencePieceText_ImmutableSentencePiece(object):
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
+ __repr__ = _swig_repr
+
+ def __init__(self):
+ _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece_swiginit(self, _sentencepiece.new_ImmutableSentencePieceText_ImmutableSentencePiece())
+ __swig_destroy__ = _sentencepiece.delete_ImmutableSentencePieceText_ImmutableSentencePiece
+
+ def _piece(self):
+ return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__piece(self)
+
+ def _surface(self):
+ return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__surface(self)
+
+ def _id(self):
+ return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__id(self)
+
+ def _begin(self):
+ return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__begin(self)
+
+ def _end(self):
+ return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__end(self)
+
+ def _surface_as_bytes(self):
+ return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__surface_as_bytes(self)
+
+ def _piece_as_bytes(self):
+ return _sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece__piece_as_bytes(self)
+
+ piece = property(_piece)
+ piece_as_bytes = property(_piece_as_bytes)
+ surface = property(_surface)
+ surface_as_bytes = property(_surface_as_bytes)
+ id = property(_id)
+ begin = property(_begin)
+ end = property(_end)
+
+ def __str__(self):
+ return ('piece: \"{}\"\n'
+ 'id: {}\n'
+ 'surface: \"{}\"\n'
+ 'begin: {}\n'
+ 'end: {}\n').format(self.piece, self.id, self.surface,
+ self.begin, self.end)
+
+ def __eq__(self, other):
+ return self.piece == other.piece and self.id == other.id and self.surface == other.surface and self.begin == other.begin and self.end == other.end
+
+ def __hash__(self):
+ return hash(str(self))
+
+ __repr__ = __str__
+
+
+# Register ImmutableSentencePieceText_ImmutableSentencePiece in _sentencepiece:
+_sentencepiece.ImmutableSentencePieceText_ImmutableSentencePiece_swigregister(ImmutableSentencePieceText_ImmutableSentencePiece)
+class ImmutableSentencePieceText(object):
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
+ __repr__ = _swig_repr
+
+ def __init__(self):
+ _sentencepiece.ImmutableSentencePieceText_swiginit(self, _sentencepiece.new_ImmutableSentencePieceText())
+ __swig_destroy__ = _sentencepiece.delete_ImmutableSentencePieceText
+
+ def _pieces_size(self):
+ return _sentencepiece.ImmutableSentencePieceText__pieces_size(self)
+
+ def _pieces(self, index):
+ return _sentencepiece.ImmutableSentencePieceText__pieces(self, index)
+
+ def _text(self):
+ return _sentencepiece.ImmutableSentencePieceText__text(self)
+
+ def _score(self):
+ return _sentencepiece.ImmutableSentencePieceText__score(self)
+
+ def SerializeAsString(self):
+ return _sentencepiece.ImmutableSentencePieceText_SerializeAsString(self)
+
+ def _text_as_bytes(self):
+ return _sentencepiece.ImmutableSentencePieceText__text_as_bytes(self)
+
+ text = property(_text)
+ text_as_bytes = property(_text_as_bytes)
+ score = property(_score)
+
+ class ImmutableSentencePieceIterator:
+ def __init__(self, proto):
+ self.proto = proto
+ self.len = self.proto._pieces_size()
+
+ def __len__(self):
+ return self.len
+
+ def __getitem__(self, index):
+ if isinstance(index, slice):
+ return [self.proto._pieces(i) for i in range(self.len)][index.start:index.stop:index.step]
+ if index < 0:
+ index = index + self.len
+ if index < 0 or index >= self.len:
+ raise IndexError('piece index is out of range')
+ return self.proto._pieces(index)
+
+ def __str__(self):
+ return '\n'.join(['pieces {{\n{}}}'.format(str(x)) for x in self])
+
+ __repr__ = __str__
+
+ @property
+ def pieces(self):
+ return ImmutableSentencePieceText.ImmutableSentencePieceIterator(self)
+
+ def __eq__(self, other):
+ return self.SerializeAsString() == other.SerializeAsString()
+
+ def __hash__(self):
+ return hash(self.SerializeAsString())
+
+ def __str__(self):
+ return ('text: \"{}\"\n'
+ 'score: {}\n'
+ '{}').format(self.text, self.score,
+ '\n'.join(['pieces {{\n{}}}'.format(str(x)) for x in self.pieces]))
+
+ __repr__ = __str__
+
+
+# Register ImmutableSentencePieceText in _sentencepiece:
+_sentencepiece.ImmutableSentencePieceText_swigregister(ImmutableSentencePieceText)
+class ImmutableNBestSentencePieceText(object):
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
+ __repr__ = _swig_repr
+
+ def __init__(self):
+ _sentencepiece.ImmutableNBestSentencePieceText_swiginit(self, _sentencepiece.new_ImmutableNBestSentencePieceText())
+ __swig_destroy__ = _sentencepiece.delete_ImmutableNBestSentencePieceText
+
+ def _nbests_size(self):
+ return _sentencepiece.ImmutableNBestSentencePieceText__nbests_size(self)
+
+ def _nbests(self, index):
+ return _sentencepiece.ImmutableNBestSentencePieceText__nbests(self, index)
+
+ def SerializeAsString(self):
+ return _sentencepiece.ImmutableNBestSentencePieceText_SerializeAsString(self)
+
+ class ImmutableSentencePieceTextIterator:
+ def __init__(self, proto):
+ self.proto = proto
+ self.len = self.proto._nbests_size()
+
+ def __len__(self):
+ return self.len
+
+ def __getitem__(self, index):
+ if isinstance(index, slice):
+ return [self.proto._nbests(i) for i in range(self.len)][index.start:index.stop:index.step]
+ if index < 0:
+ index = index + self.len
+ if index < 0 or index >= self.len:
+ raise IndexError('nbests index is out of range')
+ return self.proto._nbests(index)
+
+ def __str__(self):
+ return '\n'.join(['nbests {{\n{}}}'.format(str(x)) for x in self])
+
+ __repr__ = __str__
+
+ @property
+ def nbests(self):
+ return ImmutableNBestSentencePieceText.ImmutableSentencePieceTextIterator(self)
+
+ def __eq__(self, other):
+ return self.SerializeAsString() == other.SerializeAsString()
+
+ def __hash__(self):
+ return hash(self.SerializeAsString())
+
+ def __str__(self):
+ return '\n'.join(['nbests {{\n{}}}'.format(str(x)) for x in self.nbests])
+
+ __repr__ = __str__
+
+
+# Register ImmutableNBestSentencePieceText in _sentencepiece:
+_sentencepiece.ImmutableNBestSentencePieceText_swigregister(ImmutableNBestSentencePieceText)
+class SentencePieceProcessor(object):
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
+ __repr__ = _swig_repr
+
+ def __init__(self):
+ _sentencepiece.SentencePieceProcessor_swiginit(self, _sentencepiece.new_SentencePieceProcessor())
+ __swig_destroy__ = _sentencepiece.delete_SentencePieceProcessor
+
+ def LoadFromSerializedProto(self, serialized):
+ return _sentencepiece.SentencePieceProcessor_LoadFromSerializedProto(self, serialized)
+
+ def SetEncodeExtraOptions(self, extra_option):
+ return _sentencepiece.SentencePieceProcessor_SetEncodeExtraOptions(self, extra_option)
+
+ def SetDecodeExtraOptions(self, extra_option):
+ return _sentencepiece.SentencePieceProcessor_SetDecodeExtraOptions(self, extra_option)
+
+ def SetVocabulary(self, valid_vocab):
+ return _sentencepiece.SentencePieceProcessor_SetVocabulary(self, valid_vocab)
+
+ def ResetVocabulary(self):
+ return _sentencepiece.SentencePieceProcessor_ResetVocabulary(self)
+
+ def LoadVocabulary(self, filename, threshold):
+ return _sentencepiece.SentencePieceProcessor_LoadVocabulary(self, filename, threshold)
+
+ def CalculateEntropy(self, *args):
+ return _sentencepiece.SentencePieceProcessor_CalculateEntropy(self, *args)
+
+ def GetPieceSize(self):
+ return _sentencepiece.SentencePieceProcessor_GetPieceSize(self)
+
+ def PieceToId(self, piece):
+ return _sentencepiece.SentencePieceProcessor_PieceToId(self, piece)
+
+ def IdToPiece(self, id):
+ return _sentencepiece.SentencePieceProcessor_IdToPiece(self, id)
+
+ def GetScore(self, id):
+ return _sentencepiece.SentencePieceProcessor_GetScore(self, id)
+
+ def IsUnknown(self, id):
+ return _sentencepiece.SentencePieceProcessor_IsUnknown(self, id)
+
+ def IsControl(self, id):
+ return _sentencepiece.SentencePieceProcessor_IsControl(self, id)
+
+ def IsUnused(self, id):
+ return _sentencepiece.SentencePieceProcessor_IsUnused(self, id)
+
+ def IsByte(self, id):
+ return _sentencepiece.SentencePieceProcessor_IsByte(self, id)
+
+ def unk_id(self):
+ return _sentencepiece.SentencePieceProcessor_unk_id(self)
+
+ def bos_id(self):
+ return _sentencepiece.SentencePieceProcessor_bos_id(self)
+
+ def eos_id(self):
+ return _sentencepiece.SentencePieceProcessor_eos_id(self)
+
+ def pad_id(self):
+ return _sentencepiece.SentencePieceProcessor_pad_id(self)
+
+ def serialized_model_proto(self):
+ return _sentencepiece.SentencePieceProcessor_serialized_model_proto(self)
+
+ def LoadFromFile(self, arg):
+ return _sentencepiece.SentencePieceProcessor_LoadFromFile(self, arg)
+
+ def _EncodeAsIds(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__EncodeAsIds(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _EncodeAsPieces(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__EncodeAsPieces(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _EncodeAsSerializedProto(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__EncodeAsSerializedProto(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _EncodeAsImmutableProto(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__EncodeAsImmutableProto(self, text, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _EncodeAsIdsBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__EncodeAsIdsBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _EncodeAsPiecesBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__EncodeAsPiecesBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _EncodeAsSerializedProtoBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__EncodeAsSerializedProtoBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _EncodeAsImmutableProtoBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__EncodeAsImmutableProtoBatch(self, ins, num_threads, enable_sampling, nbest_size, alpha, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _DecodeIds(self, ids):
+ return _sentencepiece.SentencePieceProcessor__DecodeIds(self, ids)
+
+ def _DecodeIdsAsBytes(self, ids):
+ return _sentencepiece.SentencePieceProcessor__DecodeIdsAsBytes(self, ids)
+
+ def _DecodePieces(self, pieces):
+ return _sentencepiece.SentencePieceProcessor__DecodePieces(self, pieces)
+
+ def _DecodeIdsAsSerializedProto(self, ids):
+ return _sentencepiece.SentencePieceProcessor__DecodeIdsAsSerializedProto(self, ids)
+
+ def _DecodePiecesAsSerializedProto(self, pieces):
+ return _sentencepiece.SentencePieceProcessor__DecodePiecesAsSerializedProto(self, pieces)
+
+ def _DecodeIdsAsImmutableProto(self, ids):
+ return _sentencepiece.SentencePieceProcessor__DecodeIdsAsImmutableProto(self, ids)
+
+ def _DecodePiecesAsImmutableProto(self, pieces):
+ return _sentencepiece.SentencePieceProcessor__DecodePiecesAsImmutableProto(self, pieces)
+
+ def _DecodeIdsBatch(self, ins, num_threads):
+ return _sentencepiece.SentencePieceProcessor__DecodeIdsBatch(self, ins, num_threads)
+
+ def _DecodeIdsAsBytesBatch(self, ins, num_threads):
+ return _sentencepiece.SentencePieceProcessor__DecodeIdsAsBytesBatch(self, ins, num_threads)
+
+ def _DecodeIdsAsSerializedProtoBatch(self, ins, num_threads):
+ return _sentencepiece.SentencePieceProcessor__DecodeIdsAsSerializedProtoBatch(self, ins, num_threads)
+
+ def _DecodeIdsAsImmutableProtoBatch(self, ins, num_threads):
+ return _sentencepiece.SentencePieceProcessor__DecodeIdsAsImmutableProtoBatch(self, ins, num_threads)
+
+ def _DecodePiecesBatch(self, ins, num_threads):
+ return _sentencepiece.SentencePieceProcessor__DecodePiecesBatch(self, ins, num_threads)
+
+ def _DecodePiecesAsSerializedProtoBatch(self, ins, num_threads):
+ return _sentencepiece.SentencePieceProcessor__DecodePiecesAsSerializedProtoBatch(self, ins, num_threads)
+
+ def _DecodePiecesAsImmutableProtoBatch(self, ins, num_threads):
+ return _sentencepiece.SentencePieceProcessor__DecodePiecesAsImmutableProtoBatch(self, ins, num_threads)
+
+ def _NBestEncodeAsIds(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__NBestEncodeAsIds(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _NBestEncodeAsPieces(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__NBestEncodeAsPieces(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _NBestEncodeAsSerializedProto(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__NBestEncodeAsSerializedProto(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _NBestEncodeAsImmutableProto(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__NBestEncodeAsImmutableProto(self, text, nbest_size, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _SampleEncodeAndScoreAsIds(self, text, num_samples, alpha, wor, include_best, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__SampleEncodeAndScoreAsIds(self, text, num_samples, alpha, wor, include_best, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _SampleEncodeAndScoreAsPieces(self, text, num_samples, alpha, wor, include_best, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__SampleEncodeAndScoreAsPieces(self, text, num_samples, alpha, wor, include_best, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _SampleEncodeAndScoreAsSerializedProto(self, text, num_samples, alpha, wor, include_best, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__SampleEncodeAndScoreAsSerializedProto(self, text, num_samples, alpha, wor, include_best, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _SampleEncodeAndScoreAsImmutableProto(self, text, num_samples, alpha, wor, include_best, add_bos, add_eos, reverse, emit_unk_piece):
+ return _sentencepiece.SentencePieceProcessor__SampleEncodeAndScoreAsImmutableProto(self, text, num_samples, alpha, wor, include_best, add_bos, add_eos, reverse, emit_unk_piece)
+
+ def _Normalize(self, text):
+ return _sentencepiece.SentencePieceProcessor__Normalize(self, text)
+
+ def _NormalizeWithOffsets(self, text):
+ return _sentencepiece.SentencePieceProcessor__NormalizeWithOffsets(self, text)
+
+ def _CalculateEntropy(self, text, alpha):
+ return _sentencepiece.SentencePieceProcessor__CalculateEntropy(self, text, alpha)
+
+ def _CalculateEntropyBatch(self, ins, alpha, num_threads):
+ return _sentencepiece.SentencePieceProcessor__CalculateEntropyBatch(self, ins, alpha, num_threads)
+
+ def _OverrideNormalizerSpec(self, args):
+ return _sentencepiece.SentencePieceProcessor__OverrideNormalizerSpec(self, args)
+
+ def Init(self,
+ model_file=None,
+ model_proto=None,
+ out_type=int,
+ add_bos=False,
+ add_eos=False,
+ reverse=False,
+ emit_unk_piece=False,
+ enable_sampling=False,
+ nbest_size=-1,
+ alpha=0.1,
+ num_threads=-1):
+ """Initialzie sentencepieceProcessor.
+
+ Args:
+ model_file: The sentencepiece model file path.
+ model_proto: The sentencepiece model serialized proto.
+ out_type: output type. int or str.
+ add_bos: Add to the result (Default = false)
+ add_eos: Add to the result (Default = false) / is added after
+ reversing (if enabled).
+ reverse: Reverses the tokenized sequence (Default = false)
+ emit_unk_piece: Emits the unk literal string (Default = false)
+ nbest_size: sampling parameters for unigram. Invalid in BPE-Dropout.
+ nbest_size = {0,1}: No sampling is performed.
+ nbest_size > 1: samples from the nbest_size results.
+ nbest_size < 0: assuming that nbest_size is infinite and samples
+ from the all hypothesis (lattice) using
+ forward-filtering-and-backward-sampling algorithm.
+ alpha: Soothing parameter for unigram sampling, and dropout probability of
+ merge operations for BPE-dropout.
+ num_threads: number of threads in batch processing (Default = -1, auto-detected)
+ """
+
+ _sentencepiece_processor_init_native(self)
+ self._out_type = out_type
+ self._add_bos = add_bos
+ self._add_eos = add_eos
+ self._reverse = reverse
+ self._emit_unk_piece = emit_unk_piece
+ self._enable_sampling = enable_sampling
+ self._nbest_size = nbest_size
+ self._alpha = alpha
+ self._num_threads = num_threads
+ if model_file or model_proto:
+ self.Load(model_file=model_file, model_proto=model_proto)
+
+
+ def Encode(self,
+ input,
+ out_type=None,
+ add_bos=None,
+ add_eos=None,
+ reverse=None,
+ emit_unk_piece=None,
+ enable_sampling=None,
+ nbest_size=None,
+ alpha=None,
+ num_threads=None):
+ """Encode text input to segmented ids or tokens.
+
+ Args:
+ input: input string. accepsts list of string.
+ out_type: output type. int or str.
+ add_bos: Add to the result (Default = false)
+ add_eos: Add to the result (Default = false) / is added after
+ reversing (if enabled).
+ reverse: Reverses the tokenized sequence (Default = false)
+ emit_unk_piece: Emits the unk literal string (Default = false)
+ nbest_size: sampling parameters for unigram. Invalid in BPE-Dropout.
+ nbest_size = {0,1}: No sampling is performed.
+ nbest_size > 1: samples from the nbest_size results.
+ nbest_size < 0: assuming that nbest_size is infinite and samples
+ from the all hypothesis (lattice) using
+ forward-filtering-and-backward-sampling algorithm.
+ alpha: Soothing parameter for unigram sampling, and merge probability for
+ BPE-dropout (probablity 'p' in BPE-dropout paper).
+ num_threads: the number of threads used in the batch processing (Default = -1).
+ """
+
+ if out_type is None:
+ out_type = self._out_type
+ if add_bos is None:
+ add_bos = self._add_bos
+ if add_eos is None:
+ add_eos = self._add_eos
+ if reverse is None:
+ reverse = self._reverse
+ if emit_unk_piece is None:
+ emit_unk_piece = self._emit_unk_piece
+ if enable_sampling is None:
+ enable_sampling = self._enable_sampling
+ if nbest_size is None:
+ nbest_size = self._nbest_size
+ if alpha is None:
+ alpha = self._alpha
+ if num_threads is None:
+ num_threads = self._num_threads
+
+ if enable_sampling == True and (nbest_size is None or nbest_size == 0 or
+ nbest_size == 1 or alpha is None):
+ raise RuntimeError(
+ 'When enable_sampling is True, We must specify "nbest_size > 1" or "nbest_size = -1", '
+ 'and "alpha". "nbest_size" is enabled only on unigram mode ignored in BPE-dropout. '
+ 'when "nbest_size = -1" , this method samples from all candidates on the lattice '
+ 'instead of nbest segmentations.'
+ )
+
+ if num_threads is None or type(num_threads) is not int:
+ raise RuntimeError('num_threads must be int')
+
+ if type(input) is list:
+ if out_type is int:
+ return self._EncodeAsIdsBatch(input, num_threads, enable_sampling, nbest_size,
+ alpha, add_bos, add_eos, reverse, emit_unk_piece)
+ if out_type is str:
+ return self._EncodeAsPiecesBatch(input, num_threads, enable_sampling, nbest_size,
+ alpha, add_bos, add_eos, reverse, emit_unk_piece)
+ if out_type == 'serialized_proto' or out_type == 'proto':
+ return self._EncodeAsSerializedProtoBatch(input, num_threads, enable_sampling, nbest_size,
+ alpha, add_bos, add_eos, reverse, emit_unk_piece)
+ if out_type == 'immutable_proto':
+ return self._EncodeAsImmutableProtoBatch(input, num_threads, enable_sampling, nbest_size,
+ alpha, add_bos, add_eos, reverse, emit_unk_piece)
+
+ if out_type is int:
+ return self._EncodeAsIds(input, enable_sampling, nbest_size,
+ alpha, add_bos, add_eos, reverse, emit_unk_piece)
+ if out_type is str:
+ return self._EncodeAsPieces(input, enable_sampling, nbest_size,
+ alpha, add_bos, add_eos, reverse, emit_unk_piece)
+ if out_type == 'serialized_proto' or out_type == 'proto':
+ return self._EncodeAsSerializedProto(input, enable_sampling, nbest_size,
+ alpha, add_bos, add_eos, reverse, emit_unk_piece)
+ if out_type == 'immutable_proto':
+ return self._EncodeAsImmutableProto(input, enable_sampling, nbest_size,
+ alpha, add_bos, add_eos, reverse, emit_unk_piece)
+
+ raise RuntimeError('unknown out_type={}'.format(out_type))
+ return None
+
+
+ def EncodeAsPieces(self, input, **kwargs):
+ return self.Encode(input=input, out_type=str, **kwargs)
+
+
+ def EncodeAsIds(self, input, **kwargs):
+ return self.Encode(input=input, out_type=int, **kwargs)
+
+
+ def EncodeAsSerializedProto(self, input, **kwargs):
+ return self.Encode(input=input, out_type='serialized_proto', **kwargs)
+
+
+ def EncodeAsImmutableProto(self, input, **kwargs):
+ return self.Encode(input=input, out_type='immutable_proto', **kwargs)
+
+
+ def SampleEncodeAsPieces(self, input, nbest_size=None, alpha=None, **kwargs):
+ return self.Encode(input=input, nbest_size=nbest_size, alpha=alpha,
+ out_type=str, enable_sampling=True, **kwargs)
+
+
+ def SampleEncodeAsIds(self, input, nbest_size=None, alpha=None,**kwargs):
+ return self.Encode(input=input, nbest_size=nbest_size, alpha=alpha,
+ out_type=int, enable_sampling=True, **kwargs)
+
+
+ def SampleEncodeAsSerializedProto(self, input, nbest_size=None, alpha=None, **kwargs):
+ return self.Encode(input=input, nbest_size=nbest_size, alpha=alpha,
+ out_type='serialized_proto', enable_sampling=True, **kwargs)
+
+
+ def SampleEncodeAsImmutableProto(self, input, nbest_size=None, alpha=None, **kwargs):
+ return self.Encode(input=input, nbest_size=nbest_size, alpha=alpha,
+ out_type='immutable_proto', enable_sampling=True, **kwargs)
+
+
+ def NBestEncode(self,
+ input,
+ out_type=None,
+ add_bos=None,
+ add_eos=None,
+ reverse=None,
+ emit_unk_piece=None,
+ nbest_size=None):
+ """NBestEncode text input to segmented ids or tokens.
+
+ Args:
+ input: input string. accepsts list of string.
+ out_type: output type. int or str.
+ add_bos: Add to the result (Default = false)
+ add_eos: Add to the result (Default = false) / is added after reversing (if enabled).
+ reverse: Reverses the tokenized sequence (Default = false)
+ emit_unk_piece: Emits the unk literal string (Default = false)
+ nbest_size: nbest size
+ """
+
+ if out_type is None:
+ out_type = self._out_type
+ if add_bos is None:
+ add_bos = self._add_bos
+ if add_eos is None:
+ add_eos = self._add_eos
+ if reverse is None:
+ reverse = self._reverse
+ if emit_unk_piece is None:
+ emit_unk_piece = self._emit_unk_piece
+ if nbest_size is None:
+ nbest_size = self._nbest_size
+
+ if nbest_size <= 0:
+ nbest_size=1
+
+ def _encode(text):
+ if out_type is int:
+ return self._NBestEncodeAsIds(text, nbest_size,
+ add_bos, add_eos, reverse, emit_unk_piece)
+ if out_type is str:
+ return self._NBestEncodeAsPieces(text, nbest_size,
+ add_bos, add_eos, reverse, emit_unk_piece)
+ if out_type == 'serialized_proto' or out_type == 'proto':
+ return self._NBestEncodeAsSerializedProto(text, nbest_size,
+ add_bos, add_eos, reverse, emit_unk_piece)
+ if out_type == 'immutable_proto':
+ return self._NBestEncodeAsImmutableProto(text, nbest_size,
+ add_bos, add_eos, reverse, emit_unk_piece)
+
+ raise RuntimeError('unknown out_type')
+
+ if type(input) is list:
+ return [_encode(n) for n in input]
+
+ return _encode(input)
+
+
+ def NBestEncodeAsPieces(self, input, nbest_size=None, **kwargs):
+ return self.NBestEncode(input=input, nbest_size=nbest_size,
+ out_type=str, **kwargs)
+
+
+ def NBestEncodeAsIds(self, input, nbest_size=None, **kwargs):
+ return self.NBestEncode(input=input, nbest_size=nbest_size,
+ out_type=int, **kwargs)
+
+
+ def NBestEncodeAsSerializedProto(self, input, nbest_size=None, **kwargs):
+ return self.NBestEncode(input=input, nbest_size=nbest_size,
+ out_type='serialized_proto', **kwargs)
+
+
+ def NBestEncodeAsImmutableProto(self, input, nbest_size=None, **kwargs):
+ return self.NBestEncode(input=input, nbest_size=nbest_size,
+ out_type='immutable_proto', **kwargs)
+
+
+ def SampleEncodeAndScore(self,
+ input,
+ out_type=None,
+ add_bos=None,
+ add_eos=None,
+ reverse=None,
+ emit_unk_piece=None,
+ num_samples=None,
+ alpha=None,
+ wor=None,
+ include_best=None):
+ """SampleEncodeAndScore text input to segmented ids or tokens.
+
+ Args:
+ input: input string. accepsts list of string.
+ out_type: output type. int or str or 'serialized_proto' or 'immutable_proto'
+ add_bos: Add to the result (Default = false)
+ add_eos: Add to the result (Default = false) / is added after reversing (if enabled).
+ reverse: Reverses the tokenized sequence (Default = false)
+ emit_unk_piece: Emits the unk literal string (Default = false)
+ num_samples: How many samples to return (Default = 1)
+ alpha: inverse temperature for sampling
+ wor: whether to sample without replacement (Default = false)
+ include_best: whether to include the best tokenization, requires wor=True (Default = false)
+ """
+
+ if out_type is None:
+ out_type = self._out_type
+ if add_bos is None:
+ add_bos = self._add_bos
+ if add_eos is None:
+ add_eos = self._add_eos
+ if reverse is None:
+ reverse = self._reverse
+ if emit_unk_piece is None:
+ emit_unk_piece = self._emit_unk_piece
+ if num_samples is None:
+ num_samples = 1
+ if alpha is None:
+ alpha = 1.
+ if wor is None:
+ wor = False
+ if include_best is None:
+ include_best = False
+
+ if num_samples <= 0:
+ raise RuntimeError('num_examples must be positive')
+
+ if include_best and not wor:
+ raise RuntimeError('When include_best is True, We must specify "wor = True".')
+
+
+ def _encode(text):
+ if out_type is int:
+ return self._SampleEncodeAndScoreAsIds(text, num_samples, alpha, wor, include_best,
+ add_bos, add_eos, reverse, emit_unk_piece)
+ if out_type is str:
+ return self._SampleEncodeAndScoreAsPieces(text, num_samples, alpha, wor, include_best,
+ add_bos, add_eos, reverse, emit_unk_piece)
+
+ if out_type == 'serialized_proto' or out_type == 'proto':
+ return self._SampleEncodeAndScoreAsSerializedProto(text, num_samples, alpha, wor, include_best,
+ add_bos, add_eos, reverse, emit_unk_piece)
+
+ if out_type == 'immutable_proto':
+ return self._SampleEncodeAndScoreAsImmutableProto(text, num_samples, alpha, wor, include_best,
+ add_bos, add_eos, reverse, emit_unk_piece)
+
+ raise RuntimeError('unknown output type')
+
+
+ if type(input) is list:
+ return [_encode(n) for n in input]
+
+ return _encode(input)
+
+
+ def SampleEncodeAndScoreAsPieces(self, input, num_samples=None, alpha=None, **kwargs):
+ return self.SampleEncodeAndScore(input=input, num_samples=num_samples, alpha=alpha,
+ out_type=str, **kwargs)
+
+
+ def SampleEncodeAndScoreAsIds(self, input, num_samples=None, alpha=None, **kwargs):
+ return self.SampleEncodeAndScore(input=input, num_samples=num_samples, alpha=alpha,
+ out_type=int, **kwargs)
+
+
+ def SampleEncodeAndScoreAsSerializedProto(self, input, num_samples=None, alpha=None, **kwargs):
+ return self.SampleEncodeAndScore(input=input, num_samples=num_samples, alpha=alpha,
+ out_type='serialized_proto', **kwargs)
+
+
+ def SampleEncodeAndScoreAsImmutableProto(self, input, num_samples=None, alpha=None, **kwargs):
+ return self.SampleEncodeAndScore(input=input, num_samples=num_samples, alpha=alpha,
+ out_type='immutable_proto', **kwargs)
+
+
+ def Decode(self, input, out_type=str, num_threads=None):
+ """Decode processed id or token sequences.
+
+ Args:
+ out_type: output type. str, bytes or 'serialized_proto' or 'immutable_proto' (Default = str)
+ num_threads: the number of threads used in the batch processing (Default = -1).
+ """
+
+ if num_threads is None:
+ num_threads = self._num_threads
+
+ if num_threads is None or type(num_threads) is not int:
+ raise RuntimeError('num_threads must be int')
+
+ if not input:
+ return ''
+
+ if out_type is str:
+ if type(input) is int:
+ return self._DecodeIds([input])
+ if type(input) is str:
+ return self._DecodePieces([input])
+
+ if type(input) is list:
+ if len(input) == 0 or type(input[0]) is int:
+ return self._DecodeIds(input)
+ if type(input[0]) is str:
+ return self._DecodePieces(input)
+
+ if type(input[0]) is list:
+ if len(input[0]) == 0 or type(input[0][0]) is int:
+ return self._DecodeIdsBatch(input, num_threads)
+ if type(input[0][0]) is str:
+ return self._DecodePiecesBatch(input, num_threads)
+
+ if out_type is bytes:
+ if type(input) is int:
+ return self._DecodeIdsAsBytes([input])
+ if type(input) is str:
+ return self._DecodePieces([input])
+
+ if type(input) is list:
+ if len(input) == 0 or type(input[0]) is int:
+ return self._DecodeIdsAsBytes(input)
+ if type(input[0]) is str:
+ return self._DecodePieces(input)
+
+ if type(input[0]) is list:
+ if len(input[0]) == 0 or type(input[0][0]) is int:
+ return self._DecodeIdsAsBytesBatch(input, num_threads)
+ if type(input[0][0]) is str:
+ return self._DecodePiecesBatch(input, num_threads)
+
+ if out_type == 'serialized_proto':
+ if type(input) is int:
+ return self._DecodeIdsAsSerializedProto([input])
+ if type(input) is str:
+ return self._DecodePiecesAsSerializedProto([input])
+
+ if type(input) is list:
+ if len(input) == 0 or type(input[0]) is int:
+ return self._DecodeIdsAsSerializedProto(input)
+ if type(input[0]) is str:
+ return self._DecodePiecesAsSerializedProto(input)
+
+ if type(input[0]) is list:
+ if len(input[0]) == 0 or type(input[0][0]) is int:
+ return self._DecodeIdsAsSerializedProtoBatch(input, num_threads)
+ if type(input[0][0]) is str:
+ return self._DecodePiecesAsSerializedProtoBatch(input, num_threads)
+
+
+ if out_type == 'immutable_proto':
+ if type(input) is int:
+ return self._DecodeIdsAsImmutableProto([input])
+ if type(input) is str:
+ return self._DecodePiecesAsImmutableProto([input])
+
+ if type(input) is list:
+ if len(input) == 0 or type(input[0]) is int:
+ return self._DecodeIdsAsImmutableProto(input)
+ if type(input[0]) is str:
+ return self._DecodePiecesAsImmutableProto(input)
+
+ if type(input[0]) is list:
+ if len(input[0]) == 0 or type(input[0][0]) is int:
+ return self._DecodeIdsAsImmutableProtoBatch(input, num_threads)
+ if type(input[0][0]) is str:
+ return self._DecodePiecesAsImmutableProtoBatch(input, num_threads)
+
+
+ raise RuntimeError('unknown output or input type')
+ return None
+
+
+ def DecodePieces(self, input, out_type=str, **kwargs):
+ return self.Decode(input=input, out_type=out_type, **kwargs)
+
+
+ def DecodeIds(self, input, out_type=str, **kwargs):
+ return self.Decode(input=input, out_type=out_type, **kwargs)
+
+
+ def DecodePiecesAsSerializedProto(self, input, out_type='serialized_proto', **kwargs):
+ return self.Decode(input=input, out_type=out_type, **kwargs)
+
+
+ def DecodeIdsAsSerializedProto(self, input, out_type='serialized_proto', **kwargs):
+ return self.Decode(input=input, out_type=out_type, **kwargs)
+
+
+ def DecodePiecesAsImmutableProto(self, input, out_type='immutable_proto', **kwargs):
+ return self.Decode(input=input, out_type=out_type, **kwargs)
+
+
+ def DecodeIdsAsImmutableProto(self, input, out_type='immutable_proto', **kwargs):
+ return self.Decode(input=input, out_type=out_type, **kwargs)
+
+
+ def CalculateEntropy(self, input, alpha, num_threads=None):
+ """Calculate sentence entropy"""
+ if type(input) is list:
+ if num_threads is None:
+ num_threads = self._num_threads
+ if num_threads is None or type(num_threads) is not int:
+ raise RuntimeError('num_threads must be int')
+ return self._CalculateEntropyBatch(input, alpha, num_threads)
+
+ return self._CalculateEntropy(input, alpha)
+
+
+ def Normalize(self, input, with_offsets=None):
+ def _normalize(text):
+ if with_offsets:
+ return self._NormalizeWithOffsets(text)
+ return self._Normalize(text)
+
+ if type(input) is list:
+ return [_normalize(x) for x in input]
+ return _normalize(input)
+
+ def OverrideNormalizerSpec(self, **kwargs):
+ new_kwargs = {}
+ for key, value in kwargs.items():
+ new_kwargs[key] = str(value)
+ return self._OverrideNormalizerSpec(new_kwargs)
+
+
+ def piece_size(self):
+ return self.GetPieceSize()
+
+
+ def vocab_size(self):
+ return self.GetPieceSize()
+
+
+ def __getstate__(self):
+ return self.serialized_model_proto()
+
+
+ def __setstate__(self, serialized_model_proto):
+ self.__init__()
+ self.LoadFromSerializedProto(serialized_model_proto)
+
+
+ def __len__(self):
+ return self.GetPieceSize()
+
+
+ def __getitem__(self, piece):
+ return self.PieceToId(piece)
+
+
+ def Load(self, model_file=None, model_proto=None):
+ """Overwride SentencePieceProcessor.Load to support both model_file and model_proto.
+
+ Args:
+ model_file: The sentencepiece model file path.
+ model_proto: The sentencepiece model serialized proto. Either `model_file`
+ or `model_proto` must be set.
+ """
+ if model_file and model_proto:
+ raise RuntimeError('model_file and model_proto must be exclusive.')
+ if model_proto:
+ return self.LoadFromSerializedProto(model_proto)
+ return self.LoadFromFile(model_file)
+
+
+# Register SentencePieceProcessor in _sentencepiece:
+_sentencepiece.SentencePieceProcessor_swigregister(SentencePieceProcessor)
+
+def SetRandomGeneratorSeed(seed):
+ return _sentencepiece.SetRandomGeneratorSeed(seed)
+
+def SetMinLogLevel(v):
+ return _sentencepiece.SetMinLogLevel(v)
+class SentencePieceTrainer(object):
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
+
+ def __init__(self, *args, **kwargs):
+ raise AttributeError("No constructor defined")
+ __repr__ = _swig_repr
+
+ @staticmethod
+ def _TrainFromString(arg):
+ return _sentencepiece.SentencePieceTrainer__TrainFromString(arg)
+
+ @staticmethod
+ def _TrainFromMap(args):
+ return _sentencepiece.SentencePieceTrainer__TrainFromMap(args)
+
+ @staticmethod
+ def _TrainFromMap2(args, iter):
+ return _sentencepiece.SentencePieceTrainer__TrainFromMap2(args, iter)
+
+ @staticmethod
+ def _TrainFromMap3(args):
+ return _sentencepiece.SentencePieceTrainer__TrainFromMap3(args)
+
+ @staticmethod
+ def _TrainFromMap4(args, iter):
+ return _sentencepiece.SentencePieceTrainer__TrainFromMap4(args, iter)
+
+ @staticmethod
+ def _Train(arg=None, **kwargs):
+ """Train Sentencepiece model. Accept both kwargs and legacy string arg."""
+ if arg is not None and type(arg) is str:
+ return SentencePieceTrainer._TrainFromString(arg)
+
+ def _encode(value):
+ """Encode value to CSV.."""
+ if type(value) is list:
+ if sys.version_info[0] == 3:
+ f = StringIO()
+ else:
+ f = BytesIO()
+ writer = csv.writer(f, lineterminator='')
+ writer.writerow([str(v) for v in value])
+ return f.getvalue()
+ else:
+ return str(value)
+
+ sentence_iterator = None
+ model_writer = None
+ new_kwargs = {}
+ for key, value in kwargs.items():
+ if key in ['sentence_iterator', 'sentence_reader']:
+ sentence_iterator = value
+ elif key in ['model_writer']:
+ model_writer = value
+ else:
+ new_kwargs[key] = _encode(value)
+
+ if model_writer:
+ if sentence_iterator:
+ model_proto = SentencePieceTrainer._TrainFromMap4(new_kwargs,
+ sentence_iterator)
+ else:
+ model_proto = SentencePieceTrainer._TrainFromMap3(new_kwargs)
+ model_writer.write(model_proto)
+ else:
+ if sentence_iterator:
+ return SentencePieceTrainer._TrainFromMap2(new_kwargs, sentence_iterator)
+ else:
+ return SentencePieceTrainer._TrainFromMap(new_kwargs)
+
+ return None
+
+ @staticmethod
+ def Train(arg=None, logstream=None, **kwargs):
+ with _LogStream(ostream=logstream):
+ SentencePieceTrainer._Train(arg=arg, **kwargs)
+
+
+# Register SentencePieceTrainer in _sentencepiece:
+_sentencepiece.SentencePieceTrainer_swigregister(SentencePieceTrainer)
+class SentencePieceNormalizer(object):
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
+ __repr__ = _swig_repr
+
+ def __init__(self):
+ _sentencepiece.SentencePieceNormalizer_swiginit(self, _sentencepiece.new_SentencePieceNormalizer())
+ __swig_destroy__ = _sentencepiece.delete_SentencePieceNormalizer
+
+ def LoadFromSerializedProto(self, serialized):
+ return _sentencepiece.SentencePieceNormalizer_LoadFromSerializedProto(self, serialized)
+
+ def LoadFromRuleTSV(self, filename):
+ return _sentencepiece.SentencePieceNormalizer_LoadFromRuleTSV(self, filename)
+
+ def LoadFromRuleName(self, name):
+ return _sentencepiece.SentencePieceNormalizer_LoadFromRuleName(self, name)
+
+ def serialized_model_proto(self):
+ return _sentencepiece.SentencePieceNormalizer_serialized_model_proto(self)
+
+ def LoadFromFile(self, arg):
+ return _sentencepiece.SentencePieceNormalizer_LoadFromFile(self, arg)
+
+ def _Normalize(self, text):
+ return _sentencepiece.SentencePieceNormalizer__Normalize(self, text)
+
+ def _NormalizeWithOffsets(self, text):
+ return _sentencepiece.SentencePieceNormalizer__NormalizeWithOffsets(self, text)
+
+ def _SetProtoField(self, name, value):
+ return _sentencepiece.SentencePieceNormalizer__SetProtoField(self, name, value)
+
+ def Init(self,
+ model_file=None,
+ model_proto=None,
+ rule_tsv=None,
+ rule_name=None,
+ add_dummy_prefix=False,
+ escape_whitespaces=False,
+ remove_extra_whitespaces=False):
+ """Initialzie sentencePieceNormalizer.
+
+ Args:
+ model_file: The sentencepiece model file path.
+ model_proto: The sentencepiece model serialized proto.
+ rule_tsv: The normalization rule file in TSV format.
+ rule_name: Pre-defined normalization name.
+ add_dummy_prefix: add dummy prefix.
+ escape_whitespaces: escape whitespaces.
+ remove_extra_whitespaces: remove extra whitespaces.
+ """
+
+ _sentencepiece_normalizer_init_native(self)
+
+ if model_file:
+ status = self.LoadFromFile(model_file)
+ elif model_proto:
+ status = self.LoadFromSerializedProto(model_proto)
+ elif rule_tsv:
+ status = self.LoadFromRuleTSV(rule_tsv)
+ elif rule_name:
+ status = self.LoadFromRuleName(rule_name)
+ else:
+ raise RuntimeError('no model is specified')
+
+ if status:
+ self._SetProtoField('add_dummy_prefix', add_dummy_prefix)
+ self._SetProtoField('escape_whitespaces', escape_whitespaces)
+ self._SetProtoField('remove_extra_whitespaces', remove_extra_whitespaces)
+
+ def Normalize(self, input, with_offsets=None):
+ def _normalize(text):
+ if with_offsets:
+ return self._NormalizeWithOffsets(text)
+ return self._Normalize(text)
+
+ if type(input) is list:
+ return [_normalize(x) for x in input]
+ return _normalize(input)
+
+
+ def __getstate__(self):
+ return self.serialized_model_proto()
+
+
+ def __setstate__(self, serialized_model_proto):
+ self.__init__()
+ self.LoadFromSerializedProto(serialized_model_proto)
+
+
+# Register SentencePieceNormalizer in _sentencepiece:
+_sentencepiece.SentencePieceNormalizer_swigregister(SentencePieceNormalizer)
+
+
+import re
+import csv
+import sys
+import os
+from io import StringIO
+from io import BytesIO
+
+
+def _add_snake_case(classname):
+ """Added snake_cased method from CammelCased method."""
+
+ snake_map = {}
+ for k, v in classname.__dict__.items():
+ if re.match(r'^[A-Z]+', k):
+ snake = re.sub(r'(?= v.piece_size()):
+ raise IndexError('piece id is out of range.')
+ return func(v, n)
+
+ def _batched_func(self, arg):
+ if type(arg) is list:
+ return [_func(self, n) for n in arg]
+ else:
+ return _func(self, arg)
+
+ setattr(classname, name, _batched_func)
+
+
+_sentencepiece_processor_init_native = SentencePieceProcessor.__init__
+_sentencepiece_normalizer_init_native = SentencePieceNormalizer.__init__
+setattr(SentencePieceProcessor, '__init__', SentencePieceProcessor.Init)
+setattr(SentencePieceNormalizer, '__init__', SentencePieceNormalizer.Init)
+
+SentencePieceProcessor.Tokenize = SentencePieceProcessor.Encode
+SentencePieceProcessor.Detokenize = SentencePieceProcessor.Decode
+
+for m in [
+ 'PieceToId', 'IdToPiece', 'GetScore', 'IsUnknown', 'IsControl', 'IsUnused',
+ 'IsByte'
+]:
+ _batchnize(SentencePieceProcessor, m)
+
+_add_snake_case(SentencePieceProcessor)
+_add_snake_case(SentencePieceTrainer)
+_add_snake_case(SentencePieceNormalizer)
+set_random_generator_seed = SetRandomGeneratorSeed
+set_min_log_level = SetMinLogLevel
+
+from ._version import __version__
+
+class _LogStream(object):
+ def __init__(self, ostream=None):
+ self.ostream = ostream
+ if self.ostream is not None:
+ self.orig_stream_fileno = sys.stderr.fileno()
+
+ def __enter__(self):
+ if self.ostream is not None:
+ self.orig_stream_dup = os.dup(self.orig_stream_fileno)
+ os.dup2(self.ostream.fileno(), self.orig_stream_fileno)
+
+ def __exit__(self, type, value, traceback):
+ if self.ostream is not None:
+ os.close(self.orig_stream_fileno)
+ os.dup2(self.orig_stream_dup, self.orig_stream_fileno)
+ os.close(self.orig_stream_dup)
+ self.ostream.close()
+
+
diff --git a/.venv/Lib/site-packages/sentencepiece/__pycache__/__init__.cpython-39.pyc b/.venv/Lib/site-packages/sentencepiece/__pycache__/__init__.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a12b75d8e03252bcaffb0ed25f729c47b0fef51b
Binary files /dev/null and b/.venv/Lib/site-packages/sentencepiece/__pycache__/__init__.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/sentencepiece/__pycache__/_version.cpython-39.pyc b/.venv/Lib/site-packages/sentencepiece/__pycache__/_version.cpython-39.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4d8e76afa8ecd14ccb0a7250634f8ba27048e8ed
Binary files /dev/null and b/.venv/Lib/site-packages/sentencepiece/__pycache__/_version.cpython-39.pyc differ
diff --git a/.venv/Lib/site-packages/sentencepiece/_version.py b/.venv/Lib/site-packages/sentencepiece/_version.py
new file mode 100644
index 0000000000000000000000000000000000000000..9f137b966f562a4356127543c5e9f33677c939c0
--- /dev/null
+++ b/.venv/Lib/site-packages/sentencepiece/_version.py
@@ -0,0 +1 @@
+__version__ = '0.2.0'
diff --git a/.venv/Lib/site-packages/sentencepiece/sentencepiece_model_pb2.py b/.venv/Lib/site-packages/sentencepiece/sentencepiece_model_pb2.py
new file mode 100644
index 0000000000000000000000000000000000000000..ade1528e79af1309139d81a97d9789aa33d22b4e
--- /dev/null
+++ b/.venv/Lib/site-packages/sentencepiece/sentencepiece_model_pb2.py
@@ -0,0 +1,44 @@
+# -*- coding: utf-8 -*-
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# source: sentencepiece_model.proto
+"""Generated protocol buffer code."""
+from google.protobuf.internal import builder as _builder
+from google.protobuf import descriptor as _descriptor
+from google.protobuf import descriptor_pool as _descriptor_pool
+from google.protobuf import symbol_database as _symbol_database
+# @@protoc_insertion_point(imports)
+
+_sym_db = _symbol_database.Default()
+
+
+
+
+DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x19sentencepiece_model.proto\x12\rsentencepiece\"\x80\x0c\n\x0bTrainerSpec\x12\r\n\x05input\x18\x01 \x03(\t\x12\x14\n\x0cinput_format\x18\x07 \x01(\t\x12\x14\n\x0cmodel_prefix\x18\x02 \x01(\t\x12\x41\n\nmodel_type\x18\x03 \x01(\x0e\x32$.sentencepiece.TrainerSpec.ModelType:\x07UNIGRAM\x12\x18\n\nvocab_size\x18\x04 \x01(\x05:\x04\x38\x30\x30\x30\x12\x17\n\x0f\x61\x63\x63\x65pt_language\x18\x05 \x03(\t\x12 \n\x15self_test_sample_size\x18\x06 \x01(\x05:\x01\x30\x12*\n\x1b\x65nable_differential_privacy\x18\x32 \x01(\x08:\x05\x66\x61lse\x12+\n differential_privacy_noise_level\x18\x33 \x01(\x02:\x01\x30\x12\x32\n\'differential_privacy_clipping_threshold\x18\x34 \x01(\x04:\x01\x30\x12\"\n\x12\x63haracter_coverage\x18\n \x01(\x02:\x06\x30.9995\x12\x1e\n\x13input_sentence_size\x18\x0b \x01(\x04:\x01\x30\x12$\n\x16shuffle_input_sentence\x18\x13 \x01(\x08:\x04true\x12 \n\x14mining_sentence_size\x18\x0c \x01(\x05\x42\x02\x18\x01\x12\"\n\x16training_sentence_size\x18\r \x01(\x05\x42\x02\x18\x01\x12(\n\x17seed_sentencepiece_size\x18\x0e \x01(\x05:\x07\x31\x30\x30\x30\x30\x30\x30\x12\x1e\n\x10shrinking_factor\x18\x0f \x01(\x02:\x04\x30.75\x12!\n\x13max_sentence_length\x18\x12 \x01(\x05:\x04\x34\x31\x39\x32\x12\x17\n\x0bnum_threads\x18\x10 \x01(\x05:\x02\x31\x36\x12\x1d\n\x12num_sub_iterations\x18\x11 \x01(\x05:\x01\x32\x12$\n\x18max_sentencepiece_length\x18\x14 \x01(\x05:\x02\x31\x36\x12%\n\x17split_by_unicode_script\x18\x15 \x01(\x08:\x04true\x12\x1d\n\x0fsplit_by_number\x18\x17 \x01(\x08:\x04true\x12!\n\x13split_by_whitespace\x18\x16 \x01(\x08:\x04true\x12)\n\x1atreat_whitespace_as_suffix\x18\x18 \x01(\x08:\x05\x66\x61lse\x12+\n\x1c\x61llow_whitespace_only_pieces\x18\x1a \x01(\x08:\x05\x66\x61lse\x12\x1b\n\x0csplit_digits\x18\x19 \x01(\x08:\x05\x66\x61lse\x12#\n\x19pretokenization_delimiter\x18\x35 \x01(\t:\x00\x12\x17\n\x0f\x63ontrol_symbols\x18\x1e \x03(\t\x12\x1c\n\x14user_defined_symbols\x18\x1f \x03(\t\x12\x16\n\x0erequired_chars\x18$ \x01(\t\x12\x1c\n\rbyte_fallback\x18# \x01(\x08:\x05\x66\x61lse\x12+\n\x1dvocabulary_output_piece_score\x18 \x01(\x08:\x04true\x12\x1e\n\x10hard_vocab_limit\x18! \x01(\x08:\x04true\x12\x1c\n\ruse_all_vocab\x18\" \x01(\x08:\x05\x66\x61lse\x12\x11\n\x06unk_id\x18( \x01(\x05:\x01\x30\x12\x11\n\x06\x62os_id\x18) \x01(\x05:\x01\x31\x12\x11\n\x06\x65os_id\x18* \x01(\x05:\x01\x32\x12\x12\n\x06pad_id\x18+ \x01(\x05:\x02-1\x12\x18\n\tunk_piece\x18- \x01(\t:\x05\x12\x16\n\tbos_piece\x18. \x01(\t:\x03\x12\x17\n\teos_piece\x18/ \x01(\t:\x04\x12\x18\n\tpad_piece\x18\x30 \x01(\t:\x05\x12\x1a\n\x0bunk_surface\x18, \x01(\t:\x05 \xe2\x81\x87 \x12+\n\x1ctrain_extremely_large_corpus\x18\x31 \x01(\x08:\x05\x66\x61lse\"5\n\tModelType\x12\x0b\n\x07UNIGRAM\x10\x01\x12\x07\n\x03\x42PE\x10\x02\x12\x08\n\x04WORD\x10\x03\x12\x08\n\x04\x43HAR\x10\x04*\t\x08\xc8\x01\x10\x80\x80\x80\x80\x02\"\xd1\x01\n\x0eNormalizerSpec\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1c\n\x14precompiled_charsmap\x18\x02 \x01(\x0c\x12\x1e\n\x10\x61\x64\x64_dummy_prefix\x18\x03 \x01(\x08:\x04true\x12&\n\x18remove_extra_whitespaces\x18\x04 \x01(\x08:\x04true\x12 \n\x12\x65scape_whitespaces\x18\x05 \x01(\x08:\x04true\x12\x1e\n\x16normalization_rule_tsv\x18\x06 \x01(\t*\t\x08\xc8\x01\x10\x80\x80\x80\x80\x02\"y\n\x0cSelfTestData\x12\x33\n\x07samples\x18\x01 \x03(\x0b\x32\".sentencepiece.SelfTestData.Sample\x1a)\n\x06Sample\x12\r\n\x05input\x18\x01 \x01(\t\x12\x10\n\x08\x65xpected\x18\x02 \x01(\t*\t\x08\xc8\x01\x10\x80\x80\x80\x80\x02\"\xfe\x03\n\nModelProto\x12\x37\n\x06pieces\x18\x01 \x03(\x0b\x32\'.sentencepiece.ModelProto.SentencePiece\x12\x30\n\x0ctrainer_spec\x18\x02 \x01(\x0b\x32\x1a.sentencepiece.TrainerSpec\x12\x36\n\x0fnormalizer_spec\x18\x03 \x01(\x0b\x32\x1d.sentencepiece.NormalizerSpec\x12\x33\n\x0eself_test_data\x18\x04 \x01(\x0b\x32\x1b.sentencepiece.SelfTestData\x12\x38\n\x11\x64\x65normalizer_spec\x18\x05 \x01(\x0b\x32\x1d.sentencepiece.NormalizerSpec\x1a\xd2\x01\n\rSentencePiece\x12\r\n\x05piece\x18\x01 \x01(\t\x12\r\n\x05score\x18\x02 \x01(\x02\x12\x42\n\x04type\x18\x03 \x01(\x0e\x32,.sentencepiece.ModelProto.SentencePiece.Type:\x06NORMAL\"T\n\x04Type\x12\n\n\x06NORMAL\x10\x01\x12\x0b\n\x07UNKNOWN\x10\x02\x12\x0b\n\x07\x43ONTROL\x10\x03\x12\x10\n\x0cUSER_DEFINED\x10\x04\x12\x08\n\x04\x42YTE\x10\x06\x12\n\n\x06UNUSED\x10\x05*\t\x08\xc8\x01\x10\x80\x80\x80\x80\x02*\t\x08\xc8\x01\x10\x80\x80\x80\x80\x02\x42\x02H\x03')
+
+_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
+_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sentencepiece_model_pb2', globals())
+if _descriptor._USE_C_DESCRIPTORS == False:
+
+ DESCRIPTOR._options = None
+ DESCRIPTOR._serialized_options = b'H\003'
+ _TRAINERSPEC.fields_by_name['mining_sentence_size']._options = None
+ _TRAINERSPEC.fields_by_name['mining_sentence_size']._serialized_options = b'\030\001'
+ _TRAINERSPEC.fields_by_name['training_sentence_size']._options = None
+ _TRAINERSPEC.fields_by_name['training_sentence_size']._serialized_options = b'\030\001'
+ _TRAINERSPEC._serialized_start=45
+ _TRAINERSPEC._serialized_end=1581
+ _TRAINERSPEC_MODELTYPE._serialized_start=1517
+ _TRAINERSPEC_MODELTYPE._serialized_end=1570
+ _NORMALIZERSPEC._serialized_start=1584
+ _NORMALIZERSPEC._serialized_end=1793
+ _SELFTESTDATA._serialized_start=1795
+ _SELFTESTDATA._serialized_end=1916
+ _SELFTESTDATA_SAMPLE._serialized_start=1864
+ _SELFTESTDATA_SAMPLE._serialized_end=1905
+ _MODELPROTO._serialized_start=1919
+ _MODELPROTO._serialized_end=2429
+ _MODELPROTO_SENTENCEPIECE._serialized_start=2208
+ _MODELPROTO_SENTENCEPIECE._serialized_end=2418
+ _MODELPROTO_SENTENCEPIECE_TYPE._serialized_start=2323
+ _MODELPROTO_SENTENCEPIECE_TYPE._serialized_end=2407
+# @@protoc_insertion_point(module_scope)
diff --git a/.venv/Lib/site-packages/sentencepiece/sentencepiece_pb2.py b/.venv/Lib/site-packages/sentencepiece/sentencepiece_pb2.py
new file mode 100644
index 0000000000000000000000000000000000000000..a44b48c84e1f646b569e0d8a804eb4f86e03ffe6
--- /dev/null
+++ b/.venv/Lib/site-packages/sentencepiece/sentencepiece_pb2.py
@@ -0,0 +1,30 @@
+# -*- coding: utf-8 -*-
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# source: sentencepiece.proto
+"""Generated protocol buffer code."""
+from google.protobuf.internal import builder as _builder
+from google.protobuf import descriptor as _descriptor
+from google.protobuf import descriptor_pool as _descriptor_pool
+from google.protobuf import symbol_database as _symbol_database
+# @@protoc_insertion_point(imports)
+
+_sym_db = _symbol_database.Default()
+
+
+
+
+DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13sentencepiece.proto\x12\rsentencepiece\"\xdf\x01\n\x11SentencePieceText\x12\x0c\n\x04text\x18\x01 \x01(\t\x12>\n\x06pieces\x18\x02 \x03(\x0b\x32..sentencepiece.SentencePieceText.SentencePiece\x12\r\n\x05score\x18\x03 \x01(\x02\x1a\x62\n\rSentencePiece\x12\r\n\x05piece\x18\x01 \x01(\t\x12\n\n\x02id\x18\x02 \x01(\r\x12\x0f\n\x07surface\x18\x03 \x01(\t\x12\r\n\x05\x62\x65gin\x18\x04 \x01(\r\x12\x0b\n\x03\x65nd\x18\x05 \x01(\r*\t\x08\xc8\x01\x10\x80\x80\x80\x80\x02*\t\x08\xc8\x01\x10\x80\x80\x80\x80\x02\"J\n\x16NBestSentencePieceText\x12\x30\n\x06nbests\x18\x01 \x03(\x0b\x32 .sentencepiece.SentencePieceTextB\x02H\x03')
+
+_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
+_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sentencepiece_pb2', globals())
+if _descriptor._USE_C_DESCRIPTORS == False:
+
+ DESCRIPTOR._options = None
+ DESCRIPTOR._serialized_options = b'H\003'
+ _SENTENCEPIECETEXT._serialized_start=39
+ _SENTENCEPIECETEXT._serialized_end=262
+ _SENTENCEPIECETEXT_SENTENCEPIECE._serialized_start=153
+ _SENTENCEPIECETEXT_SENTENCEPIECE._serialized_end=251
+ _NBESTSENTENCEPIECETEXT._serialized_start=264
+ _NBESTSENTENCEPIECETEXT._serialized_end=338
+# @@protoc_insertion_point(module_scope)
diff --git a/.venv/Lib/site-packages/setuptools/archive_util.py b/.venv/Lib/site-packages/setuptools/archive_util.py
new file mode 100644
index 0000000000000000000000000000000000000000..cd9cf9c08f87c5269b647f22f530dc80483595e6
--- /dev/null
+++ b/.venv/Lib/site-packages/setuptools/archive_util.py
@@ -0,0 +1,219 @@
+"""Utilities for extracting common archive formats"""
+
+import contextlib
+import os
+import posixpath
+import shutil
+import tarfile
+import zipfile
+
+from ._path import ensure_directory
+
+from distutils.errors import DistutilsError
+
+__all__ = [
+ "unpack_archive",
+ "unpack_zipfile",
+ "unpack_tarfile",
+ "default_filter",
+ "UnrecognizedFormat",
+ "extraction_drivers",
+ "unpack_directory",
+]
+
+
+class UnrecognizedFormat(DistutilsError):
+ """Couldn't recognize the archive type"""
+
+
+def default_filter(src, dst):
+ """The default progress/filter callback; returns True for all files"""
+ return dst
+
+
+def unpack_archive(
+ filename, extract_dir, progress_filter=default_filter, drivers=None
+) -> None:
+ """Unpack `filename` to `extract_dir`, or raise ``UnrecognizedFormat``
+
+ `progress_filter` is a function taking two arguments: a source path
+ internal to the archive ('/'-separated), and a filesystem path where it
+ will be extracted. The callback must return the desired extract path
+ (which may be the same as the one passed in), or else ``None`` to skip
+ that file or directory. The callback can thus be used to report on the
+ progress of the extraction, as well as to filter the items extracted or
+ alter their extraction paths.
+
+ `drivers`, if supplied, must be a non-empty sequence of functions with the
+ same signature as this function (minus the `drivers` argument), that raise
+ ``UnrecognizedFormat`` if they do not support extracting the designated
+ archive type. The `drivers` are tried in sequence until one is found that
+ does not raise an error, or until all are exhausted (in which case
+ ``UnrecognizedFormat`` is raised). If you do not supply a sequence of
+ drivers, the module's ``extraction_drivers`` constant will be used, which
+ means that ``unpack_zipfile`` and ``unpack_tarfile`` will be tried, in that
+ order.
+ """
+ for driver in drivers or extraction_drivers:
+ try:
+ driver(filename, extract_dir, progress_filter)
+ except UnrecognizedFormat:
+ continue
+ else:
+ return
+ else:
+ raise UnrecognizedFormat("Not a recognized archive type: %s" % filename)
+
+
+def unpack_directory(filename, extract_dir, progress_filter=default_filter) -> None:
+ """ "Unpack" a directory, using the same interface as for archives
+
+ Raises ``UnrecognizedFormat`` if `filename` is not a directory
+ """
+ if not os.path.isdir(filename):
+ raise UnrecognizedFormat("%s is not a directory" % filename)
+
+ paths = {
+ filename: ('', extract_dir),
+ }
+ for base, dirs, files in os.walk(filename):
+ src, dst = paths[base]
+ for d in dirs:
+ paths[os.path.join(base, d)] = src + d + '/', os.path.join(dst, d)
+ for f in files:
+ target = os.path.join(dst, f)
+ target = progress_filter(src + f, target)
+ if not target:
+ # skip non-files
+ continue
+ ensure_directory(target)
+ f = os.path.join(base, f)
+ shutil.copyfile(f, target)
+ shutil.copystat(f, target)
+
+
+def unpack_zipfile(filename, extract_dir, progress_filter=default_filter) -> None:
+ """Unpack zip `filename` to `extract_dir`
+
+ Raises ``UnrecognizedFormat`` if `filename` is not a zipfile (as determined
+ by ``zipfile.is_zipfile()``). See ``unpack_archive()`` for an explanation
+ of the `progress_filter` argument.
+ """
+
+ if not zipfile.is_zipfile(filename):
+ raise UnrecognizedFormat("%s is not a zip file" % (filename,))
+
+ with zipfile.ZipFile(filename) as z:
+ _unpack_zipfile_obj(z, extract_dir, progress_filter)
+
+
+def _unpack_zipfile_obj(zipfile_obj, extract_dir, progress_filter=default_filter):
+ """Internal/private API used by other parts of setuptools.
+ Similar to ``unpack_zipfile``, but receives an already opened :obj:`zipfile.ZipFile`
+ object instead of a filename.
+ """
+ for info in zipfile_obj.infolist():
+ name = info.filename
+
+ # don't extract absolute paths or ones with .. in them
+ if name.startswith('/') or '..' in name.split('/'):
+ continue
+
+ target = os.path.join(extract_dir, *name.split('/'))
+ target = progress_filter(name, target)
+ if not target:
+ continue
+ if name.endswith('/'):
+ # directory
+ ensure_directory(target)
+ else:
+ # file
+ ensure_directory(target)
+ data = zipfile_obj.read(info.filename)
+ with open(target, 'wb') as f:
+ f.write(data)
+ unix_attributes = info.external_attr >> 16
+ if unix_attributes:
+ os.chmod(target, unix_attributes)
+
+
+def _resolve_tar_file_or_dir(tar_obj, tar_member_obj):
+ """Resolve any links and extract link targets as normal files."""
+ while tar_member_obj is not None and (
+ tar_member_obj.islnk() or tar_member_obj.issym()
+ ):
+ linkpath = tar_member_obj.linkname
+ if tar_member_obj.issym():
+ base = posixpath.dirname(tar_member_obj.name)
+ linkpath = posixpath.join(base, linkpath)
+ linkpath = posixpath.normpath(linkpath)
+ tar_member_obj = tar_obj._getmember(linkpath)
+
+ is_file_or_dir = tar_member_obj is not None and (
+ tar_member_obj.isfile() or tar_member_obj.isdir()
+ )
+ if is_file_or_dir:
+ return tar_member_obj
+
+ raise LookupError('Got unknown file type')
+
+
+def _iter_open_tar(tar_obj, extract_dir, progress_filter):
+ """Emit member-destination pairs from a tar archive."""
+ # don't do any chowning!
+ tar_obj.chown = lambda *args: None
+
+ with contextlib.closing(tar_obj):
+ for member in tar_obj:
+ name = member.name
+ # don't extract absolute paths or ones with .. in them
+ if name.startswith('/') or '..' in name.split('/'):
+ continue
+
+ prelim_dst = os.path.join(extract_dir, *name.split('/'))
+
+ try:
+ member = _resolve_tar_file_or_dir(tar_obj, member)
+ except LookupError:
+ continue
+
+ final_dst = progress_filter(name, prelim_dst)
+ if not final_dst:
+ continue
+
+ if final_dst.endswith(os.sep):
+ final_dst = final_dst[:-1]
+
+ yield member, final_dst
+
+
+def unpack_tarfile(filename, extract_dir, progress_filter=default_filter) -> bool:
+ """Unpack tar/tar.gz/tar.bz2 `filename` to `extract_dir`
+
+ Raises ``UnrecognizedFormat`` if `filename` is not a tarfile (as determined
+ by ``tarfile.open()``). See ``unpack_archive()`` for an explanation
+ of the `progress_filter` argument.
+ """
+ try:
+ tarobj = tarfile.open(filename)
+ except tarfile.TarError as e:
+ raise UnrecognizedFormat(
+ "%s is not a compressed or uncompressed tar file" % (filename,)
+ ) from e
+
+ for member, final_dst in _iter_open_tar(
+ tarobj,
+ extract_dir,
+ progress_filter,
+ ):
+ try:
+ # XXX Ugh
+ tarobj._extract_member(member, final_dst)
+ except tarfile.ExtractError:
+ # chown/chmod/mkfifo/mknode/makedev failed
+ pass
+
+ return True
+
+
+extraction_drivers = unpack_directory, unpack_zipfile, unpack_tarfile
diff --git a/.venv/Lib/site-packages/setuptools/build_meta.py b/.venv/Lib/site-packages/setuptools/build_meta.py
new file mode 100644
index 0000000000000000000000000000000000000000..00fa5e1f7048c8781cfc4838f705e122fd547825
--- /dev/null
+++ b/.venv/Lib/site-packages/setuptools/build_meta.py
@@ -0,0 +1,560 @@
+"""A PEP 517 interface to setuptools
+
+Previously, when a user or a command line tool (let's call it a "frontend")
+needed to make a request of setuptools to take a certain action, for
+example, generating a list of installation requirements, the frontend
+would call "setup.py egg_info" or "setup.py bdist_wheel" on the command line.
+
+PEP 517 defines a different method of interfacing with setuptools. Rather
+than calling "setup.py" directly, the frontend should:
+
+ 1. Set the current directory to the directory with a setup.py file
+ 2. Import this module into a safe python interpreter (one in which
+ setuptools can potentially set global variables or crash hard).
+ 3. Call one of the functions defined in PEP 517.
+
+What each function does is defined in PEP 517. However, here is a "casual"
+definition of the functions (this definition should not be relied on for
+bug reports or API stability):
+
+ - `build_wheel`: build a wheel in the folder and return the basename
+ - `get_requires_for_build_wheel`: get the `setup_requires` to build
+ - `prepare_metadata_for_build_wheel`: get the `install_requires`
+ - `build_sdist`: build an sdist in the folder and return the basename
+ - `get_requires_for_build_sdist`: get the `setup_requires` to build
+
+Again, this is not a formal definition! Just a "taste" of the module.
+"""
+
+from __future__ import annotations
+
+import contextlib
+import io
+import os
+import shlex
+import shutil
+import sys
+import tempfile
+import tokenize
+import warnings
+from collections.abc import Iterable, Iterator, Mapping
+from pathlib import Path
+from typing import TYPE_CHECKING, Union
+
+import setuptools
+
+from . import errors
+from ._path import StrPath, same_path
+from ._reqs import parse_strings
+from .warnings import SetuptoolsDeprecationWarning
+
+import distutils
+from distutils.util import strtobool
+
+if TYPE_CHECKING:
+ from typing_extensions import TypeAlias
+
+__all__ = [
+ 'get_requires_for_build_sdist',
+ 'get_requires_for_build_wheel',
+ 'prepare_metadata_for_build_wheel',
+ 'build_wheel',
+ 'build_sdist',
+ 'get_requires_for_build_editable',
+ 'prepare_metadata_for_build_editable',
+ 'build_editable',
+ '__legacy__',
+ 'SetupRequirementsError',
+]
+
+SETUPTOOLS_ENABLE_FEATURES = os.getenv("SETUPTOOLS_ENABLE_FEATURES", "").lower()
+LEGACY_EDITABLE = "legacy-editable" in SETUPTOOLS_ENABLE_FEATURES.replace("_", "-")
+
+
+class SetupRequirementsError(BaseException):
+ def __init__(self, specifiers) -> None:
+ self.specifiers = specifiers
+
+
+class Distribution(setuptools.dist.Distribution):
+ def fetch_build_eggs(self, specifiers):
+ specifier_list = list(parse_strings(specifiers))
+
+ raise SetupRequirementsError(specifier_list)
+
+ @classmethod
+ @contextlib.contextmanager
+ def patch(cls):
+ """
+ Replace
+ distutils.dist.Distribution with this class
+ for the duration of this context.
+ """
+ orig = distutils.core.Distribution
+ distutils.core.Distribution = cls # type: ignore[misc] # monkeypatching
+ try:
+ yield
+ finally:
+ distutils.core.Distribution = orig # type: ignore[misc] # monkeypatching
+
+
+@contextlib.contextmanager
+def no_install_setup_requires():
+ """Temporarily disable installing setup_requires
+
+ Under PEP 517, the backend reports build dependencies to the frontend,
+ and the frontend is responsible for ensuring they're installed.
+ So setuptools (acting as a backend) should not try to install them.
+ """
+ orig = setuptools._install_setup_requires
+ setuptools._install_setup_requires = lambda attrs: None
+ try:
+ yield
+ finally:
+ setuptools._install_setup_requires = orig
+
+
+def _get_immediate_subdirectories(a_dir):
+ return [
+ name for name in os.listdir(a_dir) if os.path.isdir(os.path.join(a_dir, name))
+ ]
+
+
+def _file_with_extension(directory: StrPath, extension: str | tuple[str, ...]):
+ matching = (f for f in os.listdir(directory) if f.endswith(extension))
+ try:
+ (file,) = matching
+ except ValueError:
+ raise ValueError(
+ 'No distribution was found. Ensure that `setup.py` '
+ 'is not empty and that it calls `setup()`.'
+ ) from None
+ return file
+
+
+def _open_setup_script(setup_script):
+ if not os.path.exists(setup_script):
+ # Supply a default setup.py
+ return io.StringIO("from setuptools import setup; setup()")
+
+ return tokenize.open(setup_script)
+
+
+@contextlib.contextmanager
+def suppress_known_deprecation():
+ with warnings.catch_warnings():
+ warnings.filterwarnings('ignore', 'setup.py install is deprecated')
+ yield
+
+
+_ConfigSettings: TypeAlias = Union[Mapping[str, Union[str, list[str], None]], None]
+"""
+Currently the user can run::
+
+ pip install -e . --config-settings key=value
+ python -m build -C--key=value -C key=value
+
+- pip will pass both key and value as strings and overwriting repeated keys
+ (pypa/pip#11059).
+- build will accumulate values associated with repeated keys in a list.
+ It will also accept keys with no associated value.
+ This means that an option passed by build can be ``str | list[str] | None``.
+- PEP 517 specifies that ``config_settings`` is an optional dict.
+"""
+
+
+class _ConfigSettingsTranslator:
+ """Translate ``config_settings`` into distutils-style command arguments.
+ Only a limited number of options is currently supported.
+ """
+
+ # See pypa/setuptools#1928 pypa/setuptools#2491
+
+ def _get_config(self, key: str, config_settings: _ConfigSettings) -> list[str]:
+ """
+ Get the value of a specific key in ``config_settings`` as a list of strings.
+
+ >>> fn = _ConfigSettingsTranslator()._get_config
+ >>> fn("--global-option", None)
+ []
+ >>> fn("--global-option", {})
+ []
+ >>> fn("--global-option", {'--global-option': 'foo'})
+ ['foo']
+ >>> fn("--global-option", {'--global-option': ['foo']})
+ ['foo']
+ >>> fn("--global-option", {'--global-option': 'foo'})
+ ['foo']
+ >>> fn("--global-option", {'--global-option': 'foo bar'})
+ ['foo', 'bar']
+ """
+ cfg = config_settings or {}
+ opts = cfg.get(key) or []
+ return shlex.split(opts) if isinstance(opts, str) else opts
+
+ def _global_args(self, config_settings: _ConfigSettings) -> Iterator[str]:
+ """
+ Let the user specify ``verbose`` or ``quiet`` + escape hatch via
+ ``--global-option``.
+ Note: ``-v``, ``-vv``, ``-vvv`` have similar effects in setuptools,
+ so we just have to cover the basic scenario ``-v``.
+
+ >>> fn = _ConfigSettingsTranslator()._global_args
+ >>> list(fn(None))
+ []
+ >>> list(fn({"verbose": "False"}))
+ ['-q']
+ >>> list(fn({"verbose": "1"}))
+ ['-v']
+ >>> list(fn({"--verbose": None}))
+ ['-v']
+ >>> list(fn({"verbose": "true", "--global-option": "-q --no-user-cfg"}))
+ ['-v', '-q', '--no-user-cfg']
+ >>> list(fn({"--quiet": None}))
+ ['-q']
+ """
+ cfg = config_settings or {}
+ falsey = {"false", "no", "0", "off"}
+ if "verbose" in cfg or "--verbose" in cfg:
+ level = str(cfg.get("verbose") or cfg.get("--verbose") or "1")
+ yield ("-q" if level.lower() in falsey else "-v")
+ if "quiet" in cfg or "--quiet" in cfg:
+ level = str(cfg.get("quiet") or cfg.get("--quiet") or "1")
+ yield ("-v" if level.lower() in falsey else "-q")
+
+ yield from self._get_config("--global-option", config_settings)
+
+ def __dist_info_args(self, config_settings: _ConfigSettings) -> Iterator[str]:
+ """
+ The ``dist_info`` command accepts ``tag-date`` and ``tag-build``.
+
+ .. warning::
+ We cannot use this yet as it requires the ``sdist`` and ``bdist_wheel``
+ commands run in ``build_sdist`` and ``build_wheel`` to reuse the egg-info
+ directory created in ``prepare_metadata_for_build_wheel``.
+
+ >>> fn = _ConfigSettingsTranslator()._ConfigSettingsTranslator__dist_info_args
+ >>> list(fn(None))
+ []
+ >>> list(fn({"tag-date": "False"}))
+ ['--no-date']
+ >>> list(fn({"tag-date": None}))
+ ['--no-date']
+ >>> list(fn({"tag-date": "true", "tag-build": ".a"}))
+ ['--tag-date', '--tag-build', '.a']
+ """
+ cfg = config_settings or {}
+ if "tag-date" in cfg:
+ val = strtobool(str(cfg["tag-date"] or "false"))
+ yield ("--tag-date" if val else "--no-date")
+ if "tag-build" in cfg:
+ yield from ["--tag-build", str(cfg["tag-build"])]
+
+ def _editable_args(self, config_settings: _ConfigSettings) -> Iterator[str]:
+ """
+ The ``editable_wheel`` command accepts ``editable-mode=strict``.
+
+ >>> fn = _ConfigSettingsTranslator()._editable_args
+ >>> list(fn(None))
+ []
+ >>> list(fn({"editable-mode": "strict"}))
+ ['--mode', 'strict']
+ """
+ cfg = config_settings or {}
+ mode = cfg.get("editable-mode") or cfg.get("editable_mode")
+ if not mode:
+ return
+ yield from ["--mode", str(mode)]
+
+ def _arbitrary_args(self, config_settings: _ConfigSettings) -> Iterator[str]:
+ """
+ Users may expect to pass arbitrary lists of arguments to a command
+ via "--global-option" (example provided in PEP 517 of a "escape hatch").
+
+ >>> fn = _ConfigSettingsTranslator()._arbitrary_args
+ >>> list(fn(None))
+ []
+ >>> list(fn({}))
+ []
+ >>> list(fn({'--build-option': 'foo'}))
+ ['foo']
+ >>> list(fn({'--build-option': ['foo']}))
+ ['foo']
+ >>> list(fn({'--build-option': 'foo'}))
+ ['foo']
+ >>> list(fn({'--build-option': 'foo bar'}))
+ ['foo', 'bar']
+ >>> list(fn({'--global-option': 'foo'}))
+ []
+ """
+ yield from self._get_config("--build-option", config_settings)
+
+
+class _BuildMetaBackend(_ConfigSettingsTranslator):
+ def _get_build_requires(
+ self, config_settings: _ConfigSettings, requirements: list[str]
+ ):
+ sys.argv = [
+ *sys.argv[:1],
+ *self._global_args(config_settings),
+ "egg_info",
+ ]
+ try:
+ with Distribution.patch():
+ self.run_setup()
+ except SetupRequirementsError as e:
+ requirements += e.specifiers
+
+ return requirements
+
+ def run_setup(self, setup_script: str = 'setup.py'):
+ # Note that we can reuse our build directory between calls
+ # Correctness comes first, then optimization later
+ __file__ = os.path.abspath(setup_script)
+ __name__ = '__main__'
+
+ with _open_setup_script(__file__) as f:
+ code = f.read().replace(r'\r\n', r'\n')
+
+ try:
+ exec(code, locals())
+ except SystemExit as e:
+ if e.code:
+ raise
+ # We ignore exit code indicating success
+ SetuptoolsDeprecationWarning.emit(
+ "Running `setup.py` directly as CLI tool is deprecated.",
+ "Please avoid using `sys.exit(0)` or similar statements "
+ "that don't fit in the paradigm of a configuration file.",
+ see_url="https://blog.ganssle.io/articles/2021/10/"
+ "setup-py-deprecated.html",
+ )
+
+ def get_requires_for_build_wheel(self, config_settings: _ConfigSettings = None):
+ return self._get_build_requires(config_settings, requirements=[])
+
+ def get_requires_for_build_sdist(self, config_settings: _ConfigSettings = None):
+ return self._get_build_requires(config_settings, requirements=[])
+
+ def _bubble_up_info_directory(
+ self, metadata_directory: StrPath, suffix: str
+ ) -> str:
+ """
+ PEP 517 requires that the .dist-info directory be placed in the
+ metadata_directory. To comply, we MUST copy the directory to the root.
+
+ Returns the basename of the info directory, e.g. `proj-0.0.0.dist-info`.
+ """
+ info_dir = self._find_info_directory(metadata_directory, suffix)
+ if not same_path(info_dir.parent, metadata_directory):
+ shutil.move(str(info_dir), metadata_directory)
+ # PEP 517 allow other files and dirs to exist in metadata_directory
+ return info_dir.name
+
+ def _find_info_directory(self, metadata_directory: StrPath, suffix: str) -> Path:
+ for parent, dirs, _ in os.walk(metadata_directory):
+ candidates = [f for f in dirs if f.endswith(suffix)]
+
+ if len(candidates) != 0 or len(dirs) != 1:
+ assert len(candidates) == 1, f"Multiple {suffix} directories found"
+ return Path(parent, candidates[0])
+
+ msg = f"No {suffix} directory found in {metadata_directory}"
+ raise errors.InternalError(msg)
+
+ def prepare_metadata_for_build_wheel(
+ self, metadata_directory: StrPath, config_settings: _ConfigSettings = None
+ ):
+ sys.argv = [
+ *sys.argv[:1],
+ *self._global_args(config_settings),
+ "dist_info",
+ "--output-dir",
+ str(metadata_directory),
+ "--keep-egg-info",
+ ]
+ with no_install_setup_requires():
+ self.run_setup()
+
+ self._bubble_up_info_directory(metadata_directory, ".egg-info")
+ return self._bubble_up_info_directory(metadata_directory, ".dist-info")
+
+ def _build_with_temp_dir(
+ self,
+ setup_command: Iterable[str],
+ result_extension: str | tuple[str, ...],
+ result_directory: StrPath,
+ config_settings: _ConfigSettings,
+ arbitrary_args: Iterable[str] = (),
+ ):
+ result_directory = os.path.abspath(result_directory)
+
+ # Build in a temporary directory, then copy to the target.
+ os.makedirs(result_directory, exist_ok=True)
+
+ with tempfile.TemporaryDirectory(
+ prefix=".tmp-", dir=result_directory
+ ) as tmp_dist_dir:
+ sys.argv = [
+ *sys.argv[:1],
+ *self._global_args(config_settings),
+ *setup_command,
+ "--dist-dir",
+ tmp_dist_dir,
+ *arbitrary_args,
+ ]
+ with no_install_setup_requires():
+ self.run_setup()
+
+ result_basename = _file_with_extension(tmp_dist_dir, result_extension)
+ result_path = os.path.join(result_directory, result_basename)
+ if os.path.exists(result_path):
+ # os.rename will fail overwriting on non-Unix.
+ os.remove(result_path)
+ os.rename(os.path.join(tmp_dist_dir, result_basename), result_path)
+
+ return result_basename
+
+ def build_wheel(
+ self,
+ wheel_directory: StrPath,
+ config_settings: _ConfigSettings = None,
+ metadata_directory: StrPath | None = None,
+ ):
+ def _build(cmd: list[str]):
+ with suppress_known_deprecation():
+ return self._build_with_temp_dir(
+ cmd,
+ '.whl',
+ wheel_directory,
+ config_settings,
+ self._arbitrary_args(config_settings),
+ )
+
+ if metadata_directory is None:
+ return _build(['bdist_wheel'])
+
+ try:
+ return _build(['bdist_wheel', '--dist-info-dir', str(metadata_directory)])
+ except SystemExit as ex: # pragma: nocover
+ # pypa/setuptools#4683
+ if "--dist-info-dir not recognized" not in str(ex):
+ raise
+ _IncompatibleBdistWheel.emit()
+ return _build(['bdist_wheel'])
+
+ def build_sdist(
+ self, sdist_directory: StrPath, config_settings: _ConfigSettings = None
+ ):
+ return self._build_with_temp_dir(
+ ['sdist', '--formats', 'gztar'], '.tar.gz', sdist_directory, config_settings
+ )
+
+ def _get_dist_info_dir(self, metadata_directory: StrPath | None) -> str | None:
+ if not metadata_directory:
+ return None
+ dist_info_candidates = list(Path(metadata_directory).glob("*.dist-info"))
+ assert len(dist_info_candidates) <= 1
+ return str(dist_info_candidates[0]) if dist_info_candidates else None
+
+ if not LEGACY_EDITABLE:
+ # PEP660 hooks:
+ # build_editable
+ # get_requires_for_build_editable
+ # prepare_metadata_for_build_editable
+ def build_editable(
+ self,
+ wheel_directory: StrPath,
+ config_settings: _ConfigSettings = None,
+ metadata_directory: StrPath | None = None,
+ ):
+ # XXX can or should we hide our editable_wheel command normally?
+ info_dir = self._get_dist_info_dir(metadata_directory)
+ opts = ["--dist-info-dir", info_dir] if info_dir else []
+ cmd = ["editable_wheel", *opts, *self._editable_args(config_settings)]
+ with suppress_known_deprecation():
+ return self._build_with_temp_dir(
+ cmd, ".whl", wheel_directory, config_settings
+ )
+
+ def get_requires_for_build_editable(
+ self, config_settings: _ConfigSettings = None
+ ):
+ return self.get_requires_for_build_wheel(config_settings)
+
+ def prepare_metadata_for_build_editable(
+ self, metadata_directory: StrPath, config_settings: _ConfigSettings = None
+ ):
+ return self.prepare_metadata_for_build_wheel(
+ metadata_directory, config_settings
+ )
+
+
+class _BuildMetaLegacyBackend(_BuildMetaBackend):
+ """Compatibility backend for setuptools
+
+ This is a version of setuptools.build_meta that endeavors
+ to maintain backwards
+ compatibility with pre-PEP 517 modes of invocation. It
+ exists as a temporary
+ bridge between the old packaging mechanism and the new
+ packaging mechanism,
+ and will eventually be removed.
+ """
+
+ def run_setup(self, setup_script: str = 'setup.py'):
+ # In order to maintain compatibility with scripts assuming that
+ # the setup.py script is in a directory on the PYTHONPATH, inject
+ # '' into sys.path. (pypa/setuptools#1642)
+ sys_path = list(sys.path) # Save the original path
+
+ script_dir = os.path.dirname(os.path.abspath(setup_script))
+ if script_dir not in sys.path:
+ sys.path.insert(0, script_dir)
+
+ # Some setup.py scripts (e.g. in pygame and numpy) use sys.argv[0] to
+ # get the directory of the source code. They expect it to refer to the
+ # setup.py script.
+ sys_argv_0 = sys.argv[0]
+ sys.argv[0] = setup_script
+
+ try:
+ super().run_setup(setup_script=setup_script)
+ finally:
+ # While PEP 517 frontends should be calling each hook in a fresh
+ # subprocess according to the standard (and thus it should not be
+ # strictly necessary to restore the old sys.path), we'll restore
+ # the original path so that the path manipulation does not persist
+ # within the hook after run_setup is called.
+ sys.path[:] = sys_path
+ sys.argv[0] = sys_argv_0
+
+
+class _IncompatibleBdistWheel(SetuptoolsDeprecationWarning):
+ _SUMMARY = "wheel.bdist_wheel is deprecated, please import it from setuptools"
+ _DETAILS = """
+ Ensure that any custom bdist_wheel implementation is a subclass of
+ setuptools.command.bdist_wheel.bdist_wheel.
+ """
+ _DUE_DATE = (2025, 10, 15)
+ # Initially introduced in 2024/10/15, but maybe too disruptive to be enforced?
+ _SEE_URL = "https://github.com/pypa/wheel/pull/631"
+
+
+# The primary backend
+_BACKEND = _BuildMetaBackend()
+
+get_requires_for_build_wheel = _BACKEND.get_requires_for_build_wheel
+get_requires_for_build_sdist = _BACKEND.get_requires_for_build_sdist
+prepare_metadata_for_build_wheel = _BACKEND.prepare_metadata_for_build_wheel
+build_wheel = _BACKEND.build_wheel
+build_sdist = _BACKEND.build_sdist
+
+if not LEGACY_EDITABLE:
+ get_requires_for_build_editable = _BACKEND.get_requires_for_build_editable
+ prepare_metadata_for_build_editable = _BACKEND.prepare_metadata_for_build_editable
+ build_editable = _BACKEND.build_editable
+
+
+# The legacy backend
+__legacy__ = _BuildMetaLegacyBackend()
diff --git a/.venv/Lib/site-packages/setuptools/cli-32.exe b/.venv/Lib/site-packages/setuptools/cli-32.exe
new file mode 100644
index 0000000000000000000000000000000000000000..65c3cd99cc7433f271a5b9387abdd1ddb949d1a6
Binary files /dev/null and b/.venv/Lib/site-packages/setuptools/cli-32.exe differ
diff --git a/.venv/Lib/site-packages/setuptools/cli-64.exe b/.venv/Lib/site-packages/setuptools/cli-64.exe
new file mode 100644
index 0000000000000000000000000000000000000000..3ea50eebfe3f0113b231a318cc1ad6e238afd60d
Binary files /dev/null and b/.venv/Lib/site-packages/setuptools/cli-64.exe differ
diff --git a/.venv/Lib/site-packages/setuptools/cli-arm64.exe b/.venv/Lib/site-packages/setuptools/cli-arm64.exe
new file mode 100644
index 0000000000000000000000000000000000000000..da96455a07a0bad4cde5dc5626544325f82c722b
Binary files /dev/null and b/.venv/Lib/site-packages/setuptools/cli-arm64.exe differ
diff --git a/.venv/Lib/site-packages/setuptools/cli.exe b/.venv/Lib/site-packages/setuptools/cli.exe
new file mode 100644
index 0000000000000000000000000000000000000000..65c3cd99cc7433f271a5b9387abdd1ddb949d1a6
Binary files /dev/null and b/.venv/Lib/site-packages/setuptools/cli.exe differ
diff --git a/.venv/Lib/site-packages/setuptools/depends.py b/.venv/Lib/site-packages/setuptools/depends.py
new file mode 100644
index 0000000000000000000000000000000000000000..1be71857a5cb9253d70dea0f00e08f191471d109
--- /dev/null
+++ b/.venv/Lib/site-packages/setuptools/depends.py
@@ -0,0 +1,185 @@
+from __future__ import annotations
+
+import contextlib
+import dis
+import marshal
+import sys
+from types import CodeType
+from typing import Any, Literal, TypeVar
+
+from packaging.version import Version
+
+from . import _imp
+from ._imp import PY_COMPILED, PY_FROZEN, PY_SOURCE, find_module
+
+_T = TypeVar("_T")
+
+__all__ = ['Require', 'find_module']
+
+
+class Require:
+ """A prerequisite to building or installing a distribution"""
+
+ def __init__(
+ self,
+ name,
+ requested_version,
+ module,
+ homepage: str = '',
+ attribute=None,
+ format=None,
+ ) -> None:
+ if format is None and requested_version is not None:
+ format = Version
+
+ if format is not None:
+ requested_version = format(requested_version)
+ if attribute is None:
+ attribute = '__version__'
+
+ self.__dict__.update(locals())
+ del self.self
+
+ def full_name(self):
+ """Return full package/distribution name, w/version"""
+ if self.requested_version is not None:
+ return '%s-%s' % (self.name, self.requested_version)
+ return self.name
+
+ def version_ok(self, version):
+ """Is 'version' sufficiently up-to-date?"""
+ return (
+ self.attribute is None
+ or self.format is None
+ or str(version) != "unknown"
+ and self.format(version) >= self.requested_version
+ )
+
+ def get_version(
+ self, paths=None, default: _T | Literal["unknown"] = "unknown"
+ ) -> _T | Literal["unknown"] | None | Any:
+ """Get version number of installed module, 'None', or 'default'
+
+ Search 'paths' for module. If not found, return 'None'. If found,
+ return the extracted version attribute, or 'default' if no version
+ attribute was specified, or the value cannot be determined without
+ importing the module. The version is formatted according to the
+ requirement's version format (if any), unless it is 'None' or the
+ supplied 'default'.
+ """
+
+ if self.attribute is None:
+ try:
+ f, _p, _i = find_module(self.module, paths)
+ except ImportError:
+ return None
+ if f:
+ f.close()
+ return default
+
+ v = get_module_constant(self.module, self.attribute, default, paths)
+
+ if v is not None and v is not default and self.format is not None:
+ return self.format(v)
+
+ return v
+
+ def is_present(self, paths=None):
+ """Return true if dependency is present on 'paths'"""
+ return self.get_version(paths) is not None
+
+ def is_current(self, paths=None):
+ """Return true if dependency is present and up-to-date on 'paths'"""
+ version = self.get_version(paths)
+ if version is None:
+ return False
+ return self.version_ok(str(version))
+
+
+def maybe_close(f):
+ @contextlib.contextmanager
+ def empty():
+ yield
+ return
+
+ if not f:
+ return empty()
+
+ return contextlib.closing(f)
+
+
+# Some objects are not available on some platforms.
+# XXX it'd be better to test assertions about bytecode instead.
+if not sys.platform.startswith('java') and sys.platform != 'cli':
+
+ def get_module_constant(
+ module, symbol, default: _T | int = -1, paths=None
+ ) -> _T | int | None | Any:
+ """Find 'module' by searching 'paths', and extract 'symbol'
+
+ Return 'None' if 'module' does not exist on 'paths', or it does not define
+ 'symbol'. If the module defines 'symbol' as a constant, return the
+ constant. Otherwise, return 'default'."""
+
+ try:
+ f, path, (_suffix, _mode, kind) = info = find_module(module, paths)
+ except ImportError:
+ # Module doesn't exist
+ return None
+
+ with maybe_close(f):
+ if kind == PY_COMPILED:
+ f.read(8) # skip magic & date
+ code = marshal.load(f)
+ elif kind == PY_FROZEN:
+ code = _imp.get_frozen_object(module, paths)
+ elif kind == PY_SOURCE:
+ code = compile(f.read(), path, 'exec')
+ else:
+ # Not something we can parse; we'll have to import it. :(
+ imported = _imp.get_module(module, paths, info)
+ return getattr(imported, symbol, None)
+
+ return extract_constant(code, symbol, default)
+
+ def extract_constant(
+ code: CodeType, symbol: str, default: _T | int = -1
+ ) -> _T | int | None | Any:
+ """Extract the constant value of 'symbol' from 'code'
+
+ If the name 'symbol' is bound to a constant value by the Python code
+ object 'code', return that value. If 'symbol' is bound to an expression,
+ return 'default'. Otherwise, return 'None'.
+
+ Return value is based on the first assignment to 'symbol'. 'symbol' must
+ be a global, or at least a non-"fast" local in the code block. That is,
+ only 'STORE_NAME' and 'STORE_GLOBAL' opcodes are checked, and 'symbol'
+ must be present in 'code.co_names'.
+ """
+ if symbol not in code.co_names:
+ # name's not there, can't possibly be an assignment
+ return None
+
+ name_idx = list(code.co_names).index(symbol)
+
+ STORE_NAME = dis.opmap['STORE_NAME']
+ STORE_GLOBAL = dis.opmap['STORE_GLOBAL']
+ LOAD_CONST = dis.opmap['LOAD_CONST']
+
+ const = default
+
+ for byte_code in dis.Bytecode(code):
+ op = byte_code.opcode
+ arg = byte_code.arg
+
+ if op == LOAD_CONST:
+ assert arg is not None
+ const = code.co_consts[arg]
+ elif arg == name_idx and (op == STORE_NAME or op == STORE_GLOBAL):
+ return const
+ else:
+ const = default
+
+ return None
+
+ __all__ += ['get_module_constant', 'extract_constant']
diff --git a/.venv/Lib/site-packages/setuptools/discovery.py b/.venv/Lib/site-packages/setuptools/discovery.py
new file mode 100644
index 0000000000000000000000000000000000000000..c88839918562bad12f1a2e72309f1eacfe23349c
--- /dev/null
+++ b/.venv/Lib/site-packages/setuptools/discovery.py
@@ -0,0 +1,614 @@
+"""Automatic discovery of Python modules and packages (for inclusion in the
+distribution) and other config values.
+
+For the purposes of this module, the following nomenclature is used:
+
+- "src-layout": a directory representing a Python project that contains a "src"
+ folder. Everything under the "src" folder is meant to be included in the
+ distribution when packaging the project. Example::
+
+ .
+ ├── tox.ini
+ ├── pyproject.toml
+ └── src/
+ └── mypkg/
+ ├── __init__.py
+ ├── mymodule.py
+ └── my_data_file.txt
+
+- "flat-layout": a Python project that does not use "src-layout" but instead
+ have a directory under the project root for each package::
+
+ .
+ ├── tox.ini
+ ├── pyproject.toml
+ └── mypkg/
+ ├── __init__.py
+ ├── mymodule.py
+ └── my_data_file.txt
+
+- "single-module": a project that contains a single Python script direct under
+ the project root (no directory used)::
+
+ .
+ ├── tox.ini
+ ├── pyproject.toml
+ └── mymodule.py
+
+"""
+
+from __future__ import annotations
+
+import itertools
+import os
+from collections.abc import Iterable, Iterator, Mapping
+from fnmatch import fnmatchcase
+from glob import glob
+from pathlib import Path
+from typing import TYPE_CHECKING, ClassVar
+
+import _distutils_hack.override # noqa: F401
+
+from ._path import StrPath
+
+from distutils import log
+from distutils.util import convert_path
+
+if TYPE_CHECKING:
+ from setuptools import Distribution
+
+chain_iter = itertools.chain.from_iterable
+
+
+def _valid_name(path: StrPath) -> bool:
+ # Ignore invalid names that cannot be imported directly
+ return os.path.basename(path).isidentifier()
+
+
+class _Filter:
+ """
+ Given a list of patterns, create a callable that will be true only if
+ the input matches at least one of the patterns.
+ """
+
+ def __init__(self, *patterns: str) -> None:
+ self._patterns = dict.fromkeys(patterns)
+
+ def __call__(self, item: str) -> bool:
+ return any(fnmatchcase(item, pat) for pat in self._patterns)
+
+ def __contains__(self, item: str) -> bool:
+ return item in self._patterns
+
+
+class _Finder:
+ """Base class that exposes functionality for module/package finders"""
+
+ ALWAYS_EXCLUDE: ClassVar[tuple[str, ...]] = ()
+ DEFAULT_EXCLUDE: ClassVar[tuple[str, ...]] = ()
+
+ @classmethod
+ def find(
+ cls,
+ where: StrPath = '.',
+ exclude: Iterable[str] = (),
+ include: Iterable[str] = ('*',),
+ ) -> list[str]:
+ """Return a list of all Python items (packages or modules, depending on
+ the finder implementation) found within directory 'where'.
+
+ 'where' is the root directory which will be searched.
+ It should be supplied as a "cross-platform" (i.e. URL-style) path;
+ it will be converted to the appropriate local path syntax.
+
+ 'exclude' is a sequence of names to exclude; '*' can be used
+ as a wildcard in the names.
+ When finding packages, 'foo.*' will exclude all subpackages of 'foo'
+ (but not 'foo' itself).
+
+ 'include' is a sequence of names to include.
+ If it's specified, only the named items will be included.
+ If it's not specified, all found items will be included.
+ 'include' can contain shell style wildcard patterns just like
+ 'exclude'.
+ """
+
+ exclude = exclude or cls.DEFAULT_EXCLUDE
+ return list(
+ cls._find_iter(
+ convert_path(str(where)),
+ _Filter(*cls.ALWAYS_EXCLUDE, *exclude),
+ _Filter(*include),
+ )
+ )
+
+ @classmethod
+ def _find_iter(
+ cls, where: StrPath, exclude: _Filter, include: _Filter
+ ) -> Iterator[str]:
+ raise NotImplementedError
+
+
+class PackageFinder(_Finder):
+ """
+ Generate a list of all Python packages found within a directory
+ """
+
+ ALWAYS_EXCLUDE = ("ez_setup", "*__pycache__")
+
+ @classmethod
+ def _find_iter(
+ cls, where: StrPath, exclude: _Filter, include: _Filter
+ ) -> Iterator[str]:
+ """
+ All the packages found in 'where' that pass the 'include' filter, but
+ not the 'exclude' filter.
+ """
+ for root, dirs, files in os.walk(str(where), followlinks=True):
+ # Copy dirs to iterate over it, then empty dirs.
+ all_dirs = dirs[:]
+ dirs[:] = []
+
+ for dir in all_dirs:
+ full_path = os.path.join(root, dir)
+ rel_path = os.path.relpath(full_path, where)
+ package = rel_path.replace(os.path.sep, '.')
+
+ # Skip directory trees that are not valid packages
+ if '.' in dir or not cls._looks_like_package(full_path, package):
+ continue
+
+ # Should this package be included?
+ if include(package) and not exclude(package):
+ yield package
+
+ # Early pruning if there is nothing else to be scanned
+ if f"{package}*" in exclude or f"{package}.*" in exclude:
+ continue
+
+ # Keep searching subdirectories, as there may be more packages
+ # down there, even if the parent was excluded.
+ dirs.append(dir)
+
+ @staticmethod
+ def _looks_like_package(path: StrPath, _package_name: str) -> bool:
+ """Does a directory look like a package?"""
+ return os.path.isfile(os.path.join(path, '__init__.py'))
+
+
+class PEP420PackageFinder(PackageFinder):
+ @staticmethod
+ def _looks_like_package(_path: StrPath, _package_name: str) -> bool:
+ return True
+
+
+class ModuleFinder(_Finder):
+ """Find isolated Python modules.
+ This function will **not** recurse subdirectories.
+ """
+
+ @classmethod
+ def _find_iter(
+ cls, where: StrPath, exclude: _Filter, include: _Filter
+ ) -> Iterator[str]:
+ for file in glob(os.path.join(where, "*.py")):
+ module, _ext = os.path.splitext(os.path.basename(file))
+
+ if not cls._looks_like_module(module):
+ continue
+
+ if include(module) and not exclude(module):
+ yield module
+
+ _looks_like_module = staticmethod(_valid_name)
+
+
+# We have to be extra careful in the case of flat layout to not include files
+# and directories not meant for distribution (e.g. tool-related)
+
+
+class FlatLayoutPackageFinder(PEP420PackageFinder):
+ _EXCLUDE = (
+ "ci",
+ "bin",
+ "debian",
+ "doc",
+ "docs",
+ "documentation",
+ "manpages",
+ "news",
+ "newsfragments",
+ "changelog",
+ "test",
+ "tests",
+ "unit_test",
+ "unit_tests",
+ "example",
+ "examples",
+ "scripts",
+ "tools",
+ "util",
+ "utils",
+ "python",
+ "build",
+ "dist",
+ "venv",
+ "env",
+ "requirements",
+ # ---- Task runners / Build tools ----
+ "tasks", # invoke
+ "fabfile", # fabric
+ "site_scons", # SCons
+ # ---- Other tools ----
+ "benchmark",
+ "benchmarks",
+ "exercise",
+ "exercises",
+ "htmlcov", # Coverage.py
+ # ---- Hidden directories/Private packages ----
+ "[._]*",
+ )
+
+ DEFAULT_EXCLUDE = tuple(chain_iter((p, f"{p}.*") for p in _EXCLUDE))
+ """Reserved package names"""
+
+ @staticmethod
+ def _looks_like_package(_path: StrPath, package_name: str) -> bool:
+ names = package_name.split('.')
+ # Consider PEP 561
+ root_pkg_is_valid = names[0].isidentifier() or names[0].endswith("-stubs")
+ return root_pkg_is_valid and all(name.isidentifier() for name in names[1:])
+
+
+class FlatLayoutModuleFinder(ModuleFinder):
+ DEFAULT_EXCLUDE = (
+ "setup",
+ "conftest",
+ "test",
+ "tests",
+ "example",
+ "examples",
+ "build",
+ # ---- Task runners ----
+ "toxfile",
+ "noxfile",
+ "pavement",
+ "dodo",
+ "tasks",
+ "fabfile",
+ # ---- Other tools ----
+ "[Ss][Cc]onstruct", # SCons
+ "conanfile", # Connan: C/C++ build tool
+ "manage", # Django
+ "benchmark",
+ "benchmarks",
+ "exercise",
+ "exercises",
+ # ---- Hidden files/Private modules ----
+ "[._]*",
+ )
+ """Reserved top-level module names"""
+
+
+def _find_packages_within(root_pkg: str, pkg_dir: StrPath) -> list[str]:
+ nested = PEP420PackageFinder.find(pkg_dir)
+ return [root_pkg] + [".".join((root_pkg, n)) for n in nested]
+
+
+class ConfigDiscovery:
+ """Fill-in metadata and options that can be automatically derived
+ (from other metadata/options, the file system or conventions)
+ """
+
+ def __init__(self, distribution: Distribution) -> None:
+ self.dist = distribution
+ self._called = False
+ self._disabled = False
+ self._skip_ext_modules = False
+
+ def _disable(self):
+ """Internal API to disable automatic discovery"""
+ self._disabled = True
+
+ def _ignore_ext_modules(self):
+ """Internal API to disregard ext_modules.
+
+ Normally auto-discovery would not be triggered if ``ext_modules`` are set
+ (this is done for backward compatibility with existing packages relying on
+ ``setup.py`` or ``setup.cfg``). However, ``setuptools`` can call this function
+ to ignore given ``ext_modules`` and proceed with the auto-discovery if
+ ``packages`` and ``py_modules`` are not given (e.g. when using pyproject.toml
+ metadata).
+ """
+ self._skip_ext_modules = True
+
+ @property
+ def _root_dir(self) -> StrPath:
+ # The best is to wait until `src_root` is set in dist, before using _root_dir.
+ return self.dist.src_root or os.curdir
+
+ @property
+ def _package_dir(self) -> dict[str, str]:
+ if self.dist.package_dir is None:
+ return {}
+ return self.dist.package_dir
+
+ def __call__(
+ self, force: bool = False, name: bool = True, ignore_ext_modules: bool = False
+ ):
+ """Automatically discover missing configuration fields
+ and modifies the given ``distribution`` object in-place.
+
+ Note that by default this will only have an effect the first time the
+ ``ConfigDiscovery`` object is called.
+
+ To repeatedly invoke automatic discovery (e.g. when the project
+ directory changes), please use ``force=True`` (or create a new
+ ``ConfigDiscovery`` instance).
+ """
+ if force is False and (self._called or self._disabled):
+ # Avoid overhead of multiple calls
+ return
+
+ self._analyse_package_layout(ignore_ext_modules)
+ if name:
+ self.analyse_name() # depends on ``packages`` and ``py_modules``
+
+ self._called = True
+
+ def _explicitly_specified(self, ignore_ext_modules: bool) -> bool:
+ """``True`` if the user has specified some form of package/module listing"""
+ ignore_ext_modules = ignore_ext_modules or self._skip_ext_modules
+ ext_modules = not (self.dist.ext_modules is None or ignore_ext_modules)
+ return (
+ self.dist.packages is not None
+ or self.dist.py_modules is not None
+ or ext_modules
+ or hasattr(self.dist, "configuration")
+ and self.dist.configuration
+ # ^ Some projects use numpy.distutils.misc_util.Configuration
+ )
+
+ def _analyse_package_layout(self, ignore_ext_modules: bool) -> bool:
+ if self._explicitly_specified(ignore_ext_modules):
+ # For backward compatibility, just try to find modules/packages
+ # when nothing is given
+ return True
+
+ log.debug(
+ "No `packages` or `py_modules` configuration, performing "
+ "automatic discovery."
+ )
+
+ return (
+ self._analyse_explicit_layout()
+ or self._analyse_src_layout()
+ # flat-layout is the trickiest for discovery so it should be last
+ or self._analyse_flat_layout()
+ )
+
+ def _analyse_explicit_layout(self) -> bool:
+ """The user can explicitly give a package layout via ``package_dir``"""
+ package_dir = self._package_dir.copy() # don't modify directly
+ package_dir.pop("", None) # This falls under the "src-layout" umbrella
+ root_dir = self._root_dir
+
+ if not package_dir:
+ return False
+
+ log.debug(f"`explicit-layout` detected -- analysing {package_dir}")
+ pkgs = chain_iter(
+ _find_packages_within(pkg, os.path.join(root_dir, parent_dir))
+ for pkg, parent_dir in package_dir.items()
+ )
+ self.dist.packages = list(pkgs)
+ log.debug(f"discovered packages -- {self.dist.packages}")
+ return True
+
+ def _analyse_src_layout(self) -> bool:
+ """Try to find all packages or modules under the ``src`` directory
+ (or anything pointed by ``package_dir[""]``).
+
+ The "src-layout" is relatively safe for automatic discovery.
+ We assume that everything within is meant to be included in the
+ distribution.
+
+ If ``package_dir[""]`` is not given, but the ``src`` directory exists,
+ this function will set ``package_dir[""] = "src"``.
+ """
+ package_dir = self._package_dir
+ src_dir = os.path.join(self._root_dir, package_dir.get("", "src"))
+ if not os.path.isdir(src_dir):
+ return False
+
+ log.debug(f"`src-layout` detected -- analysing {src_dir}")
+ package_dir.setdefault("", os.path.basename(src_dir))
+ self.dist.package_dir = package_dir # persist eventual modifications
+ self.dist.packages = PEP420PackageFinder.find(src_dir)
+ self.dist.py_modules = ModuleFinder.find(src_dir)
+ log.debug(f"discovered packages -- {self.dist.packages}")
+ log.debug(f"discovered py_modules -- {self.dist.py_modules}")
+ return True
+
+ def _analyse_flat_layout(self) -> bool:
+ """Try to find all packages and modules under the project root.
+
+ Since the ``flat-layout`` is more dangerous in terms of accidentally including
+ extra files/directories, this function is more conservative and will raise an
+ error if multiple packages or modules are found.
+
+ This assumes that multi-package dists are uncommon and refuse to support that
+ use case in order to be able to prevent unintended errors.
+ """
+ log.debug(f"`flat-layout` detected -- analysing {self._root_dir}")
+ return self._analyse_flat_packages() or self._analyse_flat_modules()
+
+ def _analyse_flat_packages(self) -> bool:
+ self.dist.packages = FlatLayoutPackageFinder.find(self._root_dir)
+ top_level = remove_nested_packages(remove_stubs(self.dist.packages))
+ log.debug(f"discovered packages -- {self.dist.packages}")
+ self._ensure_no_accidental_inclusion(top_level, "packages")
+ return bool(top_level)
+
+ def _analyse_flat_modules(self) -> bool:
+ self.dist.py_modules = FlatLayoutModuleFinder.find(self._root_dir)
+ log.debug(f"discovered py_modules -- {self.dist.py_modules}")
+ self._ensure_no_accidental_inclusion(self.dist.py_modules, "modules")
+ return bool(self.dist.py_modules)
+
+ def _ensure_no_accidental_inclusion(self, detected: list[str], kind: str):
+ if len(detected) > 1:
+ from inspect import cleandoc
+
+ from setuptools.errors import PackageDiscoveryError
+
+ msg = f"""Multiple top-level {kind} discovered in a flat-layout: {detected}.
+
+ To avoid accidental inclusion of unwanted files or directories,
+ setuptools will not proceed with this build.
+
+ If you are trying to create a single distribution with multiple {kind}
+ on purpose, you should not rely on automatic discovery.
+ Instead, consider the following options:
+
+ 1. set up custom discovery (`find` directive with `include` or `exclude`)
+ 2. use a `src-layout`
+ 3. explicitly set `py_modules` or `packages` with a list of names
+
+ To find more information, look for "package discovery" on setuptools docs.
+ """
+ raise PackageDiscoveryError(cleandoc(msg))
+
+ def analyse_name(self) -> None:
+ """The packages/modules are the essential contribution of the author.
+ Therefore the name of the distribution can be derived from them.
+ """
+ if self.dist.metadata.name or self.dist.name:
+ # get_name() is not reliable (can return "UNKNOWN")
+ return
+
+ log.debug("No `name` configuration, performing automatic discovery")
+
+ name = (
+ self._find_name_single_package_or_module()
+ or self._find_name_from_packages()
+ )
+ if name:
+ self.dist.metadata.name = name
+
+ def _find_name_single_package_or_module(self) -> str | None:
+ """Exactly one module or package"""
+ for field in ('packages', 'py_modules'):
+ items = getattr(self.dist, field, None) or []
+ if items and len(items) == 1:
+ log.debug(f"Single module/package detected, name: {items[0]}")
+ return items[0]
+
+ return None
+
+ def _find_name_from_packages(self) -> str | None:
+ """Try to find the root package that is not a PEP 420 namespace"""
+ if not self.dist.packages:
+ return None
+
+ packages = remove_stubs(sorted(self.dist.packages, key=len))
+ package_dir = self.dist.package_dir or {}
+
+ parent_pkg = find_parent_package(packages, package_dir, self._root_dir)
+ if parent_pkg:
+ log.debug(f"Common parent package detected, name: {parent_pkg}")
+ return parent_pkg
+
+ log.warn("No parent package detected, impossible to derive `name`")
+ return None
+
+
+def remove_nested_packages(packages: list[str]) -> list[str]:
+ """Remove nested packages from a list of packages.
+
+ >>> remove_nested_packages(["a", "a.b1", "a.b2", "a.b1.c1"])
+ ['a']
+ >>> remove_nested_packages(["a", "b", "c.d", "c.d.e.f", "g.h", "a.a1"])
+ ['a', 'b', 'c.d', 'g.h']
+ """
+ pkgs = sorted(packages, key=len)
+ top_level = pkgs[:]
+ size = len(pkgs)
+ for i, name in enumerate(reversed(pkgs)):
+ if any(name.startswith(f"{other}.") for other in top_level):
+ top_level.pop(size - i - 1)
+
+ return top_level
+
+
+def remove_stubs(packages: list[str]) -> list[str]:
+ """Remove type stubs (:pep:`561`) from a list of packages.
+
+ >>> remove_stubs(["a", "a.b", "a-stubs", "a-stubs.b.c", "b", "c-stubs"])
+ ['a', 'a.b', 'b']
+ """
+ return [pkg for pkg in packages if not pkg.split(".")[0].endswith("-stubs")]
+
+
+def find_parent_package(
+ packages: list[str], package_dir: Mapping[str, str], root_dir: StrPath
+) -> str | None:
+ """Find the parent package that is not a namespace."""
+ packages = sorted(packages, key=len)
+ common_ancestors = []
+ for i, name in enumerate(packages):
+ if not all(n.startswith(f"{name}.") for n in packages[i + 1 :]):
+ # Since packages are sorted by length, this condition is able
+ # to find a list of all common ancestors.
+ # When there is divergence (e.g. multiple root packages)
+ # the list will be empty
+ break
+ common_ancestors.append(name)
+
+ for name in common_ancestors:
+ pkg_path = find_package_path(name, package_dir, root_dir)
+ init = os.path.join(pkg_path, "__init__.py")
+ if os.path.isfile(init):
+ return name
+
+ return None
+
+
+def find_package_path(
+ name: str, package_dir: Mapping[str, str], root_dir: StrPath
+) -> str:
+ """Given a package name, return the path where it should be found on
+ disk, considering the ``package_dir`` option.
+
+ >>> path = find_package_path("my.pkg", {"": "root/is/nested"}, ".")
+ >>> path.replace(os.sep, "/")
+ './root/is/nested/my/pkg'
+
+ >>> path = find_package_path("my.pkg", {"my": "root/is/nested"}, ".")
+ >>> path.replace(os.sep, "/")
+ './root/is/nested/pkg'
+
+ >>> path = find_package_path("my.pkg", {"my.pkg": "root/is/nested"}, ".")
+ >>> path.replace(os.sep, "/")
+ './root/is/nested'
+
+ >>> path = find_package_path("other.pkg", {"my.pkg": "root/is/nested"}, ".")
+ >>> path.replace(os.sep, "/")
+ './other/pkg'
+ """
+ parts = name.split(".")
+ for i in range(len(parts), 0, -1):
+ # Look backwards, the most specific package_dir first
+ partial_name = ".".join(parts[:i])
+ if partial_name in package_dir:
+ parent = package_dir[partial_name]
+ return os.path.join(root_dir, parent, *parts[i:])
+
+ parent = package_dir.get("") or ""
+ return os.path.join(root_dir, *parent.split("/"), *parts)
+
+
+def construct_package_dir(packages: list[str], package_path: StrPath) -> dict[str, str]:
+ parent_pkgs = remove_nested_packages(packages)
+ prefix = Path(package_path).parts
+ return {pkg: "/".join([*prefix, *pkg.split(".")]) for pkg in parent_pkgs}
diff --git a/.venv/Lib/site-packages/setuptools/dist.py b/.venv/Lib/site-packages/setuptools/dist.py
new file mode 100644
index 0000000000000000000000000000000000000000..5b3175fb5bd7c815605a5631d09fb68b3ca6dd49
--- /dev/null
+++ b/.venv/Lib/site-packages/setuptools/dist.py
@@ -0,0 +1,1000 @@
+from __future__ import annotations
+
+import io
+import itertools
+import numbers
+import os
+import re
+import sys
+from collections.abc import Iterable, MutableMapping, Sequence
+from glob import iglob
+from pathlib import Path
+from typing import TYPE_CHECKING, Any, Union
+
+from more_itertools import partition, unique_everseen
+from packaging.markers import InvalidMarker, Marker
+from packaging.specifiers import InvalidSpecifier, SpecifierSet
+from packaging.version import Version
+
+from . import (
+ _entry_points,
+ _reqs,
+ command as _, # noqa: F401 # imported for side-effects
+)
+from ._importlib import metadata
+from ._path import StrPath
+from ._reqs import _StrOrIter
+from .config import pyprojecttoml, setupcfg
+from .discovery import ConfigDiscovery
+from .monkey import get_unpatched
+from .warnings import InformationOnly, SetuptoolsDeprecationWarning
+
+import distutils.cmd
+import distutils.command
+import distutils.core
+import distutils.dist
+import distutils.log
+from distutils.debug import DEBUG
+from distutils.errors import DistutilsOptionError, DistutilsSetupError
+from distutils.fancy_getopt import translate_longopt
+from distutils.util import strtobool
+
+if TYPE_CHECKING:
+ from typing_extensions import TypeAlias
+
+ from pkg_resources import Distribution as _pkg_resources_Distribution
+
+
+__all__ = ['Distribution']
+
+_sequence = tuple, list
+"""
+:meta private:
+
+Supported iterable types that are known to be:
+- ordered (which `set` isn't)
+- not match a str (which `Sequence[str]` does)
+- not imply a nested type (like `dict`)
+for use with `isinstance`.
+"""
+_Sequence: TypeAlias = Union[tuple[str, ...], list[str]]
+# This is how stringifying _Sequence would look in Python 3.10
+_sequence_type_repr = "tuple[str, ...] | list[str]"
+_OrderedStrSequence: TypeAlias = Union[str, dict[str, Any], Sequence[str]]
+"""
+:meta private:
+Avoid single-use iterable. Disallow sets.
+A poor approximation of an OrderedSequence (dict doesn't match a Sequence).
+"""
+
+
+def __getattr__(name: str) -> Any: # pragma: no cover
+ if name == "sequence":
+ SetuptoolsDeprecationWarning.emit(
+ "`setuptools.dist.sequence` is an internal implementation detail.",
+ "Please define your own `sequence = tuple, list` instead.",
+ due_date=(2025, 8, 28), # Originally added on 2024-08-27
+ )
+ return _sequence
+ raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
+
+
+def check_importable(dist, attr, value):
+ try:
+ ep = metadata.EntryPoint(value=value, name=None, group=None)
+ assert not ep.extras
+ except (TypeError, ValueError, AttributeError, AssertionError) as e:
+ raise DistutilsSetupError(
+ "%r must be importable 'module:attrs' string (got %r)" % (attr, value)
+ ) from e
+
+
+def assert_string_list(dist, attr: str, value: _Sequence) -> None:
+ """Verify that value is a string list"""
+ try:
+ # verify that value is a list or tuple to exclude unordered
+ # or single-use iterables
+ assert isinstance(value, _sequence)
+ # verify that elements of value are strings
+ assert ''.join(value) != value
+ except (TypeError, ValueError, AttributeError, AssertionError) as e:
+ raise DistutilsSetupError(
+ f"{attr!r} must be of type <{_sequence_type_repr}> (got {value!r})"
+ ) from e
+
+
+def check_nsp(dist, attr, value):
+ """Verify that namespace packages are valid"""
+ ns_packages = value
+ assert_string_list(dist, attr, ns_packages)
+ for nsp in ns_packages:
+ if not dist.has_contents_for(nsp):
+ raise DistutilsSetupError(
+ "Distribution contains no modules or packages for "
+ + "namespace package %r" % nsp
+ )
+ parent, _sep, _child = nsp.rpartition('.')
+ if parent and parent not in ns_packages:
+ distutils.log.warn(
+ "WARNING: %r is declared as a package namespace, but %r"
+ " is not: please correct this in setup.py",
+ nsp,
+ parent,
+ )
+ SetuptoolsDeprecationWarning.emit(
+ "The namespace_packages parameter is deprecated.",
+ "Please replace its usage with implicit namespaces (PEP 420).",
+ see_docs="references/keywords.html#keyword-namespace-packages",
+ # TODO: define due_date, it may break old packages that are no longer
+ # maintained (e.g. sphinxcontrib extensions) when installed from source.
+ # Warning officially introduced in May 2022, however the deprecation
+ # was mentioned much earlier in the docs (May 2020, see #2149).
+ )
+
+
+def check_extras(dist, attr, value):
+ """Verify that extras_require mapping is valid"""
+ try:
+ list(itertools.starmap(_check_extra, value.items()))
+ except (TypeError, ValueError, AttributeError) as e:
+ raise DistutilsSetupError(
+ "'extras_require' must be a dictionary whose values are "
+ "strings or lists of strings containing valid project/version "
+ "requirement specifiers."
+ ) from e
+
+
+def _check_extra(extra, reqs):
+ _name, _sep, marker = extra.partition(':')
+ try:
+ _check_marker(marker)
+ except InvalidMarker:
+ msg = f"Invalid environment marker: {marker} ({extra!r})"
+ raise DistutilsSetupError(msg) from None
+ list(_reqs.parse(reqs))
+
+
+def _check_marker(marker):
+ if not marker:
+ return
+ m = Marker(marker)
+ m.evaluate()
+
+
+def assert_bool(dist, attr, value):
+ """Verify that value is True, False, 0, or 1"""
+ if bool(value) != value:
+ raise DistutilsSetupError(f"{attr!r} must be a boolean value (got {value!r})")
+
+
+def invalid_unless_false(dist, attr, value):
+ if not value:
+ DistDeprecationWarning.emit(f"{attr} is ignored.")
+ # TODO: should there be a `due_date` here?
+ return
+ raise DistutilsSetupError(f"{attr} is invalid.")
+
+
+def check_requirements(dist, attr: str, value: _OrderedStrSequence) -> None:
+ """Verify that install_requires is a valid requirements list"""
+ try:
+ list(_reqs.parse(value))
+ if isinstance(value, set):
+ raise TypeError("Unordered types are not allowed")
+ except (TypeError, ValueError) as error:
+ msg = (
+ f"{attr!r} must be a string or iterable of strings "
+ f"containing valid project/version requirement specifiers; {error}"
+ )
+ raise DistutilsSetupError(msg) from error
+
+
+def check_specifier(dist, attr, value):
+ """Verify that value is a valid version specifier"""
+ try:
+ SpecifierSet(value)
+ except (InvalidSpecifier, AttributeError) as error:
+ msg = f"{attr!r} must be a string containing valid version specifiers; {error}"
+ raise DistutilsSetupError(msg) from error
+
+
+def check_entry_points(dist, attr, value):
+ """Verify that entry_points map is parseable"""
+ try:
+ _entry_points.load(value)
+ except Exception as e:
+ raise DistutilsSetupError(e) from e
+
+
+def check_package_data(dist, attr, value):
+ """Verify that value is a dictionary of package names to glob lists"""
+ if not isinstance(value, dict):
+ raise DistutilsSetupError(
+ "{!r} must be a dictionary mapping package names to lists of "
+ "string wildcard patterns".format(attr)
+ )
+ for k, v in value.items():
+ if not isinstance(k, str):
+ raise DistutilsSetupError(
+ "keys of {!r} dict must be strings (got {!r})".format(attr, k)
+ )
+ assert_string_list(dist, 'values of {!r} dict'.format(attr), v)
+
+
+def check_packages(dist, attr, value):
+ for pkgname in value:
+ if not re.match(r'\w+(\.\w+)*', pkgname):
+ distutils.log.warn(
+ "WARNING: %r not a valid package name; please use only "
+ ".-separated package names in setup.py",
+ pkgname,
+ )
+
+
+if TYPE_CHECKING:
+ # Work around a mypy issue where type[T] can't be used as a base: https://github.com/python/mypy/issues/10962
+ from distutils.core import Distribution as _Distribution
+else:
+ _Distribution = get_unpatched(distutils.core.Distribution)
+
+
+class Distribution(_Distribution):
+ """Distribution with support for tests and package data
+
+ This is an enhanced version of 'distutils.dist.Distribution' that
+ effectively adds the following new optional keyword arguments to 'setup()':
+
+ 'install_requires' -- a string or sequence of strings specifying project
+ versions that the distribution requires when installed, in the format
+ used by 'pkg_resources.require()'. They will be installed
+ automatically when the package is installed. If you wish to use
+ packages that are not available in PyPI, or want to give your users an
+ alternate download location, you can add a 'find_links' option to the
+ '[easy_install]' section of your project's 'setup.cfg' file, and then
+ setuptools will scan the listed web pages for links that satisfy the
+ requirements.
+
+ 'extras_require' -- a dictionary mapping names of optional "extras" to the
+ additional requirement(s) that using those extras incurs. For example,
+ this::
+
+ extras_require = dict(reST = ["docutils>=0.3", "reSTedit"])
+
+ indicates that the distribution can optionally provide an extra
+ capability called "reST", but it can only be used if docutils and
+ reSTedit are installed. If the user installs your package using
+ EasyInstall and requests one of your extras, the corresponding
+ additional requirements will be installed if needed.
+
+ 'package_data' -- a dictionary mapping package names to lists of filenames
+ or globs to use to find data files contained in the named packages.
+ If the dictionary has filenames or globs listed under '""' (the empty
+ string), those names will be searched for in every package, in addition
+ to any names for the specific package. Data files found using these
+ names/globs will be installed along with the package, in the same
+ location as the package. Note that globs are allowed to reference
+ the contents of non-package subdirectories, as long as you use '/' as
+ a path separator. (Globs are automatically converted to
+ platform-specific paths at runtime.)
+
+ In addition to these new keywords, this class also has several new methods
+ for manipulating the distribution's contents. For example, the 'include()'
+ and 'exclude()' methods can be thought of as in-place add and subtract
+ commands that add or remove packages, modules, extensions, and so on from
+ the distribution.
+ """
+
+ _DISTUTILS_UNSUPPORTED_METADATA = {
+ 'long_description_content_type': lambda: None,
+ 'project_urls': dict,
+ 'provides_extras': dict, # behaves like an ordered set
+ 'license_file': lambda: None,
+ 'license_files': lambda: None,
+ 'install_requires': list,
+ 'extras_require': dict,
+ }
+
+ # Used by build_py, editable_wheel and install_lib commands for legacy namespaces
+ namespace_packages: list[str] #: :meta private: DEPRECATED
+
+ # Any: Dynamic assignment results in Incompatible types in assignment
+ def __init__(self, attrs: MutableMapping[str, Any] | None = None) -> None:
+ have_package_data = hasattr(self, "package_data")
+ if not have_package_data:
+ self.package_data: dict[str, list[str]] = {}
+ attrs = attrs or {}
+ self.dist_files: list[tuple[str, str, str]] = []
+ self.include_package_data: bool | None = None
+ self.exclude_package_data: dict[str, list[str]] | None = None
+ # Filter-out setuptools' specific options.
+ self.src_root: str | None = attrs.pop("src_root", None)
+ self.dependency_links: list[str] = attrs.pop('dependency_links', [])
+ self.setup_requires: list[str] = attrs.pop('setup_requires', [])
+ for ep in metadata.entry_points(group='distutils.setup_keywords'):
+ vars(self).setdefault(ep.name, None)
+
+ metadata_only = set(self._DISTUTILS_UNSUPPORTED_METADATA)
+ metadata_only -= {"install_requires", "extras_require"}
+ dist_attrs = {k: v for k, v in attrs.items() if k not in metadata_only}
+ _Distribution.__init__(self, dist_attrs)
+
+ # Private API (setuptools-use only, not restricted to Distribution)
+ # Stores files that are referenced by the configuration and need to be in the
+ # sdist (e.g. `version = file: VERSION.txt`)
+ self._referenced_files: set[str] = set()
+
+ self.set_defaults = ConfigDiscovery(self)
+
+ self._set_metadata_defaults(attrs)
+
+ self.metadata.version = self._normalize_version(self.metadata.version)
+ self._finalize_requires()
+
+ def _validate_metadata(self):
+ required = {"name"}
+ provided = {
+ key
+ for key in vars(self.metadata)
+ if getattr(self.metadata, key, None) is not None
+ }
+ missing = required - provided
+
+ if missing:
+ msg = f"Required package metadata is missing: {missing}"
+ raise DistutilsSetupError(msg)
+
+ def _set_metadata_defaults(self, attrs):
+ """
+ Fill-in missing metadata fields not supported by distutils.
+ Some fields may have been set by other tools (e.g. pbr).
+ Those fields (vars(self.metadata)) take precedence to
+ supplied attrs.
+ """
+ for option, default in self._DISTUTILS_UNSUPPORTED_METADATA.items():
+ vars(self.metadata).setdefault(option, attrs.get(option, default()))
+
+ @staticmethod
+ def _normalize_version(version):
+ from . import sic
+
+ if isinstance(version, numbers.Number):
+ # Some people apparently take "version number" too literally :)
+ version = str(version)
+ elif isinstance(version, sic) or version is None:
+ return version
+
+ normalized = str(Version(version))
+ if version != normalized:
+ InformationOnly.emit(f"Normalizing '{version}' to '{normalized}'")
+ return normalized
+ return version
+
+ def _finalize_requires(self):
+ """
+ Set `metadata.python_requires` and fix environment markers
+ in `install_requires` and `extras_require`.
+ """
+ if getattr(self, 'python_requires', None):
+ self.metadata.python_requires = self.python_requires
+
+ self._normalize_requires()
+ self.metadata.install_requires = self.install_requires
+ self.metadata.extras_require = self.extras_require
+
+ if self.extras_require:
+ for extra in self.extras_require.keys():
+ # Setuptools allows a weird ": syntax for extras
+ extra = extra.split(':')[0]
+ if extra:
+ self.metadata.provides_extras.setdefault(extra)
+
+ def _normalize_requires(self):
+ """Make sure requirement-related attributes exist and are normalized"""
+ install_requires = getattr(self, "install_requires", None) or []
+ extras_require = getattr(self, "extras_require", None) or {}
+ self.install_requires = list(map(str, _reqs.parse(install_requires)))
+ self.extras_require = {
+ k: list(map(str, _reqs.parse(v or []))) for k, v in extras_require.items()
+ }
+
+ def _finalize_license_files(self) -> None:
+ """Compute names of all license files which should be included."""
+ license_files: list[str] | None = self.metadata.license_files
+ patterns: list[str] = license_files if license_files else []
+
+ license_file: str | None = self.metadata.license_file
+ if license_file and license_file not in patterns:
+ patterns.append(license_file)
+
+ if license_files is None and license_file is None:
+ # Default patterns match the ones wheel uses
+ # See https://wheel.readthedocs.io/en/stable/user_guide.html
+ # -> 'Including license files in the generated wheel file'
+ patterns = ['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']
+
+ self.metadata.license_files = list(
+ unique_everseen(self._expand_patterns(patterns))
+ )
+
+ @staticmethod
+ def _expand_patterns(patterns):
+ """
+ >>> list(Distribution._expand_patterns(['LICENSE']))
+ ['LICENSE']
+ >>> list(Distribution._expand_patterns(['pyproject.toml', 'LIC*']))
+ ['pyproject.toml', 'LICENSE']
+ """
+ return (
+ path
+ for pattern in patterns
+ for path in sorted(iglob(pattern))
+ if not path.endswith('~') and os.path.isfile(path)
+ )
+
+ # FIXME: 'Distribution._parse_config_files' is too complex (14)
+ def _parse_config_files(self, filenames=None): # noqa: C901
+ """
+ Adapted from distutils.dist.Distribution.parse_config_files,
+ this method provides the same functionality in subtly-improved
+ ways.
+ """
+ from configparser import ConfigParser
+
+ # Ignore install directory options if we have a venv
+ ignore_options = (
+ []
+ if sys.prefix == sys.base_prefix
+ else [
+ 'install-base',
+ 'install-platbase',
+ 'install-lib',
+ 'install-platlib',
+ 'install-purelib',
+ 'install-headers',
+ 'install-scripts',
+ 'install-data',
+ 'prefix',
+ 'exec-prefix',
+ 'home',
+ 'user',
+ 'root',
+ ]
+ )
+
+ ignore_options = frozenset(ignore_options)
+
+ if filenames is None:
+ filenames = self.find_config_files()
+
+ if DEBUG:
+ self.announce("Distribution.parse_config_files():")
+
+ parser = ConfigParser()
+ parser.optionxform = str
+ for filename in filenames:
+ with open(filename, encoding='utf-8') as reader:
+ if DEBUG:
+ self.announce(" reading {filename}".format(**locals()))
+ parser.read_file(reader)
+ for section in parser.sections():
+ options = parser.options(section)
+ opt_dict = self.get_option_dict(section)
+
+ for opt in options:
+ if opt == '__name__' or opt in ignore_options:
+ continue
+
+ val = parser.get(section, opt)
+ opt = self.warn_dash_deprecation(opt, section)
+ opt = self.make_option_lowercase(opt, section)
+ opt_dict[opt] = (filename, val)
+
+ # Make the ConfigParser forget everything (so we retain
+ # the original filenames that options come from)
+ parser.__init__()
+
+ if 'global' not in self.command_options:
+ return
+
+ # If there was a "global" section in the config file, use it
+ # to set Distribution options.
+
+ for opt, (src, val) in self.command_options['global'].items():
+ alias = self.negative_opt.get(opt)
+ if alias:
+ val = not strtobool(val)
+ elif opt in ('verbose', 'dry_run'): # ugh!
+ val = strtobool(val)
+
+ try:
+ setattr(self, alias or opt, val)
+ except ValueError as e:
+ raise DistutilsOptionError(e) from e
+
+ def warn_dash_deprecation(self, opt: str, section: str) -> str:
+ if section in (
+ 'options.extras_require',
+ 'options.data_files',
+ ):
+ return opt
+
+ underscore_opt = opt.replace('-', '_')
+ commands = list(
+ itertools.chain(
+ distutils.command.__all__,
+ self._setuptools_commands(),
+ )
+ )
+ if (
+ not section.startswith('options')
+ and section != 'metadata'
+ and section not in commands
+ ):
+ return underscore_opt
+
+ if '-' in opt:
+ SetuptoolsDeprecationWarning.emit(
+ "Invalid dash-separated options",
+ f"""
+ Usage of dash-separated {opt!r} will not be supported in future
+ versions. Please use the underscore name {underscore_opt!r} instead.
+ """,
+ see_docs="userguide/declarative_config.html",
+ due_date=(2025, 3, 3),
+ # Warning initially introduced in 3 Mar 2021
+ )
+ return underscore_opt
+
+ def _setuptools_commands(self):
+ try:
+ entry_points = metadata.distribution('setuptools').entry_points
+ return {ep.name for ep in entry_points} # Avoid newer API for compatibility
+ except metadata.PackageNotFoundError:
+ # during bootstrapping, distribution doesn't exist
+ return []
+
+ def make_option_lowercase(self, opt: str, section: str) -> str:
+ if section != 'metadata' or opt.islower():
+ return opt
+
+ lowercase_opt = opt.lower()
+ SetuptoolsDeprecationWarning.emit(
+ "Invalid uppercase configuration",
+ f"""
+ Usage of uppercase key {opt!r} in {section!r} will not be supported in
+ future versions. Please use lowercase {lowercase_opt!r} instead.
+ """,
+ see_docs="userguide/declarative_config.html",
+ due_date=(2025, 3, 3),
+ # Warning initially introduced in 6 Mar 2021
+ )
+ return lowercase_opt
+
+ # FIXME: 'Distribution._set_command_options' is too complex (14)
+ def _set_command_options(self, command_obj, option_dict=None): # noqa: C901
+ """
+ Set the options for 'command_obj' from 'option_dict'. Basically
+ this means copying elements of a dictionary ('option_dict') to
+ attributes of an instance ('command').
+
+ 'command_obj' must be a Command instance. If 'option_dict' is not
+ supplied, uses the standard option dictionary for this command
+ (from 'self.command_options').
+
+ (Adopted from distutils.dist.Distribution._set_command_options)
+ """
+ command_name = command_obj.get_command_name()
+ if option_dict is None:
+ option_dict = self.get_option_dict(command_name)
+
+ if DEBUG:
+ self.announce(" setting options for '%s' command:" % command_name)
+ for option, (source, value) in option_dict.items():
+ if DEBUG:
+ self.announce(" %s = %s (from %s)" % (option, value, source))
+ try:
+ bool_opts = [translate_longopt(o) for o in command_obj.boolean_options]
+ except AttributeError:
+ bool_opts = []
+ try:
+ neg_opt = command_obj.negative_opt
+ except AttributeError:
+ neg_opt = {}
+
+ try:
+ is_string = isinstance(value, str)
+ if option in neg_opt and is_string:
+ setattr(command_obj, neg_opt[option], not strtobool(value))
+ elif option in bool_opts and is_string:
+ setattr(command_obj, option, strtobool(value))
+ elif hasattr(command_obj, option):
+ setattr(command_obj, option, value)
+ else:
+ raise DistutilsOptionError(
+ "error in %s: command '%s' has no such option '%s'"
+ % (source, command_name, option)
+ )
+ except ValueError as e:
+ raise DistutilsOptionError(e) from e
+
+ def _get_project_config_files(self, filenames: Iterable[StrPath] | None):
+ """Add default file and split between INI and TOML"""
+ tomlfiles = []
+ standard_project_metadata = Path(self.src_root or os.curdir, "pyproject.toml")
+ if filenames is not None:
+ parts = partition(lambda f: Path(f).suffix == ".toml", filenames)
+ filenames = list(parts[0]) # 1st element => predicate is False
+ tomlfiles = list(parts[1]) # 2nd element => predicate is True
+ elif standard_project_metadata.exists():
+ tomlfiles = [standard_project_metadata]
+ return filenames, tomlfiles
+
+ def parse_config_files(
+ self,
+ filenames: Iterable[StrPath] | None = None,
+ ignore_option_errors: bool = False,
+ ) -> None:
+ """Parses configuration files from various levels
+ and loads configuration.
+ """
+ inifiles, tomlfiles = self._get_project_config_files(filenames)
+
+ self._parse_config_files(filenames=inifiles)
+
+ setupcfg.parse_configuration(
+ self, self.command_options, ignore_option_errors=ignore_option_errors
+ )
+ for filename in tomlfiles:
+ pyprojecttoml.apply_configuration(self, filename, ignore_option_errors)
+
+ self._finalize_requires()
+ self._finalize_license_files()
+
+ def fetch_build_eggs(
+ self, requires: _StrOrIter
+ ) -> list[_pkg_resources_Distribution]:
+ """Resolve pre-setup requirements"""
+ from .installer import _fetch_build_eggs
+
+ return _fetch_build_eggs(self, requires)
+
+ def finalize_options(self) -> None:
+ """
+ Allow plugins to apply arbitrary operations to the
+ distribution. Each hook may optionally define a 'order'
+ to influence the order of execution. Smaller numbers
+ go first and the default is 0.
+ """
+ group = 'setuptools.finalize_distribution_options'
+
+ def by_order(hook):
+ return getattr(hook, 'order', 0)
+
+ defined = metadata.entry_points(group=group)
+ filtered = itertools.filterfalse(self._removed, defined)
+ loaded = map(lambda e: e.load(), filtered)
+ for ep in sorted(loaded, key=by_order):
+ ep(self)
+
+ @staticmethod
+ def _removed(ep):
+ """
+ When removing an entry point, if metadata is loaded
+ from an older version of Setuptools, that removed
+ entry point will attempt to be loaded and will fail.
+ See #2765 for more details.
+ """
+ removed = {
+ # removed 2021-09-05
+ '2to3_doctests',
+ }
+ return ep.name in removed
+
+ def _finalize_setup_keywords(self):
+ for ep in metadata.entry_points(group='distutils.setup_keywords'):
+ value = getattr(self, ep.name, None)
+ if value is not None:
+ ep.load()(self, ep.name, value)
+
+ def get_egg_cache_dir(self):
+ from . import windows_support
+
+ egg_cache_dir = os.path.join(os.curdir, '.eggs')
+ if not os.path.exists(egg_cache_dir):
+ os.mkdir(egg_cache_dir)
+ windows_support.hide_file(egg_cache_dir)
+ readme_txt_filename = os.path.join(egg_cache_dir, 'README.txt')
+ with open(readme_txt_filename, 'w', encoding="utf-8") as f:
+ f.write(
+ 'This directory contains eggs that were downloaded '
+ 'by setuptools to build, test, and run plug-ins.\n\n'
+ )
+ f.write(
+ 'This directory caches those eggs to prevent '
+ 'repeated downloads.\n\n'
+ )
+ f.write('However, it is safe to delete this directory.\n\n')
+
+ return egg_cache_dir
+
+ def fetch_build_egg(self, req):
+ """Fetch an egg needed for building"""
+ from .installer import fetch_build_egg
+
+ return fetch_build_egg(self, req)
+
+ def get_command_class(self, command: str) -> type[distutils.cmd.Command]: # type: ignore[override] # Not doing complex overrides yet
+ """Pluggable version of get_command_class()"""
+ if command in self.cmdclass:
+ return self.cmdclass[command]
+
+ # Special case bdist_wheel so it's never loaded from "wheel"
+ if command == 'bdist_wheel':
+ from .command.bdist_wheel import bdist_wheel
+
+ return bdist_wheel
+
+ eps = metadata.entry_points(group='distutils.commands', name=command)
+ for ep in eps:
+ self.cmdclass[command] = cmdclass = ep.load()
+ return cmdclass
+ else:
+ return _Distribution.get_command_class(self, command)
+
+ def print_commands(self):
+ for ep in metadata.entry_points(group='distutils.commands'):
+ if ep.name not in self.cmdclass:
+ cmdclass = ep.load()
+ self.cmdclass[ep.name] = cmdclass
+ return _Distribution.print_commands(self)
+
+ def get_command_list(self):
+ for ep in metadata.entry_points(group='distutils.commands'):
+ if ep.name not in self.cmdclass:
+ cmdclass = ep.load()
+ self.cmdclass[ep.name] = cmdclass
+ return _Distribution.get_command_list(self)
+
+ def include(self, **attrs) -> None:
+ """Add items to distribution that are named in keyword arguments
+
+ For example, 'dist.include(py_modules=["x"])' would add 'x' to
+ the distribution's 'py_modules' attribute, if it was not already
+ there.
+
+ Currently, this method only supports inclusion for attributes that are
+ lists or tuples. If you need to add support for adding to other
+ attributes in this or a subclass, you can add an '_include_X' method,
+ where 'X' is the name of the attribute. The method will be called with
+ the value passed to 'include()'. So, 'dist.include(foo={"bar":"baz"})'
+ will try to call 'dist._include_foo({"bar":"baz"})', which can then
+ handle whatever special inclusion logic is needed.
+ """
+ for k, v in attrs.items():
+ include = getattr(self, '_include_' + k, None)
+ if include:
+ include(v)
+ else:
+ self._include_misc(k, v)
+
+ def exclude_package(self, package: str) -> None:
+ """Remove packages, modules, and extensions in named package"""
+
+ pfx = package + '.'
+ if self.packages:
+ self.packages = [
+ p for p in self.packages if p != package and not p.startswith(pfx)
+ ]
+
+ if self.py_modules:
+ self.py_modules = [
+ p for p in self.py_modules if p != package and not p.startswith(pfx)
+ ]
+
+ if self.ext_modules:
+ self.ext_modules = [
+ p
+ for p in self.ext_modules
+ if p.name != package and not p.name.startswith(pfx)
+ ]
+
+ def has_contents_for(self, package: str) -> bool:
+ """Return true if 'exclude_package(package)' would do something"""
+
+ pfx = package + '.'
+
+ for p in self.iter_distribution_names():
+ if p == package or p.startswith(pfx):
+ return True
+
+ return False
+
+ def _exclude_misc(self, name: str, value: _Sequence) -> None:
+ """Handle 'exclude()' for list/tuple attrs without a special handler"""
+ if not isinstance(value, _sequence):
+ raise DistutilsSetupError(
+ f"{name}: setting must be of type <{_sequence_type_repr}> (got {value!r})"
+ )
+ try:
+ old = getattr(self, name)
+ except AttributeError as e:
+ raise DistutilsSetupError("%s: No such distribution setting" % name) from e
+ if old is not None and not isinstance(old, _sequence):
+ raise DistutilsSetupError(
+ name + ": this setting cannot be changed via include/exclude"
+ )
+ elif old:
+ setattr(self, name, [item for item in old if item not in value])
+
+ def _include_misc(self, name: str, value: _Sequence) -> None:
+ """Handle 'include()' for list/tuple attrs without a special handler"""
+
+ if not isinstance(value, _sequence):
+ raise DistutilsSetupError(
+ f"{name}: setting must be of type <{_sequence_type_repr}> (got {value!r})"
+ )
+ try:
+ old = getattr(self, name)
+ except AttributeError as e:
+ raise DistutilsSetupError("%s: No such distribution setting" % name) from e
+ if old is None:
+ setattr(self, name, value)
+ elif not isinstance(old, _sequence):
+ raise DistutilsSetupError(
+ name + ": this setting cannot be changed via include/exclude"
+ )
+ else:
+ new = [item for item in value if item not in old]
+ setattr(self, name, list(old) + new)
+
+ def exclude(self, **attrs) -> None:
+ """Remove items from distribution that are named in keyword arguments
+
+ For example, 'dist.exclude(py_modules=["x"])' would remove 'x' from
+ the distribution's 'py_modules' attribute. Excluding packages uses
+ the 'exclude_package()' method, so all of the package's contained
+ packages, modules, and extensions are also excluded.
+
+ Currently, this method only supports exclusion from attributes that are
+ lists or tuples. If you need to add support for excluding from other
+ attributes in this or a subclass, you can add an '_exclude_X' method,
+ where 'X' is the name of the attribute. The method will be called with
+ the value passed to 'exclude()'. So, 'dist.exclude(foo={"bar":"baz"})'
+ will try to call 'dist._exclude_foo({"bar":"baz"})', which can then
+ handle whatever special exclusion logic is needed.
+ """
+ for k, v in attrs.items():
+ exclude = getattr(self, '_exclude_' + k, None)
+ if exclude:
+ exclude(v)
+ else:
+ self._exclude_misc(k, v)
+
+ def _exclude_packages(self, packages: _Sequence) -> None:
+ if not isinstance(packages, _sequence):
+ raise DistutilsSetupError(
+ f"packages: setting must be of type <{_sequence_type_repr}> (got {packages!r})"
+ )
+ list(map(self.exclude_package, packages))
+
+ def _parse_command_opts(self, parser, args):
+ # Remove --with-X/--without-X options when processing command args
+ self.global_options = self.__class__.global_options
+ self.negative_opt = self.__class__.negative_opt
+
+ # First, expand any aliases
+ command = args[0]
+ aliases = self.get_option_dict('aliases')
+ while command in aliases:
+ _src, alias = aliases[command]
+ del aliases[command] # ensure each alias can expand only once!
+ import shlex
+
+ args[:1] = shlex.split(alias, True)
+ command = args[0]
+
+ nargs = _Distribution._parse_command_opts(self, parser, args)
+
+ # Handle commands that want to consume all remaining arguments
+ cmd_class = self.get_command_class(command)
+ if getattr(cmd_class, 'command_consumes_arguments', None):
+ self.get_option_dict(command)['args'] = ("command line", nargs)
+ if nargs is not None:
+ return []
+
+ return nargs
+
+ def get_cmdline_options(self) -> dict[str, dict[str, str | None]]:
+ """Return a '{cmd: {opt:val}}' map of all command-line options
+
+ Option names are all long, but do not include the leading '--', and
+ contain dashes rather than underscores. If the option doesn't take
+ an argument (e.g. '--quiet'), the 'val' is 'None'.
+
+ Note that options provided by config files are intentionally excluded.
+ """
+
+ d: dict[str, dict[str, str | None]] = {}
+
+ for cmd, opts in self.command_options.items():
+ val: str | None
+ for opt, (src, val) in opts.items():
+ if src != "command line":
+ continue
+
+ opt = opt.replace('_', '-')
+
+ if val == 0:
+ cmdobj = self.get_command_obj(cmd)
+ neg_opt = self.negative_opt.copy()
+ neg_opt.update(getattr(cmdobj, 'negative_opt', {}))
+ for neg, pos in neg_opt.items():
+ if pos == opt:
+ opt = neg
+ val = None
+ break
+ else:
+ raise AssertionError("Shouldn't be able to get here")
+
+ elif val == 1:
+ val = None
+
+ d.setdefault(cmd, {})[opt] = val
+
+ return d
+
+ def iter_distribution_names(self):
+ """Yield all packages, modules, and extension names in distribution"""
+
+ yield from self.packages or ()
+
+ yield from self.py_modules or ()
+
+ for ext in self.ext_modules or ():
+ if isinstance(ext, tuple):
+ name, _buildinfo = ext
+ else:
+ name = ext.name
+ if name.endswith('module'):
+ name = name[:-6]
+ yield name
+
+ def handle_display_options(self, option_order):
+ """If there were any non-global "display-only" options
+ (--help-commands or the metadata display options) on the command
+ line, display the requested info and return true; else return
+ false.
+ """
+ import sys
+
+ if self.help_commands:
+ return _Distribution.handle_display_options(self, option_order)
+
+ # Stdout may be StringIO (e.g. in tests)
+ if not isinstance(sys.stdout, io.TextIOWrapper):
+ return _Distribution.handle_display_options(self, option_order)
+
+ # Don't wrap stdout if utf-8 is already the encoding. Provides
+ # workaround for #334.
+ if sys.stdout.encoding.lower() in ('utf-8', 'utf8'):
+ return _Distribution.handle_display_options(self, option_order)
+
+ # Print metadata in UTF-8 no matter the platform
+ encoding = sys.stdout.encoding
+ sys.stdout.reconfigure(encoding='utf-8')
+ try:
+ return _Distribution.handle_display_options(self, option_order)
+ finally:
+ sys.stdout.reconfigure(encoding=encoding)
+
+ def run_command(self, command) -> None:
+ self.set_defaults()
+ # Postpone defaults until all explicit configuration is considered
+ # (setup() args, config files, command line and plugins)
+
+ super().run_command(command)
+
+
+class DistDeprecationWarning(SetuptoolsDeprecationWarning):
+ """Class for warning about deprecations in dist in
+ setuptools. Not ignored by default, unlike DeprecationWarning."""
diff --git a/.venv/Lib/site-packages/setuptools/errors.py b/.venv/Lib/site-packages/setuptools/errors.py
new file mode 100644
index 0000000000000000000000000000000000000000..990ecbf4e2f18eb188addc9e0466152a20193a90
--- /dev/null
+++ b/.venv/Lib/site-packages/setuptools/errors.py
@@ -0,0 +1,67 @@
+"""setuptools.errors
+
+Provides exceptions used by setuptools modules.
+"""
+
+from __future__ import annotations
+
+from distutils import errors as _distutils_errors
+
+# Re-export errors from distutils to facilitate the migration to PEP632
+
+ByteCompileError = _distutils_errors.DistutilsByteCompileError
+CCompilerError = _distutils_errors.CCompilerError
+ClassError = _distutils_errors.DistutilsClassError
+CompileError = _distutils_errors.CompileError
+ExecError = _distutils_errors.DistutilsExecError
+FileError = _distutils_errors.DistutilsFileError
+InternalError = _distutils_errors.DistutilsInternalError
+LibError = _distutils_errors.LibError
+LinkError = _distutils_errors.LinkError
+ModuleError = _distutils_errors.DistutilsModuleError
+OptionError = _distutils_errors.DistutilsOptionError
+PlatformError = _distutils_errors.DistutilsPlatformError
+PreprocessError = _distutils_errors.PreprocessError
+SetupError = _distutils_errors.DistutilsSetupError
+TemplateError = _distutils_errors.DistutilsTemplateError
+UnknownFileError = _distutils_errors.UnknownFileError
+
+# The root error class in the hierarchy
+BaseError = _distutils_errors.DistutilsError
+
+
+class InvalidConfigError(OptionError): # type: ignore[valid-type, misc] # distutils imports are `Any` on python 3.12+
+ """Error used for invalid configurations."""
+
+
+class RemovedConfigError(OptionError): # type: ignore[valid-type, misc] # distutils imports are `Any` on python 3.12+
+ """Error used for configurations that were deprecated and removed."""
+
+
+class RemovedCommandError(BaseError, RuntimeError): # type: ignore[valid-type, misc] # distutils imports are `Any` on python 3.12+
+ """Error used for commands that have been removed in setuptools.
+
+ Since ``setuptools`` is built on ``distutils``, simply removing a command
+ from ``setuptools`` will make the behavior fall back to ``distutils``; this
+ error is raised if a command exists in ``distutils`` but has been actively
+ removed in ``setuptools``.
+ """
+
+
+class PackageDiscoveryError(BaseError, RuntimeError): # type: ignore[valid-type, misc] # distutils imports are `Any` on python 3.12+
+ """Impossible to perform automatic discovery of packages and/or modules.
+
+ The current project layout or given discovery options can lead to problems when
+ scanning the project directory.
+
+ Setuptools might also refuse to complete auto-discovery if an error prone condition
+ is detected (e.g. when a project is organised as a flat-layout but contains
+ multiple directories that can be taken as top-level packages inside a single
+ distribution [*]_). In these situations the users are encouraged to be explicit
+ about which packages to include or to make the discovery parameters more specific.
+
+ .. [*] Since multi-package distributions are uncommon it is very likely that the
+ developers did not intend for all the directories to be packaged, and are just
+ leaving auxiliary code in the repository top-level, such as maintenance-related
+ scripts.
+ """
diff --git a/.venv/Lib/site-packages/setuptools/extension.py b/.venv/Lib/site-packages/setuptools/extension.py
new file mode 100644
index 0000000000000000000000000000000000000000..76e03d9d6bdcdbd72e443e90c85d34429c22c261
--- /dev/null
+++ b/.venv/Lib/site-packages/setuptools/extension.py
@@ -0,0 +1,177 @@
+from __future__ import annotations
+
+import functools
+import re
+from typing import TYPE_CHECKING
+
+from setuptools._path import StrPath
+
+from .monkey import get_unpatched
+
+import distutils.core
+import distutils.errors
+import distutils.extension
+
+
+def _have_cython():
+ """
+ Return True if Cython can be imported.
+ """
+ cython_impl = 'Cython.Distutils.build_ext'
+ try:
+ # from (cython_impl) import build_ext
+ __import__(cython_impl, fromlist=['build_ext']).build_ext
+ except Exception:
+ return False
+ return True
+
+
+# for compatibility
+have_pyrex = _have_cython
+if TYPE_CHECKING:
+ # Work around a mypy issue where type[T] can't be used as a base: https://github.com/python/mypy/issues/10962
+ from distutils.core import Extension as _Extension
+else:
+ _Extension = get_unpatched(distutils.core.Extension)
+
+
+class Extension(_Extension):
+ """
+ Describes a single extension module.
+
+ This means that all source files will be compiled into a single binary file
+ ``.`` (with ```` derived from ``name`` and
+ ```` defined by one of the values in
+ ``importlib.machinery.EXTENSION_SUFFIXES``).
+
+ In the case ``.pyx`` files are passed as ``sources and`` ``Cython`` is **not**
+ installed in the build environment, ``setuptools`` may also try to look for the
+ equivalent ``.cpp`` or ``.c`` files.
+
+ :arg str name:
+ the full name of the extension, including any packages -- ie.
+ *not* a filename or pathname, but Python dotted name
+
+ :arg list[str|os.PathLike[str]] sources:
+ list of source filenames, relative to the distribution root
+ (where the setup script lives), in Unix form (slash-separated)
+ for portability. Source files may be C, C++, SWIG (.i),
+ platform-specific resource files, or whatever else is recognized
+ by the "build_ext" command as source for a Python extension.
+
+ :keyword list[str] include_dirs:
+ list of directories to search for C/C++ header files (in Unix
+ form for portability)
+
+ :keyword list[tuple[str, str|None]] define_macros:
+ list of macros to define; each macro is defined using a 2-tuple:
+ the first item corresponding to the name of the macro and the second
+ item either a string with its value or None to
+ define it without a particular value (equivalent of "#define
+ FOO" in source or -DFOO on Unix C compiler command line)
+
+ :keyword list[str] undef_macros:
+ list of macros to undefine explicitly
+
+ :keyword list[str] library_dirs:
+ list of directories to search for C/C++ libraries at link time
+
+ :keyword list[str] libraries:
+ list of library names (not filenames or paths) to link against
+
+ :keyword list[str] runtime_library_dirs:
+ list of directories to search for C/C++ libraries at run time
+ (for shared extensions, this is when the extension is loaded).
+ Setting this will cause an exception during build on Windows
+ platforms.
+
+ :keyword list[str] extra_objects:
+ list of extra files to link with (eg. object files not implied
+ by 'sources', static library that must be explicitly specified,
+ binary resource files, etc.)
+
+ :keyword list[str] extra_compile_args:
+ any extra platform- and compiler-specific information to use
+ when compiling the source files in 'sources'. For platforms and
+ compilers where "command line" makes sense, this is typically a
+ list of command-line arguments, but for other platforms it could
+ be anything.
+
+ :keyword list[str] extra_link_args:
+ any extra platform- and compiler-specific information to use
+ when linking object files together to create the extension (or
+ to create a new static Python interpreter). Similar
+ interpretation as for 'extra_compile_args'.
+
+ :keyword list[str] export_symbols:
+ list of symbols to be exported from a shared extension. Not
+ used on all platforms, and not generally necessary for Python
+ extensions, which typically export exactly one symbol: "init" +
+ extension_name.
+
+ :keyword list[str] swig_opts:
+ any extra options to pass to SWIG if a source file has the .i
+ extension.
+
+ :keyword list[str] depends:
+ list of files that the extension depends on
+
+ :keyword str language:
+ extension language (i.e. "c", "c++", "objc"). Will be detected
+ from the source extensions if not provided.
+
+ :keyword bool optional:
+ specifies that a build failure in the extension should not abort the
+ build process, but simply not install the failing extension.
+
+ :keyword bool py_limited_api:
+ opt-in flag for the usage of :doc:`Python's limited API `.
+
+ :raises setuptools.errors.PlatformError: if ``runtime_library_dirs`` is
+ specified on Windows. (since v63)
+ """
+
+ # These 4 are set and used in setuptools/command/build_ext.py
+ # The lack of a default value and risk of `AttributeError` is purposeful
+ # to avoid people forgetting to call finalize_options if they modify the extension list.
+ # See example/rationale in https://github.com/pypa/setuptools/issues/4529.
+ _full_name: str #: Private API, internal use only.
+ _links_to_dynamic: bool #: Private API, internal use only.
+ _needs_stub: bool #: Private API, internal use only.
+ _file_name: str #: Private API, internal use only.
+
+ def __init__(
+ self,
+ name: str,
+ sources: list[StrPath],
+ *args,
+ py_limited_api: bool = False,
+ **kw,
+ ) -> None:
+ # The *args is needed for compatibility as calls may use positional
+ # arguments. py_limited_api may be set only via keyword.
+ self.py_limited_api = py_limited_api
+ super().__init__(
+ name,
+ sources, # type: ignore[arg-type] # Vendored version of setuptools supports PathLike
+ *args,
+ **kw,
+ )
+
+ def _convert_pyx_sources_to_lang(self):
+ """
+ Replace sources with .pyx extensions to sources with the target
+ language extension. This mechanism allows language authors to supply
+ pre-converted sources but to prefer the .pyx sources.
+ """
+ if _have_cython():
+ # the build has Cython, so allow it to compile the .pyx files
+ return
+ lang = self.language or ''
+ target_ext = '.cpp' if lang.lower() == 'c++' else '.c'
+ sub = functools.partial(re.sub, '.pyx$', target_ext)
+ self.sources = list(map(sub, self.sources))
+
+
+class Library(Extension):
+ """Just like a regular Extension, but built as a library instead"""