Metadata-Version: 2.1
Name: adaptive
Version: 0.15.1
Summary: Parallel active learning of mathematical functions
Home-page: https://adaptive.readthedocs.io/
Author: Adaptive authors
License: BSD
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.md
Requires-Dist: scipy
Requires-Dist: sortedcollections (>=1.1)
Requires-Dist: sortedcontainers (>=2.0)
Requires-Dist: cloudpickle
Requires-Dist: loky (>=2.9)
Provides-Extra: notebook
Requires-Dist: ipython ; extra == 'notebook'
Requires-Dist: ipykernel (>=4.8.0) ; extra == 'notebook'
Requires-Dist: jupyter-client (>=5.2.2) ; extra == 'notebook'
Requires-Dist: holoviews (>=1.9.1) ; extra == 'notebook'
Requires-Dist: ipywidgets ; extra == 'notebook'
Requires-Dist: bokeh ; extra == 'notebook'
Requires-Dist: pandas ; extra == 'notebook'
Requires-Dist: matplotlib ; extra == 'notebook'
Requires-Dist: plotly ; extra == 'notebook'
Provides-Extra: other
Requires-Dist: dill ; extra == 'other'
Requires-Dist: distributed ; extra == 'other'
Requires-Dist: ipyparallel (>=6.2.5) ; extra == 'other'
Requires-Dist: scikit-optimize (>=0.8.1) ; extra == 'other'
Requires-Dist: scikit-learn ; extra == 'other'
Requires-Dist: pexpect ; extra == 'other'
Provides-Extra: testing
Requires-Dist: flaky ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pytest-randomly ; extra == 'testing'
Requires-Dist: pytest-timeout ; extra == 'testing'
Requires-Dist: pre-commit ; extra == 'testing'
Requires-Dist: typeguard ; extra == 'testing'

