From ff872820d4af49feda975a2b9fd90f70d5082b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20M=C3=A4ki?= Date: Thu, 25 Jul 2024 20:04:55 +0300 Subject: [PATCH] Update requirements --- requirements-dev.txt | 12 ++++++------ requirements.txt | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1c817231..2aec1ab4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,16 +1,16 @@ # The dependency files could be combined with the line below, but this would double-install packages # if some of the packages are already installed with conda. # -r requirements.txt -allure-pytest >= 2.13.2 +allure-pytest >= 2.13.5 colorama >= 0.4.6 # pandas # For Numba system info -psutil >= 5.9.8 +psutil >= 6.0.0 pyan3 >= 1.1.1, != 1.2.0 pyinstrument >= 3.4.2, < 4.0.0 -pylint >= 3.0.1 -pytest >= 8.0.1 -pytest-cov >= 4.1.0 +pylint >= 3.2.6 +pytest >= 8.3.2 +pytest-cov >= 5.0.0 pytest-html >= 4.0.2 -pytest-xdist >= 3.3.1 +pytest-xdist >= 3.6.1 yappi >= 1.4.0 diff --git a/requirements.txt b/requirements.txt index 5cdd72a5..a70eddee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ # List of project requirements for pip # https://pip.pypa.io/en/stable/user_guide/#requirements-files -h5py >= 3.10.0 +h5py >= 3.11.0 # Intel Compile Runtime provides Intel SVML, which speeds up Numba icc-rt >= 2019.0 # As of 2023-10, this is the latest supported version on Windows and macOS intel-openmp >= 2020.0.133; sys_platform == "darwin" # For Plotly image export kaleido >= 0.2.1 -matplotlib >= 3.8.3 +matplotlib >= 3.9.1 # Numba 0.55 breaks the unit tests # https://github.com/numba/numba/issues/7751 # PyCharm does not understand a dependency if all the versions are conditional # numba != 0.55; python_version < "3.10" # numba >= 0.55.1; python_version >= "3.10" -numba >= 0.59.0 +numba >= 0.59.0, < 0.60.0 # NumbaLSODA cannot yet be compiled automatically on the GitHub Actions Windows runners numbalsoda >= 0.3.4; sys_platform != "win32" # If you're using an old version of Numba and get the error: @@ -21,9 +21,9 @@ numbalsoda >= 0.3.4; sys_platform != "win32" # then you may have to downgrade llvmlite to 0.32.1 # https://github.com/rapidsai/cuml/issues/2389#issuecomment-642645437 numpy >= 1.26.4 -orjson >= 3.9.14 -plotly >= 5.19.0 -scipy >= 1.12.0 +orjson >= 3.10.6 +plotly >= 5.23.0 +scipy >= 1.14.0 # TBB can be used to speed up Numba threading # https://numba.pydata.org/numba-doc/latest/user/threading-layer.html#which-threading-layers-are-available -tbb >= 2021.10.0 +tbb >= 2021.13.0