Revert "Temporarily test with latest numpy v1.24.0rc"

This reverts commit eb0e3c5006.
This commit is contained in:
Adriane Boyd 2022-12-08 15:15:37 +01:00
parent 362279708d
commit 262b1deb3f

View File

@ -100,8 +100,6 @@ steps:
- script: |
python -m pip install -U -r requirements.txt
# TEMP: upgrade to latest prerelease numpy for testing
python -m pip install -U --pre numpy
displayName: "Install test requirements"
- script: |