requirements.txt 356 Bytes
Newer Older
1
# FairScale should only depends on torch, not things higher level than torch.
Min Xu's avatar
Min Xu committed
2
# Note1: setup.py automatically reads this file to setup install-time dependencies.
3
4
# Note2: we use >= in this file but == in requirements-dev.txt for determinism
#        in testing.
Min Xu's avatar
Min Xu committed
5
# Note3: update docs/requirements.txt if you change this file.
6
torch >= 1.8.0
7
numpy >= 1.22.0