Skip to content

Commit

Permalink
pin sunpy (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Nov 27, 2023
1 parent 0e4a334 commit 452dbbf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.2.1 (2023-11-27)
==================

Breaking Changes
----------------

- Due to an incompatibility between ``pffspy`` and ``sunpy`` 5.1.0, `sunkit-pyvista` is not compatible with ``sunpy`` 5.1.0.
The ``sunpy`` version is pinned for the time being.

0.2.0 (2023-11-17)
==================

Expand All @@ -12,7 +21,6 @@ Breaking Changes
* Minimum ``pfsspy`` version is now 1.1.2. (`#116 <https://github.com/sunpy/sunkit-pyvista/pull/116>`__)
- 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>`__)


Internal Changes
----------------

Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sunkit-pyvista Documentation
`sunkit-pyvista` is a python package for visualizing solar physics data in 3D.
It is built on top of the `pyvista` package, which itself is built as a Python interface to VTK.

.. warning::

Due to an incompatibility between ``pffspy`` and ``sunpy`` 5.1.0, `sunkit-pyvista` is not compatible with ``sunpy`` 5.1.0.
The ``sunpy`` version is pinned for the time being.

.. toctree::
:maxdepth: 2

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ setup_requires =
install_requires =
pfsspy>=1.1.2
pyvista[all]>= 0.38.4
sunpy[map]>=5.0.0
sunpy[map]>=5.0.0,<5.1.0

[options.extras_require]
tests =
Expand Down

0 comments on commit 452dbbf

Please sign in to comment.