Skip to content

Commit

Permalink
tensorflow is incompatible with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
martenole committed Feb 12, 2024
1 parent eaf6ccd commit 64f970c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-modules-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ env:

tensorflow == 1.13.1; python_version < '3.8'
tensorflow == 2.4.1; python_version == '3.8'
tensorflow == 2.13.1; python_version >= '3.11'
tensorflow == 2.13.1; python_version == '3.11'

# See version compatibility table at https://pypi.org/project/tensorflow-metal/
tensorflow-metal == 1.0.0; sys_platform == 'darwin' and python_version >= '3.11'
tensorflow-metal == 1.0.0; sys_platform == 'darwin' and python_version == '3.11'

xgboost == 0.82; python_version < '3.8'
xgboost == 1.3.3; python_version == '3.8'
Expand Down

0 comments on commit 64f970c

Please sign in to comment.