Hi,

Am 07.07.23 um 00:02 schrieb DimStar / Dominique Leuenberger:

- python-pandas: Uninstallable: nothing provides python310-Bottleneck >= 1.3.2 needed by python310-pandas-all-2.0.2.noarch

Where is this coming from?

skylab:/home/ben # zypper info --requires python310-pandas-all
Loading repository data...
Reading installed packages...


Information for package python310-pandas-all:
---------------------------------------------
Repository     : Haupt-Repository (OSS)
Name           : python310-pandas-all
Version        : 2.0.2-4.1
Arch           : noarch
Vendor         : openSUSE
Installed Size : 11.7 KiB
Installed      : No
Status         : not installed
Source package : python-pandas-2.0.2-4.1.src
Upstream URL   : https://pandas.pydata.org/
Summary        : The python pandas[all] extra
Description    :  
   This package provides most the [all] extra for python-pandas

   Some requirements defined in the PyPI package are left out
   because they are not available as openSUSE RPM packages:

     * pandas-gbq
     * pyxlsb
     * s3fs

   You can install them directly through `pip3 install --user`, if needed.
Requires       : [35]
   python310-blosc
   python310-pandas = 2.0.2
   python310-SQLAlchemy >= 1.4.16
   python310-html5lib >= 1.1
   python310-lxml >= 4.6.3
   python310-pytest >= 7.0.0
   python310-xarray >= 0.21.0
   python310-pyarrow >= 7.0.0
   python310-Bottleneck >= 1.3.2
   python310-Jinja2 >= 3.0.0
   python310-PyMySQL >= 1.0.2
   python310-PyQt5 >= 5.15.1
   python310-QtPy >= 2.2.0
   python310-XlsxWriter >= 1.4.3
   python310-beautifulsoup4 >= 4.9.3
   python310-brotlipy >= 0.7.0
   python310-fsspec >= 2021.07.0
   python310-hypothesis >= 6.34.2
   python310-matplotlib >= 3.6.1
   python310-numba >= 0.53.1
   python310-odfpy >= 1.4.1
   python310-openpyxl >= 3.0.7
   python310-psycopg2 >= 2.8.6
   python310-pyreadstat >= 1.1.2
   python310-pytest-asyncio >= 0.17.0
   python310-pytest-xdist >= 2.2.0
   python310-python-snappy >= 0.6.0
   python310-scipy >= 1.7.1
   python310-tables >= 3.6.1
   python310-tabulate >= 0.8.9
   python310-xlrd >= 2.0.1
   python310-zstandard >= 0.15.2
   python310-fastparquet >= 0.6.3
   python310-gcsfs >= 2021.07.0
   python310-numexpr >= 2.7.3

skylab:/home/ben # zypper info --provides python310-Bottleneck
Loading repository data...
Reading installed packages...


Information for package python310-Bottleneck:
---------------------------------------------
Repository     : Haupt-Repository (OSS)
Name           : python310-Bottleneck
Version        : 1.3.7-1.4
Arch           : x86_64
Vendor         : openSUSE
Installed Size : 525.3 KiB
Installed      : No
Status         : not installed
Source package : python-Bottleneck-1.3.7-1.4.src
Upstream URL   : https://github.com/pydata/bottleneck
Summary        : A collection of fast NumPy array functions
Description    :  
   Bottleneck is a collection of fast NumPy array functions written in C.
Provides       : [4]
   python3dist(bottleneck) = 1.3.7
   python3.10dist(bottleneck) = 1.3.7
   python310-Bottleneck = 1.3.7-1.4
   python310-Bottleneck(x86-64) = 1.3.7-1.4


`zypper in python310-pandas-all` correctly resolves the dependencies and would install python310-Bottleneck on my TW machine.


- Ben