Skip to content

Commit 8781546

Browse files
committed
MAINT: ray now has a py3.13 compatible release
1 parent f2a1269 commit 8781546

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.binder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hpgeom
1313
pandas>=1.5.2
1414
dask[distributed]
1515
psutil
16-
ray ; python_version < "3.13"
16+
ray
1717
s3fs
1818
firefly-client>=3.2.0
1919
jupyter-firefly-extensions

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ commands =
4747
# too due to issues with e.g. multiprocessing and problems in upstream dependency
4848
!buildhtml: bash -c 'if python -c "import platform; print(platform.platform())" | grep -i macos; then cat ignore_osx_testing >> ignore_testing; fi'
4949
!buildhtml: bash -c 'if python -c "import platform; print(platform.platform())" | grep -i win; then cat ignore_windows_testing >> ignore_testing; fi'
50-
# ray is not yet python 3.13 compatible
51-
!buildhtml: bash -c 'if python -c "import sys; print(sys.version)" | grep 3.13; then echo Parallelize_Convolution.md >> ignore_testing; fi'
5250

5351
!buildhtml: bash -c 'if [[ $CI == true ]]; then cat ignore_gha_testing >> ignore_testing; fi'
5452

0 commit comments

Comments
 (0)