Skip to content

Commit

Permalink
pre commit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Oct 13, 2021
1 parent 0a0ec98 commit 388517e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pyreduce/clib/slit_func_bd.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@ int slit_func_vert(int ncols, /* Swath width in pixels
free(p_bj);

return 0;
}
}
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 388517e

Please sign in to comment.