diff --git a/requirements.txt b/requirements.txt index 23047097..5e8e2331 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astropy==4.3.1 -blosc==1.10.4 # Strax dependency +blosc==1.10.6 # Strax dependency bokeh==2.3.3 boltons==21.0.0 codenamize==1.2.3 # for human-readable hashing @@ -11,18 +11,18 @@ dask-jobqueue==0.7.3 datashader==0.13.0 dill==0.3.4 # Strax dependency distributed===2021.10.0 # Dask extension -flake8==3.9.2 +flake8==4.0.1 flamedisx==1.5.0 future==0.18.2 GitPython==3.1.24 # Pegasus dependency holoviews==1.14.6 -hypothesis==6.23.1 -iminuit==2.8.3 -ipympl==0.8.0 # For online monitoring +hypothesis==6.24.1 +iminuit==2.8.4 +ipympl==0.8.2 # For online monitoring jedi==0.17.2 # upgrading to 0.18.0 breaks autocomplete in ipython jupyter==1.0.0 jupyter-resource-usage==0.6.0 # Memory viewer for notebooks -jupyterlab==3.1.14 +jupyterlab==3.2.1 keras==2.6.0 line_profiler==3.3.1 llvmlite==0.37.0 # numba depencency @@ -36,29 +36,33 @@ nestpy==1.4.8 # WFsim dependency npshmex==0.2.1 # Strax dependency numba==0.54.1 # Strax dependency numpy==1.19.5 +packaging==20.8 +pandas==1.3.2 pandoc==1.1.0 +panel==0.12.1 parso==0.7.1 # upgrading to 0.8.0 breaks autocomplete in ipython pdmongo==0.1.0 # Strax dependency pika==1.2.0 # Pegasus psutil==5.8.0 # Strax dependency -pyarrow==5.0.0 # Necessary for pandas feather i/o -pymongo==3.12.0 +pyarrow==6.0.0 # Necessary for pandas feather i/o +pymongo==3.12.1 pytest==6.2.5 pytest-runner==5.3.1 -torch==1.9.1 # Strax dependency -scikit-learn==1.0 +scikit-learn==1.0.1 scipy==1.7.1 seaborn==0.11.2 -strax==1.1.1 -straxen==1.1.2 -snakeviz==2.1.0 +strax==1.1.2 +straxen==1.1.3 +snakeviz==2.1.1 sphinx==4.2.0 tables==3.6.1 # pytables, necessary for pandas hdf5 i/o -tensorflow==2.6.0 # TF2.4.1 should not bring in additional AVX2 requirements (https://github.com/XENONnT/base_environment/issues/433) +tensorflow==2.6.1 # TF2.4.1 should not bring in additional AVX2 requirements (https://github.com/XENONnT/base_environment/issues/433) tensorflow_probability==0.14.1 +torch==1.10.0 # Strax dependency typing_extensions==3.7.4.3 # Tensorflow and bokeh dependency tqdm==4.62.3 utilix==0.6.5 # dependency for straxen, admix -wfsim==0.5.9 +wfsim==0.5.10 git+git://github.com/ershockley/admix@v1.0.6 +xarray==0.19.0 zstd==1.4.9.1 # Strax dependency