Skip to content

Commit 452dbbf

Browse files
authored
pin sunpy (#154)
1 parent 0e4a334 commit 452dbbf

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.2.1 (2023-11-27)
2+
==================
3+
4+
Breaking Changes
5+
----------------
6+
7+
- Due to an incompatibility between ``pffspy`` and ``sunpy`` 5.1.0, `sunkit-pyvista` is not compatible with ``sunpy`` 5.1.0.
8+
The ``sunpy`` version is pinned for the time being.
9+
110
0.2.0 (2023-11-17)
211
==================
312

@@ -12,7 +21,6 @@ Breaking Changes
1221
* Minimum ``pfsspy`` version is now 1.1.2. (`#116 <https://github.com/sunpy/sunkit-pyvista/pull/116>`__)
1322
- Default ``line_width`` for :meth:`~sunkit_pyvista.plotter.SunpyPlotter.plot_field_lines` has been reduced to 2, from 5. (`#117 <https://github.com/sunpy/sunkit-pyvista/pull/117>`__)
1423

15-
1624
Internal Changes
1725
----------------
1826

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sunkit-pyvista Documentation
55
`sunkit-pyvista` is a python package for visualizing solar physics data in 3D.
66
It is built on top of the `pyvista` package, which itself is built as a Python interface to VTK.
77

8+
.. warning::
9+
10+
Due to an incompatibility between ``pffspy`` and ``sunpy`` 5.1.0, `sunkit-pyvista` is not compatible with ``sunpy`` 5.1.0.
11+
The ``sunpy`` version is pinned for the time being.
12+
813
.. toctree::
914
:maxdepth: 2
1015

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ setup_requires =
3636
install_requires =
3737
pfsspy>=1.1.2
3838
pyvista[all]>= 0.38.4
39-
sunpy[map]>=5.0.0
39+
sunpy[map]>=5.0.0,<5.1.0
4040

4141
[options.extras_require]
4242
tests =

0 commit comments

Comments
 (0)