From 388517e87541c60dce79d8e3f050ed1002d8080c Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn <31626864+AWehrhahn@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:27:46 +0200 Subject: [PATCH] pre commit updates --- pyreduce/clib/slit_func_bd.c | 2 +- requirements.txt | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pyreduce/clib/slit_func_bd.c b/pyreduce/clib/slit_func_bd.c index bb562036..497c8fe1 100644 --- a/pyreduce/clib/slit_func_bd.c +++ b/pyreduce/clib/slit_func_bd.c @@ -359,4 +359,4 @@ int slit_func_vert(int ncols, /* Swath width in pixels free(p_bj); return 0; -} +} diff --git a/requirements.txt b/requirements.txt index 67e9e646..fa6f2fe8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ -numpy==1.21.2 -scipy==1.7.1 astropy==4.3.1 -matplotlib==3.4.3 cffi==1.14.6 -scikit-image==0.18.3 -python-dateutil==2.8.2 -wget==3.2 +colorlog==6.4.1 +corner==2.2.1 +emcee==3.1.1 joblib==1.0.1 +jsonschema==4.0.1 +matplotlib==3.4.3 +numpy==1.21.2 pytest==6.2.5 pytest-cov==2.12.1 -jsonschema==4.0.1 +python-dateutil==2.8.2 +scikit-image==0.18.3 +scipy==1.7.1 tqdm==4.62.3 -colorlog==6.4.1 -emcee==3.1.1 -corner==2.2.1 +wget==3.2 # optional for tools combine # git+https://github.com/cylammarco/SpectRes