Skip to content

Commit 40f9489

Browse files
authored
Update README.md
1 parent 6dcfe05 commit 40f9489

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ stpyvista(plotter, key="pv_cube")
9191
****
9292

9393
### 🚩 Known issues
94-
95-
- [Buggy colormaps](https://github.com/edsaac/stpyvista/issues/19) when using `panel==1.4.0`. This issue is reported in the panel repository (see [issue](https://github.com/holoviz/panel/issues/6627)). Current solution is to pin `panel==1.3.8`.
96-
- [`NSInternalInconsistencyException`](https://github.com/edsaac/stpyvista/issues/14) thrown when running on macOS. Current solution is to deploy using a VM.
97-
- [`RuntimeError`](https://github.com/edsaac/stpyvista/issues/17) thrown when running Python 3.9. Upgrading to `panel==1.4.0` fixes this issue but it breaks colormap colors. Current solution is to run with Python 3.10 or higher.
98-
- [`cmocean==4.0.1`](https://github.com/matplotlib/cmocean/releases/tag/v4.0.1) will raise an exception while trying to register its colormaps to matplotlib, making PyVista to crash. Current solution is to pin the version to `cmocean==3.1.3` while the issue is fixed.
94+
- [ ] [`NSInternalInconsistencyException`](https://github.com/edsaac/stpyvista/issues/14) thrown when running on macOS. Current solution is to deploy using a VM.
95+
- [ ] [`RuntimeError`](https://github.com/edsaac/stpyvista/issues/17) thrown when running Python 3.9. Upgrading to `panel>=1.4.0` fixes this issue. Alternatively, run using Python 3.10 or higher.
96+
- [x] [Buggy colormaps](https://github.com/edsaac/stpyvista/issues/19) when using `panel==1.4.0`. This [issue](https://github.com/holoviz/panel/issues/6627) was fixed with `panel==1.4.1`.
97+
- [x] [`cmocean==4.0.1`](https://github.com/matplotlib/cmocean/releases/tag/v4.0.1) will raise an exception while trying to register its colormaps to matplotlib, making PyVista to crash. This [issue](https://github.com/matplotlib/cmocean/issues/107) was fixed in `cmocean==4.0.3`.
9998
****
10099

101100
### 🍏 Also check

0 commit comments

Comments
 (0)