Bug 46326 - Update to 1.3.1
Summary: Update to 1.3.1
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-scikit-learn (show other bugs)
Version: unstable
Hardware: all Linux
: P5 minor
Assignee: Grigory Ustinov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-31 09:26 MSK by Anton Zhukharev
Modified: 2023-10-27 17:34 MSK (History)
19 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Zhukharev 2023-05-31 09:26:11 MSK

    
Comment 1 Vitaly Lipatov 2023-08-01 00:58:01 MSK
Уже scikit-learn 1.3.0

С текущей версией у меня сомнительные ошибки вида
/usr/lib64/python3/site-packages/sklearn/datasets/_twenty_newsgroups.py:45: in <module>
    from ..feature_extraction.text import CountVectorizer
/usr/lib64/python3/site-packages/sklearn/feature_extraction/__init__.py:9: in <module>
    from .image import img_to_graph, grid_to_graph
/usr/lib64/python3/site-packages/sklearn/feature_extraction/image.py:172: in <module>
    dtype=np.int):
/usr/lib64/python3/site-packages/numpy/__init__.py:319: in __getattr__
    raise AttributeError(__former_attrs__[attr])
E   AttributeError: module 'numpy' has no attribute 'int'.
Comment 2 Stanislav Levin 2023-08-01 11:51:11 MSK
Ожидаемые ошибки при обновлении numpy 1.25.

Я не стал трогать scikit-learn, так как на тот момент уже было сборочное задание с ним: https://packages.altlinux.org/en/tasks/324295/

Исправлено в 0.24.0.
https://github.com/scikit-learn/scikit-learn/pull/17687
Comment 3 Repository Robot 2023-10-27 17:34:19 MSK
python3-module-scikit-learn-1.3.0-alt1 -> sisyphus:

 Fri Oct 27 2023 Grigory Ustinov <grenka@altlinux> 1.3.0-alt1
 - Automatically updated to 1.3.0 (Closes: #46326).