Skip to content
Snippets Groups Projects
Commit 77b7ee9c authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Reducing numbers of matplotlib and pythons

parent 2d2d0540
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@
"gmp",
"gnuplot",
"gperf",
"harfbuzz",
"hcoll",
"help2man",
"libaec",
......@@ -111,9 +112,12 @@
"libevent",
"libffi",
"libfuse",
"libgd",
"libidn2",
"libpaper",
"libpciaccess",
"libpng",
"librsvg",
"libsigsegv",
"libssh2",
"libtiff",
......@@ -145,6 +149,7 @@
"tar",
"tcl",
"texinfo",
"texlive",
"tk",
"utf8proc",
"util-linux-uuid",
......
......@@ -141,6 +141,9 @@ packages:
libxcb:
require: ['+use_spack_interpreter']
libxkbcommon:
require: ['~wayland']
libxml2:
# python depends on libxml2 this avoid cyclic dependency
require: ['~python']
......@@ -233,6 +236,10 @@ packages:
py-horovod:
require: ['frameworks=pytorch,keras,tensorflow', 'controllers=mpi', 'tensor_ops=nccl']
py-matplotlib:
require:
- '@3.3.4'
py-mpmath:
require: ['@1.2.1']
......@@ -259,6 +266,9 @@ packages:
py-setuptools:
require: ['@63.4.3']
py-virtualenv:
require: ['@20.24.5']
qt:
require: ['@5.15.2']
......
......@@ -264,6 +264,7 @@ spack:
- cpmd ~openmp
- elmerfem +mumps +openmp +hypre
- netlib-scalapack
- relion ~mklfft
- trilinos
- vtk
- yambo ++mpi io=iotk,etsf-io
......@@ -297,7 +298,6 @@ spack:
- py-tensorflow
- py-torch
- py-torchvision
- relion ~mklfft
- topaz
# -------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment