Skip to content

Commit

Permalink
Add cffi to required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jussienko committed Aug 23, 2019
1 parent 5f321e1 commit d895054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib import import_module

fail = False
required_modules = ['numpy', 'mpi4py', 'matplotlib', 'cython']
required_modules = ['numpy', 'mpi4py', 'matplotlib', 'cython', 'cffi']
for mod in required_modules:
try:
import_module(mod)
Expand Down

0 comments on commit d895054

Please sign in to comment.