AnacondaRecipes / scikit-learn-feedstock

A conda-smithy repository for scikit-learn.
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

scikit-learn v1.3.0 conflicts with numpy v1.26 for python 3.11 #32

Open cdeepali opened 10 months ago

cdeepali commented 10 months ago

scikit-learn v1.3.0 does not install with numpy v1.26 for python 3.11. The dependencies show:

  - numpy <1.25
  - numpy >=1.23.5,<2.0a0
scikit-learn 1.3.0 py311ha02d727_0
----------------------------------
file name   : scikit-learn-1.3.0-py311ha02d727_0.conda
name        : scikit-learn
version     : 1.3.0
build       : py311ha02d727_0
build number: 0
size        : 9.5 MB
license     : BSD-3-Clause
subdir      : linux-64
url         : https://repo.anaconda.com/pkgs/main/linux-64/scikit-learn-1.3.0-py311ha02d727_0.conda
md5         : bcf083df27b9021ca69a7d422e4bc4da
timestamp   : 2023-08-02 12:28:34 UTC
dependencies:
  - _openmp_mutex
  - joblib >=1.1.1
  - libgcc-ng >=11.2.0
  - libstdcxx-ng >=11.2.0
  - numpy <1.25
  - numpy >=1.23.5,<2.0a0
  - python >=3.11,<3.12.0a0
  - scipy >=1.5.0
  - threadpoolctl >=2.0.0

scikit-learn for other python versions does not show conflicting entry for numpy in the dependencies.