Skip to content

Commit dca9722

Browse files
Reverting 5ec3b97
gold/2021 has no business being in master
1 parent 5ec3b97 commit dca9722

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 1.19
25+
- numpy
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 >=2023.0.0,<2024.0a0 # [py>39]
31+
- dpcpp-cpp-rt >=2022.2 # [py>39]
3232

3333
test:
3434
requires:

dpctl/tensor/_ctors.py

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

525525
def arange(
526526
start,
527+
/,
527528
stop=None,
528529
step=1,
529530
*,

0 commit comments

Comments
 (0)