Unverified Commit d442ad18 authored by anj-s's avatar anj-s Committed by GitHub
Browse files

remove numpy requirement for install and add it only for tests (#732)

parent 91c7dd05
......@@ -19,3 +19,6 @@ parameterized >= 0.8.1
# For torch.cuda.list_gpu_processes()
pynvml == 8.0.4
# For mypy typing
numpy >= 1.21
# FairScale should only depends on torch, not things higher level than torch.
torch >= 1.6.0
numpy >= 1.21
\ No newline at end of file
torch >= 1.6.0
\ No newline at end of file
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