Skip to content

Commit

Permalink
sequoia fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aalkin committed Oct 30, 2024
1 parent 94c953b commit 180d68e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions python-modules-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ env:

scikit-learn == 0.20.3; python_version < '3.8'
scikit-learn == 0.24.1; python_version >= '3.8' and python_version < '3.11'
scikit-learn == 1.3.0; python_version >= '3.11'
scikit-learn == 1.3.0; python_version >= '3.11' and python_version < '3.13'
scikit-learn == 1.5.2; python_version >= '3.13'

sklearn-evaluation == 0.4; python_version < '3.9'
sklearn-evaluation == 0.5.2; python_version == '3.9'
Expand All @@ -90,9 +91,9 @@ env:
dryable == 1.0.3; python_version < '3.9'
dryable == 1.0.5; python_version >= '3.9'

pandas == 0.24.2; python_version < '3.8'
pandas == 1.2.3; python_version == '3.8'
pandas == 1.5.3; python_version >= '3.9'
# pandas == 0.24.2; python_version < '3.8'
# pandas == 1.2.3; python_version == '3.8'
# pandas == 1.5.3; python_version >= '3.9'

dask[array,dataframe,distributed] == 2023.2.0; python_version < '3.11'
dask[array,dataframe,distributed] == 2023.12.1; python_version >= '3.11'
Expand Down

0 comments on commit 180d68e

Please sign in to comment.