py-dask: use py-jinja2 versions from 2.10.3 (#39631)
In depends_on py-jinja2, use versions from 2.10.3, instead of strict equality, according to the pyproject.toml of dask 2023.4.1
This commit is contained in:
		| @@ -103,7 +103,7 @@ class PyDask(PythonPackage): | |||||||
|     depends_on("py-bokeh@2.4.2:2", type=("build", "run"), when="@2022.10.2:2023.3 +diagnostics") |     depends_on("py-bokeh@2.4.2:2", type=("build", "run"), when="@2022.10.2:2023.3 +diagnostics") | ||||||
|     depends_on("py-bokeh@2.4.2:", type=("build", "run"), when="@2023.4.0: +diagnostics") |     depends_on("py-bokeh@2.4.2:", type=("build", "run"), when="@2023.4.0: +diagnostics") | ||||||
|     depends_on("py-jinja2", type=("build", "run"), when="@2022.10.2: +diagnostics") |     depends_on("py-jinja2", type=("build", "run"), when="@2022.10.2: +diagnostics") | ||||||
|     depends_on("py-jinja2@2.10.3", type=("build", "run"), when="@2023.4.0: +diagnostics") |     depends_on("py-jinja2@2.10.3:", type=("build", "run"), when="@2023.4.0: +diagnostics") | ||||||
| 
 | 
 | ||||||
|     # Requirements for dask.delayed |     # Requirements for dask.delayed | ||||||
|     # The dependency on py-cloudpickle is non-optional starting version 2021.3.1 |     # The dependency on py-cloudpickle is non-optional starting version 2021.3.1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 LydDeb
					LydDeb