cornell-zhang / heterocl

HeteroCL: A Multi-Paradigm Programming Infrastructure for Software-Defined Heterogeneous Computing
https://cornell-zhang.github.io/heterocl/
Apache License 2.0
322 stars 92 forks source link

[CI/CD] Fix scipy version to be 1.7.2 in CI/CD #433

Closed hecmay closed 2 years ago

hecmay commented 2 years ago

For fixing issues

Fixed issue: the install script automatically chooses the latest version of scipy, and this will result in a version conflict and installation error

Detailed description: fix scipy version to be 1.7.2

Link to the tests: N/A