Metadata-Version: |
2.1 |
Name: |
surrogates_interface |
Version: |
4.2.0 |
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.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Requires-Python: |
>=3.10,<3.13 |
Requires-Dist: |
black (<25.0.0,>=24.0.0); extra == "code-style" |
Requires-Dist: |
codespell (<3.0.0,>=2.0.0); extra == "code-style" |
Requires-Dist: |
flake8 (<8.0.0,>=7.0.0); extra == "code-style" |
Requires-Dist: |
h5py (<4.0.0,>=3.10.0) |
Requires-Dist: |
isort (<6.0.0,>=5.0.0); extra == "code-style" |
Requires-Dist: |
keras (<4.0.0,>=3.0.0); extra == "tf" or extra == "torch" |
Requires-Dist: |
matplotlib (<4.0.0,>=3.8.0); extra == "test" or extra == "smt" |
Requires-Dist: |
numpy (>=1.10.0) |
Requires-Dist: |
numpydoc (<2.0.0,>=1.8.0); 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 (<9.0.0,>=8.0.0); extra == "test" |
Requires-Dist: |
pytest-cov (<7.0.0,>=6.0.0); extra == "test" |
Requires-Dist: |
scikit-learn (<2.0.0,>=1.4.0); extra == "test" or extra == "smt" or extra == "tf" or extra == "torch" |
Requires-Dist: |
smt (<3.0.0,>=2.0.1); extra == "test" or extra == "smt" |
Requires-Dist: |
sphinx (<9.0.0,>=8.0.0); extra == "docs" |
Requires-Dist: |
sphinx-copybutton; extra == "docs" |
Requires-Dist: |
sphinx-sitemap (<3.0.0,>=2.0.0); 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.10" 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.10" and python_version < "3.12" or platform_system != "Darwin" and python_version >= "3.10" 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 |