Commit ff39ad3f by Henry Schreiner Committed by Henry Schreiner

ci: include scipy for tests

parent 249a13bd
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
numpy; platform_python_implementation!="PyPy" or sys_platform!="darwin" or python_version<"3.0" numpy; platform_python_implementation!="PyPy" or sys_platform!="darwin" or python_version<"3.0"
numpy<1.19; platform_python_implementation=="PyPy" and sys_platform=="darwin" and python_version>="3.0" numpy<1.19; platform_python_implementation=="PyPy" and sys_platform=="darwin" and python_version>="3.0"
pytest pytest
scipy; (platform_python_implementation!="PyPy" or sys_platform!="darwin") and python_version<"3.9"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment