Skip to content

Mango Ataulfo (Patch 3)

Choose a tag to compare

@silil silil released this 04 Sep 15:45
· 200 commits to master since this release

This patch fixes 2 bugs found in Triage’s Colab tutorial when using Python versions ≥ 3.12.

Bug Fixes

  • Scientific notations in random.randint functions have been changed to integers since Python versions ≥ 3.12 enforce strict integer arguments.
  • Removed plotly.express package that wasn’t being used by any module and requires newer versions of pandas and numpy that aren’t compatible with Triage’s requirements.
  • Changed version required of plotly package.