Skip to content

Commit

Permalink
Make dev requirements a subset of test instead of superset, fix cytho…
Browse files Browse the repository at this point in the history
…n version reference
  • Loading branch information
mcfletch committed Jan 6, 2021
1 parent 7e81f4e commit e70d506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions accelerate/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tox
cython>=28
cython>=0.28
numpy
-r ./test-requirements.txt
1 change: 1 addition & 0 deletions accelerate/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pygame
pytest
-r ./requirements.txt
-r ./dev-requirements.txt
-e ../

0 comments on commit e70d506

Please sign in to comment.