Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions test/python_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# note: version requirements are indicative and tests # should be able to run with
# note: version requirements are indicative and tests should be able to run with
# older versions of our dependencies, though it is not guaranteed.

# minimally require last versions available for Python 2.7
numpy>=1.16.6
matplotlib>=2.2.5
scipy>=1.2.3

# note that no version of inifix supports Python older than 3.6
# minimally require earliest versions available for Python 3.10
numpy>=1.21.1
matplotlib>=3.5.0
scipy>=1.7.2
inifix>=0.11.2

pybind11 >= 3.0.4
# To run the test suite, we can use pytest, mostly any version
# 6.0 is the one available on system available on debian-11
Expand Down
Loading