Skip to content

Commit 331ddd4

Browse files
committed
updated dependencies
1 parent 684d0b8 commit 331ddd4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ build:
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

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx==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
33
matplotlib
44
numpydoc
55
sphinx-math-dollar

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packaging
22
appdirs>=1.4.4
3-
numpy<2.0.0 # Because slycot doesn't support Numpy 2, yet.
3+
numpy
44
scipy>=1.7.1
55
sympy>=1.10.1
66
matplotlib>=3.7.0

0 commit comments

Comments
 (0)