[test] setup.py dependency testing (#1045)
* [fix]: experimental import fix
* [test]: catch issue #1042 in the future
* revert trigger for failure
* add numpy dep for users
Co-authored-by:
Min Xu <min.xu.public@gmail.com>
Showing
| # FairScale should only depends on torch, not things higher level than torch. | # FairScale should only depends on torch, not things higher level than torch. | ||
| # Note1: setup.py automatically reads this file to setup install time dependencies. | |||
| # Note2: we use >= in this file but == in requirements-dev.txt for determinism | |||
| # in testing. | |||
| torch >= 1.8.0 | torch >= 1.8.0 | ||
| numpy >= 1.22.0 |
Please register or sign in to comment