Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
fairscale
Commits
d442ad18
Unverified
Commit
d442ad18
authored
Jun 28, 2021
by
anj-s
Committed by
GitHub
Jun 28, 2021
Browse files
remove numpy requirement for install and add it only for tests (#732)
parent
91c7dd05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
requirements-test.txt
requirements-test.txt
+3
-0
requirements.txt
requirements.txt
+1
-2
No files found.
requirements-test.txt
View file @
d442ad18
...
@@ -19,3 +19,6 @@ parameterized >= 0.8.1
...
@@ -19,3 +19,6 @@ parameterized >= 0.8.1
# For torch.cuda.list_gpu_processes()
# For torch.cuda.list_gpu_processes()
pynvml == 8.0.4
pynvml == 8.0.4
# For mypy typing
numpy >= 1.21
requirements.txt
View file @
d442ad18
# FairScale should only depends on torch, not things higher level than torch.
# FairScale should only depends on torch, not things higher level than torch.
torch
>= 1.6.0
torch
>= 1.6.0
numpy
>= 1.21
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment