Dependencies#
GEMSEO depends on the packages listed below, some of them are optional.
You may use more recent versions of these packages, but we cannot guarantee the backward compatibility. However, we provide a large set of tests with a high code coverage so that you can fully check your configuration.
See also
Fully check your configuration with Test with unit tests.
Core features#
The required dependencies provide the core features of GEMSEO,
these are defined the dependencies
entry of pyproject.toml.
The minimal dependencies will allow to execute MDO processes but not all post processing tools will be available.
Full features#
Some packages are not required to execute basic scenarios,
but provide additional features,
they are listed below.
The dependencies are independent,
and can be installed one by one to activate
the dependent features of listed in the same table.
Installing all those dependencies will provide the
full features set of GEMSEO.
All these tools are open source with non-viral licenses
(see Credits), they are defined in the all
entry of the
[project.optional-dependencies]
section of pyproject.toml.