Closed navjotk closed 8 years ago
In trying to install devito on the yemoja cluster I realised the following:
requirements.txt
1.8
1.11
Which version of numpy do we need? Should this be added to requirements.txt? How does travis know which version of numpy to use?
Is this fixed now by PR #129?
@navjotk Is this now fixed by PR #129?
Yes it is, thanks. Closing.
In trying to install devito on the yemoja cluster I realised the following:
requirements.txt
does not list numpy as a dependency1.8
, 3 tests fail. These same tests pass on version1.11
of numpy.Which version of numpy do we need? Should this be added to requirements.txt? How does travis know which version of numpy to use?