Unable to deploy an app

× No solution found when resolving dependencies:
  ╰─▶ Because tensorflow==2.15.0 has no wheels are available with a matching
      Python ABI and you require tensorflow==2.15.0, we can conclude that the
      requirements are unsatisfiable.

Two options:

  • Try removing the version pins so that pip can resolve your dependency versions more freely.
  • Rebuild your dependency file from a known, valid environment. The error suggests you have incompatible versions in the file. If this previously worked, it’s possible that one of your dependencies had a version that was yanked or deleted.