Dear all, My colleagues and I use PyOpenCL as part of an cell-based modelling program (Tim Rudge's CellModeller, here <http://haselofflab.github.io/CellModeller/> ).
We would like to use CellModeller alongside a PDE Solver (FEniCS <https://fenicsproject.org/>), whose NumPy requirements (>=1.13) conflict with those of PyOpenCL (1.9). Is it possible to make PyOpenCL compatible with later NumPy versions? Here's the conflict in my conda environment: $ conda install numpy=1.13 Solving environment: failed UnsatisfiableError: The following specifications were found to be in conflict: - numpy=1.13 - pyopencl -> numpy=1.9.2 Use "conda info <package>" to see the dependencies for each package. It looks like even the latest version of PyOpenCL (2018.2.2) still only uses NumPy 1.9.3. What scope is there for overcoming this compatibility issue? Many thanks and best wishes, W Dr. William P J Smith _____________________________________________ Postdoctoral researcher, Foster lab, University of Oxford
_______________________________________________ PyOpenCL mailing list -- pyopencl@tiker.net To unsubscribe send an email to pyopencl-le...@tiker.net