Transitive dependencies of Simulation Generator are not installed by pip when running pip install -r requirements.txt. Some of those are shared with LiNumPy.
Also, some required binaries are not documented.
To do
[x] Add the transitive dependencies shared between Simulation Generator and LiNumPy to requirements.txt
[x] Add the rest of the transitive dependencies of Simulation Generator in a new requirement file and link it in requirements.txt
[x] Document the following required binaries
[x] MPI
[x] libXML2
[x] Install the required binaries in the appropriate GitHub workflows
Description
Transitive dependencies of Simulation Generator are not installed by
pip
when runningpip install -r requirements.txt
. Some of those are shared with LiNumPy.Also, some required binaries are not documented.
To do
requirements.txt
requirements.txt
References
Dependencies
None