Skip to content

Commit 5ec3b97

Browse files
authored
Merge branch 'gold/2021' into master
2 parents ab56ff0 + 0e47d76 commit 5ec3b97

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ requirements:
2222
- cython
2323
- python
2424
- scikit-build
25-
- numpy
25+
- numpy 1.19
2626
- wheel
2727
run:
2828
- python
2929
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
3030
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
31-
- dpcpp-cpp-rt >=2022.2 # [py>39]
31+
- dpcpp-cpp-rt >=2023.0.0,<2024.0a0 # [py>39]
3232

3333
test:
3434
requires:

dpctl/tensor/_ctors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ def _get_arange_length(start, stop, step):
524524

525525
def arange(
526526
start,
527-
/,
528527
stop=None,
529528
step=1,
530529
*,

0 commit comments

Comments
 (0)