Skip to content

Commit

Permalink
Merge pull request #2367 from pllim/pandas-dev
Browse files Browse the repository at this point in the history
TST: Use pandas-dev in devdeps
  • Loading branch information
pllim authored Aug 12, 2023
2 parents d731eb3 + 0890c3c commit 45b0127
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions jdaviz/configs/mosviz/tests/test_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
from numpy.testing import assert_allclose

from jdaviz.configs.specviz2d.helper import Specviz2d
from jdaviz.utils import NUMPY_LT_2_0


@pytest.mark.skipif(not NUMPY_LT_2_0, reason="https://github.com/pandas-dev/pandas/issues/54505")
def test_to_csv(tmp_path, mosviz_helper, spectrum_collection):
labels = [f"Test Spectrum Collection {i}" for i in range(5)]
mosviz_helper.load_1d_spectra(spectrum_collection, data_labels=labels, add_redshift_column=True)
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ description =
# The following provides some specific pinnings for key packages
deps =
# NOTE: Add/remove as needed
devdeps: pandas>=0.0.dev0
devdeps: scipy>=0.0.dev0
devdeps: numpy>=0.0.dev0
devdeps: astropy>=0.0.dev0
Expand Down

0 comments on commit 45b0127

Please sign in to comment.