Skip to content

v2.2.1

Latest
Compare
Choose a tag to compare
@shchen-idmod shchen-idmod released this 16 Jul 21:15
· 1 commit to main since this release
861e574

Hot Fix Release for idmtools: Dependency Update

πŸ“ idmtools_platform_container
Replaced previous ##2541 wrong dependency on idmtools with more modular dependency on idmtools_platform_general.

πŸ“ idmtools_platform_slurm
Replaced previous wrong dependency on idmtools with more modular dependency on idmtools_platform_general.

Note:
Users can still install related platform packages using extras with the following commands:
pip install idmtools[container] --index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
pip install idmtools[slurm] --index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
This ensures that all required dependencies for the container or slurm platforms are included automatically.