Verified Commit abb4926c authored by Yunus Sevinchan's avatar Yunus Sevinchan
Browse files

Require utopya v1.3 pre-release

parent 5bf67c6a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ The following table includes the most important Python dependencies:

| Software                  | Version  | Comments                        |
| ------------------------- | -------- | ------------------------------- |
| [utopya](https://gitlab.com/utopia-project/utopya)   | >= 1.2   | The (outsourced) Utopia frontend package |
| [utopya](https://gitlab.com/utopia-project/utopya)   | >= 1.3   | The (outsourced) Utopia frontend package |
| [dantro](https://gitlab.com/utopia-project/dantro)   | >= 0.18  | Handle, transform, and visualize hierarchically organized data |
| [paramspace](https://gitlab.com/blsqr/paramspace)    | >= 2.5   | Makes parameter sweeps easy |

+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ if (NOT PYTHON_PACKAGE_wheel_FOUND)
endif()

# -- utopya
set(UTOPYA_REQUIRED_VERSION 1.2.0)
set(UTOPYA_REQUIRED_VERSION 1.3.0b5)

if(NOT UTOPYA_FROM_PYPI)
    set(UTOPYA_FROM_PYPI On)