File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 numpy : " 2.3"
134134 - python : " 3.13"
135135 numpy : " 2.3"
136- continue-on-error : ${{ matrix.experimental }}
136+
137137 env :
138138 CHANNELS : -c conda-forge --override-channels
139139
@@ -206,7 +206,7 @@ jobs:
206206 numpy : " 2.3"
207207 - python : " 3.13"
208208 numpy : " 2.3"
209- continue-on-error : ${{ matrix.experimental }}
209+
210210 env :
211211 CHANNELS : -c conda-forge --override-channels
212212
Original file line number Diff line number Diff line change 1- {% set version = "1.3.0 " %}
1+ {% set version = "1.4.0dev0 " %}
22{% set buildnumber = 0 %}
33
44package :
Original file line number Diff line number Diff line change 99project = 'mkl_random'
1010copyright = '2017-2025, Intel Corp.'
1111author = 'Intel Corp.'
12- release = '1.3.0 '
12+ release = '1.4.0dev0 '
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1- __version__ = '1.3.0 '
1+ __version__ = '1.4.0dev0 '
You can’t perform that action at this time.
0 commit comments