Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AWehrhahn/PyReduce
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Feb 10, 2022
2 parents b7b9f22 + 903df3a commit 7c1b8dc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
astropy
cffi
colorlog
corner
emcee
joblib
jsonschema
matplotlib
numpy
pre-commit
pytest
pytest-cov
python-dateutil
scikit-image
scipy
sphinx
tqdm
wget
astropy==5.0.1
cffi==1.15.0
colorlog==6.6.0
corner==2.2.1
emcee==3.1.1
joblib==1.1.0
jsonschema==4.4.0
matplotlib==3.5.1
numpy==1.22.1
pre-commit==2.17.0
pytest==6.2.5
pytest-cov==3.0.0
python-dateutil==2.8.2
scikit-image==0.19.1
scipy==1.7.3
sphinx==4.4.0
tqdm==4.62.3
wget==3.2
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
astropy==5.0
astropy==5.0.1
cffi==1.15.0
cffi>=1.0.0
colorlog==6.6.0
corner==2.2.1
emcee==3.1.1
joblib==1.1.0
jsonschema==4.3.2
jsonschema==4.4.0
matplotlib==3.5.1
numpy==1.22.0
numpy==1.22.1

# optional for tools combine
# git+https://github.com/cylammarco/SpectRes

# Development Requirements
pre-commit==2.16.0
pre-commit==2.17.0
pytest==6.2.5
pytest-cov==3.0.0
python-dateutil==2.8.2
scikit-image==0.19.1
scipy==1.7.3
sphinx==4.3.2
sphinx==4.4.0
tqdm==4.62.3
wget==3.2

0 comments on commit 7c1b8dc

Please sign in to comment.