Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 2064884 Details for
Bug 2334210
Review Request: python-einops - Deep learning operations reinvented
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 8449783 to 8474966
spec-from-8449783-to-8474966.diff (text/plain), 1.62 KB, created by
Fedora Review Service
on 2025-01-06 14:32:57 UTC
(
hide
)
Description:
The .spec file difference from Copr build 8449783 to 8474966
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2025-01-06 14:32:57 UTC
Size:
1.62 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/8449783 >+++ https://copr.fedorainfracloud.org/coprs/build/8474966 >@@ -1,5 +1,8 @@ > %global pypi_name einops > %global pypi_version 0.8.0 >+ >+# pips to test, use mock --enable-network >+%bcond_with test > > Name: python-%{pypi_name} > Version: %{pypi_version} >@@ -14,6 +17,11 @@ > > BuildRequires: python3-devel > BuildRequires: python3dist(numpy) >+BuildRequires: python3dist(nbformat) >+BuildRequires: python3dist(nbconvert) >+BuildRequires: python3dist(parameterized) >+BuildRequires: python3dist(pillow) >+BuildRequires: python3dist(pytest) > BuildRequires: python3dist(torch) > > %description >@@ -41,6 +49,22 @@ > rm einops/layers/paddle.py > rm einops/layers/tensorflow.py > >+# Do not use a bare python in the test >+sed -i -e 's@python -m@%__python3 -m@' test.py >+# Remove some tests >+# if sys.version_info >= (3, 13): >+# > raise RuntimeError("Dynamo is not supported on Python 3.13+") >+# E RuntimeError: Dynamo is not supported on Python 3.13+ >+rm tests/test_other.py >+rm tests/test_ops.py >+rm tests/test_examples.py >+# def test_pack_unpack_array_api(): >+# from einops import array_api as AA >+#> import numpy.array_api as xp >+#E ModuleNotFoundError: No module named 'numpy.array_api' >+rm tests/test_packing.py >+rm tests/test_notebooks.py >+ > %generate_buildrequires > %pyproject_buildrequires -t > >@@ -53,6 +77,10 @@ > > %check > %pyproject_check_import >+%if %{with test} >+export PYTHONPATH=$PYTHONPATH:%{buildroot}%{python3_sitelib}/%{pypi_name} >+%__python3 test.py torch >+%endif > > %files -n python3-%{pypi_name} -f %{pyproject_files} > %doc README.md
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2334210
: 2064884 |
2065094
|
2065603