Skip to content

Commit

Permalink
Rebuild with numpy 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Nov 13, 2024
1 parent fcc8d0d commit f35ff96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ package_dir =
install_requires =
importlib-metadata; python_version<"3.8"
numpy>=2.0
numba
scipy>=0.12
pandas>=0.23.0
matplotlib>=1.2.0
netCDF4>=1.0.1,!=1.6.2
pygeogrids
pygeobase>=0.6.0
Expand All @@ -44,7 +44,6 @@ install_requires =
repurpose>=0.13.1
cadati>=0.0.2
Cython>=0.29.21
numba
scikit-learn
# The usage of test_requires is discouraged, see `Dependency Management` docs
# tests_require = pytest; pytest-cov
Expand All @@ -69,6 +68,7 @@ testing =
sphinx_rtd_theme
ascat>=2.0
ismn==1.3.4
matplotlib
pytest
pytest-cov
pytest-mpl
Expand Down
1 change: 0 additions & 1 deletion tests/test_validation_framework/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# -*- coding: utf-8 -*-
3 changes: 2 additions & 1 deletion tests/test_validation_framework/test_metric_calculators.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,8 +797,9 @@ def make_testdata_random():

return make_datasets(df), expected


@pytest.mark.parametrize(
"testdata_generator", [testdata_known_results, testdata_random]
"testdata_generator", [make_testdata_known_results, make_testdata_random]
)
@pytest.mark.parametrize("metrics_adapter", [MonthsMetricsAdapter]) # todo
def test_PairwiseIntercomparisonMetrics_adapted(testdata_generator,
Expand Down

0 comments on commit f35ff96

Please sign in to comment.