Skip to content

Commit

Permalink
Add posix_ipc to dev requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
scttl committed Jul 6, 2015
1 parent 5e77260 commit 54124dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ifeq ($(DEV), 0)
NOSE_ATTRS := $(NOSE_ATTRS),'!dev'
else
INSTALL_REQUIRES := $(INSTALL_REQUIRES) 'nose>=1.3.0' 'Pillow>=2.5.0' \
'flake8>=2.2.2' 'pep8-naming>=0.2.2' 'sphinx>=1.2.2' \
'flake8>=2.2.2' 'pep8-naming>=0.2.2' 'sphinx>=1.2.2' 'posix_ipc>=1.0.0' \
'sphinxcontrib-napoleon>=0.2.8' 'scikit-learn>=0.15.2' 'matplotlib>=1.4.0' \
'git+https://github.com/NervanaSystems/imgworker.git\#egg=imgworker>=0.2.5'
endif
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def run(self):
'pep8-naming>=0.2.2',
'Pillow>=2.5.0',
'sphinx>=1.2.2',
'posix_ipc>=1.0.0',
'sphinxcontrib-napoleon' +
'>=0.2.8',
'scikit-learn>=0.15.2',
Expand Down

0 comments on commit 54124dc

Please sign in to comment.