Commit 28d30b6
authored
SNOW-2444540: Cap scipy<=1.16.0 in tests temporarily. (#3937)
Snowflake can't find scipy>1.16.0 for UDFs with python >=3.11.
This change fixes some doctests according to this check:
```bash
PYTHON_VERSION=3.11 python -m tox -r -e "py${PYTHON_VERSION}-doctest-snowparkpandasdoctest-modin-ci" -- -k "apply or map or transform"
```
Signed-off-by: sfc-gh-mvashishtha <[email protected]>1 parent 103e55d commit 28d30b6
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
| |||
0 commit comments