File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313pandas >= 1.5.2
1414dask [distributed ]
1515psutil
16- ray ; python_version < "3.13"
16+ ray
1717s3fs
1818firefly-client >= 3.2.0
1919jupyter-firefly-extensions
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments