From 03905959cbb82d4d8d8d9d0f9b06dc02f399d3e4 Mon Sep 17 00:00:00 2001 From: Kyle Wilcox Date: Mon, 8 Mar 2021 16:41:46 -0500 Subject: [PATCH] Update env for testing and Dockerfile --- environment.yml | 103 +++++++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 49 deletions(-) diff --git a/environment.yml b/environment.yml index b9b6c5a..5012684 100644 --- a/environment.yml +++ b/environment.yml @@ -5,58 +5,63 @@ channels: - defaults dependencies: - _libgcc_mutex=0.1 - - asn1crypto=0.24.0 - - atomicwrites=1.3.0 - - attrs=19.1.0 + - _openmp_mutex=4.5 + - attrs=20.3.0 - avro=1.8.2 - - bzip2=1.0.8 - - ca-certificates=2019.9.11 - - certifi=2019.9.11 - - cffi=1.12.3 - - chardet=3.0.4 - - cryptography=2.7 + - brotlipy=0.7.0 + - ca-certificates=2020.12.5 + - certifi=2020.12.5 + - cffi=1.14.5 + - chardet=4.0.0 + - cryptography=3.4.4 - cyrus-sasl=2.1.27 - - gettext=0.19.8.1 - - idna=2.8 - - importlib_metadata=0.22 - - jansson=2.11 - - krb5=1.16.3 - - libedit=3.1.20170329 - - libffi=3.2.1 - - libgcc-ng=9.1.0 - - libgcrypt=1.8.4 - - libgpg-error=1.36 + - idna=2.10 + - importlib-metadata=3.7.2 + - importlib_metadata=3.7.2 + - iniconfig=1.1.1 + - jansson=2.13.1 + - krb5=1.18.2 + - ld_impl_linux-64=2.35.1 + - libdb=6.1.26 + - libedit=3.1.20191231 + - libffi=3.3 + - libgcc-ng=9.3.0 + - libgcrypt=1.9.2 + - libgomp=9.3.0 + - libgpg-error=1.41 - libgsasl=1.8.0 - - libntlm=1.4 - - librdkafka=1.1.0 - - libstdcxx-ng=9.1.0 - - lz4-c=1.8.3 - - more-itertools=7.2.0 - - msgpack-python=0.6.1 - - ncurses=6.1 - - openssl=1.1.1c - - packaging=19.0 - - pip=19.2.3 - - pluggy=0.13.0 - - py=1.8.0 - - pycparser=2.19 - - pyopenssl=19.0.0 - - pyparsing=2.4.2 - - pysocks=1.7.0 - - pytest=5.1.2 - - python=3.7.3 + - libntlm=1.5 + - librdkafka=1.5.3 + - libstdcxx-ng=9.3.0 + - lz4-c=1.9.3 + - more-itertools=8.7.0 + - msgpack-python=1.0.2 + - ncurses=6.2 + - openssl=1.1.1j + - packaging=20.9 + - pip=21.0.1 + - pluggy=0.13.1 + - py=1.10.0 + - pycparser=2.20 + - pyopenssl=20.0.1 + - pyparsing=2.4.7 + - pysocks=1.7.1 + - pytest=6.2.2 + - python=3.7.10 - python-avro=1.8.2 - - python-confluent-kafka=1.1.0 + - python-confluent-kafka=1.5.0 + - python_abi=3.7 - readline=8.0 - - requests=2.22.0 - - setuptools=41.2.0 - - six=1.12.0 - - snappy=1.1.7 - - sqlite=3.29.0 - - tk=8.6.9 - - urllib3=1.25.3 - - wcwidth=0.1.7 - - wheel=0.33.6 - - xz=5.2.4 - - zipp=0.6.0 + - requests=2.25.1 + - setuptools=49.6.0 + - six=1.15.0 + - snappy=1.1.8 + - sqlite=3.34.0 + - tk=8.6.10 + - toml=0.10.2 + - typing_extensions=3.7.4.3 + - urllib3=1.26.3 + - wheel=0.36.2 + - xz=5.2.5 + - zipp=3.4.1 - zlib=1.2.11