File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - rm ~/chromedriver_linux64.zip
3838 post_install :
3939 - pip install "panel==1.3.8" # NOTE: remove it when this is solved: https://github.com/holoviz/panel/issues/6643
40- - pip install slycot
40+ - pip install --no-cache-dir slycot
4141 # - pip install "matplotlib<3.6.0"
4242 # post_build:
4343 # - cat $HOME/selenium/sphinx_k3d_screenshot.log
Original file line number Diff line number Diff line change 11sphinx == 7.2.6 # verify that builds complete with this version
2- numpy < 2.0.0 # for control plotting, because slycot doesn't support Numpy 2
2+ numpy
33matplotlib
44numpydoc
55sphinx-math-dollar
Original file line number Diff line number Diff line change 11packaging
22appdirs >= 1.4.4
3- numpy < 2.0.0 # Because slycot doesn't support Numpy 2, yet.
3+ numpy
44scipy >= 1.7.1
55sympy >= 1.10.1
66matplotlib >= 3.7.0
You can’t perform that action at this time.
0 commit comments