Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Jul 25, 2024
1 parent 037c462 commit ff87282
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# 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:
# "create_target_machine() got an unexpected keyword argument 'jitdebug'"
# 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

0 comments on commit ff87282

Please sign in to comment.