Skip to content

Commit b3ae970

Browse files
committed
docs: Update dependency versions in INSTALL.md
Signed-off-by: Larry Gritz <[email protected]>
1 parent 16617e0 commit b3ae970

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

INSTALL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Dependencies
1919
OSL requires the following dependencies or tools.
2020
NEW or CHANGED dependencies since the last major release are **bold**.
2121

22-
* Build system: [CMake](https://cmake.org/) **3.15 or newer** (tested through 3.29)
22+
* Build system: [CMake](https://cmake.org/) **3.15 or newer** (tested through 3.31)
2323

2424
* A suitable C++14 or C++17 compiler to build OSL itself, which may be any of:
2525
- GCC 6.1 or newer (tested through gcc 12.1)
@@ -28,7 +28,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.
2828
- Intel C++ compiler icc version 17 or newer or LLVM-based icx compiler
2929
version 2022 or newer.
3030

31-
* **[OpenImageIO](http://openimageio.org) 2.4 or newer** (tested through 2.5 and main)
31+
* **[OpenImageIO](http://openimageio.org) 2.4 or 2.5** (tested through 2.5.17)
3232

3333
OSL uses OIIO both for its texture mapping functionality as well as
3434
numerous utility classes. If you are integrating OSL into an existing
@@ -55,9 +55,9 @@ NEW or CHANGED dependencies since the last major release are **bold**.
5555
* [Cuda](https://developer.nvidia.com/cuda-downloads) 9.0 or higher. It is
5656
recommended that you use 11.0 or higher.
5757

58-
* [Boost](https://www.boost.org) 1.55 or newer (tested through boost 1.85)
58+
* [Boost](https://www.boost.org) 1.55 or newer (tested through boost 1.86)
5959
* [Ilmbase or Imath](https://github.com/AcademySoftwareFoundation/Imath) 2.4
60-
or newer (recommended: 3.1 or higher; tested through 3.2)
60+
or newer (recommended: 3.1 or higher; tested through Imath 3.1)
6161
NOTE: OSL 1.13.x is the last release family that will support
6262
Imath/OpenEXR 2.x.
6363
* [Flex](https://github.com/westes/flex) 2.5.35 or newer and
@@ -71,9 +71,9 @@ NEW or CHANGED dependencies since the last major release are **bold**.
7171
be operative.
7272
* (optional) Python: If you are building the Python bindings or running the
7373
testsuite:
74-
* Python >= 2.7 (tested against 2.7, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12)
74+
* Python >= 2.7 (tested against 2.7, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13)
7575
NOTE: OSL 1.13.x is the last release family that will support Python 2.7.
76-
* pybind11 >= 2.4.2 (Tested through 2.12. Note that pybind11 v2.10+ does
76+
* pybind11 >= 2.4.2 (Tested through 2.13. Note that pybind11 v2.10+ does
7777
not support Python < 3.6.)
7878
* NumPy
7979
* (optional) Qt5 >= 5.6 or Qt6 (tested Qt5 through 5.15 and Qt6 through 6.7).

0 commit comments

Comments
 (0)