File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111pandas >= 1.5.2
1212dask [distributed ]
1313psutil
14- ray
14+ ray ; python_version < "3.13"
1515s3fs
1616firefly-client >= 3.2.0
1717jupyter-firefly-extensions
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ 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'
5052 !buildhtml: bash -c ' if [[ $CI == true ]]; then cat ignore_gha_testing >> ignore_testing; fi'
5153 !buildhtml: bash -c ' find tutorials -name "*.md" | grep -vf ignore_testing | xargs jupytext --to notebook '
5254
You can’t perform that action at this time.
0 commit comments