Skip to content

Commit

Permalink
Merge pull request #2130 from andrew-platt/f/Docs_testing
Browse files Browse the repository at this point in the history
Docs: update python modules for regression testing
  • Loading branch information
andrew-platt authored Mar 28, 2024
2 parents ea169e0 + b6849ce commit bc5617a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/source/testing/regression_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,14 @@ reported as failed. The failure criteria is outlined below.
Dependencies
------------
The following packages are required for regression testing:
The following packages are required for regression testing (see also the
``requirements.txt`` file in the root directory for the python modules):

- Python 3.7+
- Numpy
- CMake and CTest (Optional)
- Bokeh 2.4+ (Optional)
- Python >=3.7,<=3.11
- numpy
- vtk
- bokeh>=2.4,!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3 (Optional)

.. _python_driver:

Expand Down

0 comments on commit bc5617a

Please sign in to comment.