diff --git a/environment.yml b/environment.yml index a35b55607cc7b1df6c52a50618fe956e4ff274c7..cdaf4cf69186fdd3f7b9ffaf8f9c3202ca7ab67d 100644 --- a/environment.yml +++ b/environment.yml @@ -1,23 +1,24 @@ -# Packages required to build a Docker image for Binder name: pyhpc channels: + - defaults - conda-forge dependencies: - - python + - python=3.7 - pip - - libblas=*=*mkl + #- libblas=*=*mkl + - mkl - numpy - scipy - cython - pybind11 - - numba - matplotlib + - pandas - line_profiler - gcc_linux-64 - gxx_linux-64 - gfortran_linux-64 + - numba - mpich - mpi4py - hdf5=*=mpi* - h5py=*=mpi* - - pandas