Metadata-Version: |
2.1 |
Name: |
surrogates_interface |
Version: |
4.1.1 |
Summary: |
Interface for surrogate models. |
Author: |
DTU Wind and Energy Systems |
Maintainer: |
Riccardo Riva |
Maintainer-Email: |
ricriv[at]dtu.dk |
Home-Page: |
https://gitlab.windenergy.dtu.dk/surrogate-models/surrogate-models-interface |
Project-Url: |
Repository, https://gitlab.windenergy.dtu.dk/surrogate-models/surrogate-models-interface |
License: |
MIT |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Requires-Python: |
>=3.9,<3.12 |
Requires-Dist: |
black; extra == "code-style" |
Requires-Dist: |
codespell; extra == "code-style" |
Requires-Dist: |
flake8; extra == "code-style" |
Requires-Dist: |
h5py |
Requires-Dist: |
isort; extra == "code-style" |
Requires-Dist: |
matplotlib; extra == "test" or extra == "smt" |
Requires-Dist: |
numpy (>=1.10.0) |
Requires-Dist: |
numpydoc; extra == "docs" |
Requires-Dist: |
openmdao (<4.0,>=3.25); extra == "docs" or extra == "test" or extra == "om" |
Requires-Dist: |
pydata-sphinx-theme; extra == "docs" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-testmon; extra == "test" |
Requires-Dist: |
scikit-learn; extra == "test" or extra == "smt" or extra == "tf" |
Requires-Dist: |
smt (<3.0.0,>=2.0.1); extra == "test" or extra == "smt" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
sphinx-copybutton; extra == "docs" |
Requires-Dist: |
sphinx-sitemap; extra == "docs" |
Requires-Dist: |
sphinx_design; extra == "docs" |
Requires-Dist: |
tensorflow (<3.0.0,>=2.10.0); extra == "test" or extra == "tf" |
Requires-Dist: |
tensorflow-intel (<3.0.0,>=2.10.0); sys_platform == "win32" and (extra == "test" or extra == "tf") |
Requires-Dist: |
tensorflow-io-gcs-filesystem (<0.32.0); (python_version >= "3.9" and python_version < "3.12" and platform_system == "Windows") and (extra == "test" or extra == "tf") |
Requires-Dist: |
tensorflow-io-gcs-filesystem (>=0.23.1); (platform_machine != "arm64" and python_version >= "3.9" and python_version < "3.12" or platform_system != "Darwin" and python_version >= "3.9" and python_version < "3.12") and (extra == "test" or extra == "tf") |
Requires-Dist: |
tomli (<3.0.0,>=2.0.1); python_version < "3.11" and extra == "test" |
Requires-Dist: |
torch (<3.0.0,>=2.0.0); extra == "test" or extra == "torch" |
Provides-Extra: |
code-style |
Provides-Extra: |
docs |
Provides-Extra: |
om |
Provides-Extra: |
smt |
Provides-Extra: |
test |
Provides-Extra: |
tf |
Provides-Extra: |
torch |
Description-Content-Type: |
text/markdown |