From 3fa95e4da6d0a8b643ef1651ffd5e0c852092de1 Mon Sep 17 00:00:00 2001 From: Laurent COLBOIS <lcolbois@.idiap.ch> Date: Mon, 10 May 2021 09:30:08 +0200 Subject: [PATCH] Update generation environment --- generation_env.yml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/generation_env.yml b/generation_env.yml index 62e4331..ba4c83f 100644 --- a/generation_env.yml +++ b/generation_env.yml @@ -32,6 +32,7 @@ dependencies: - bob.io.matlab=2.0.17 - bob.ip.base=2.2.6 - bob.ip.color=2.0.16 + - bob.ip.dlib=1.0.9 - bob.ip.draw=2.0.15 - bob.ip.facedetect=2.1.11 - bob.ip.flandmark=2.1.12 @@ -41,6 +42,7 @@ dependencies: - bob.learn.boosting=2.0.19 - bob.learn.em=2.1.6 - bob.learn.linear=2.1.8 + - bob.learn.tensorflow=1.2.1 - bob.math=3.1.7 - bob.measure=4.2.2 - bob.sp=2.0.16 @@ -51,6 +53,7 @@ dependencies: - bzip2=1.0.8 - c-ares=1.17.1 - ca-certificates=2021.4.13 + - cairo=1.16.0 - certifi=2020.12.5 - cffi=1.14.5 - chardet=4.0.0 @@ -71,23 +74,28 @@ dependencies: - dbus=1.13.18 - decorator=5.0.6 - defusedxml=0.7.1 + - dlib=19.7 - docopt=0.6.2 - - docutils=0.16 + - docutils=0.17 - entrypoints=0.3 - expat=2.3.0 + - ffmpeg=4.0 - fontconfig=2.13.1 + - freeglut=3.0.0 - freetype=2.10.4 - fsspec=0.9.0 - gast=0.2.2 - giflib=5.1.4 - glib=2.68.1 - google-pasta=0.2.0 + - graphite2=1.3.14 - greenlet=1.0.0 - gridtk=1.8.1 - grpcio=1.36.1 - gst-plugins-base=1.14.0 - gstreamer=1.14.0 - h5py=2.8.0 + - harfbuzz=1.8.8 - hdf5=1.10.2 - icu=58.2 - idna=2.10 @@ -102,6 +110,7 @@ dependencies: - ipython=7.22.0 - ipython_genutils=0.2.0 - ipywidgets=7.6.3 + - jasper=2.0.14 - jedi=0.17.0 - jinja2=2.11.3 - joblib=1.0.1 @@ -127,13 +136,17 @@ dependencies: - libffi=3.3 - libgcc-ng=9.1.0 - libgfortran-ng=7.3.0 + - libglu=9.0.0 - libmatio=1.5.17 + - libopencv=3.4.2 + - libopus=1.3.1 - libpng=1.6.37 - libprotobuf=3.14.0 - libsodium=1.0.18 - libstdcxx-ng=9.1.0 - libtiff=4.1.0 - libuuid=1.0.3 + - libvpx=1.7.0 - libwebp=1.0.1 - libxcb=1.14 - libxml2=2.9.10 @@ -161,6 +174,7 @@ dependencies: - numpy=1.19.2 - numpy-base=1.19.2 - olefile=0.46 + - opencv=3.4.2 - openjpeg=2.3.0 - openssl=1.1.1k - opt_einsum=3.1.0 @@ -175,6 +189,7 @@ dependencies: - pickleshare=0.7.5 - pillow=8.2.0 - pip=21.0.1 + - pixman=0.40.0 - pluggy=0.13.1 - prometheus_client=0.10.1 - prompt-toolkit=3.0.17 @@ -183,6 +198,7 @@ dependencies: - ptyprocess=0.7.0 - py=1.10.0 - py-boost=1.67.0 + - py-opencv=3.4.2 - pycparser=2.20 - pygments=2.8.1 - pyopenssl=20.0.1 @@ -212,7 +228,7 @@ dependencies: - six=1.15.0 - snappy=1.1.8 - snowballstemmer=2.1.0 - - sphinx=3.5.4 + - sphinx=3.5.3 - sphinx_rtd_theme=0.4.3 - sphinxcontrib-applehelp=1.0.2 - sphinxcontrib-devhelp=1.0.2 @@ -256,3 +272,13 @@ dependencies: - zipp=3.4.1 - zlib=1.2.11 - zstd=1.4.5 + - pip: + - dnspython==1.16.0 + - fett==0.3.2 + - pymongo==3.11.4 + - python-jsonrpc-server==0.3.4 + - rstcheck==3.3.1 + - snooty-lextudio==1.9.1.dev0 + - ujson==1.35 + - watchdog==1.0.2 +prefix: /idiap/temp/lcolbois/miniconda3/envs/synface -- GitLab