brave-hair-402
04/04/2024, 11:36 AMplatform_system
recognized by Pants (and by extension, pip) within my project's configuration. I'm currently facing a challenge in upgrading TensorFlow from version 2.15 to 2.16. This upgrade is essential for my project as I need to move from Python 3.12 to Python 3.11, but TensorFlow 2.15 does not support Python 3.12.
The issue becomes apparent when I attempt to generate the lockfile, as for platform_system == "Linux"
and either platform_machine == "aarch64"
or platform_machine == "arch64"
, there's a dependency on tensorflow-cpu-aws
, which hasn't been updated to support TensorFlow 2.16.
However, the aarch64
and arch64
platforms are not relevant to my use case. Is there a way to bypass or exclude these specific platform checks to facilitate the TensorFlow update?
Thank you in advance for your assistance!curved-manchester-66006
04/04/2024, 9:32 PMsys_platform != 'darwin' or platform_machine != 'arm64'
etc?brave-hair-402
04/05/2024, 2:42 PMrhythmic-night-12034
04/24/2024, 6:38 PMrhythmic-night-12034
04/24/2024, 7:28 PMbrave-hair-402
04/24/2024, 7:31 PM