Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
137c5dd
Update astropy from 5.1.1 to 6.0.0
pyup-bot Mar 1, 2024
24ae054
Update astropy from 5.1.1 to 6.0.0
pyup-bot Mar 1, 2024
70908e9
Update cffi from 1.15.1 to 1.16.0
pyup-bot Mar 1, 2024
8ab8449
Update cffi from 1.15.1 to 1.16.0
pyup-bot Mar 1, 2024
87facd1
Update colorlog from 6.7.0 to 6.8.2
pyup-bot Mar 1, 2024
0363e02
Update colorlog from 6.7.0 to 6.8.2
pyup-bot Mar 1, 2024
43916f1
Update corner from 2.2.1 to 2.2.2
pyup-bot Mar 1, 2024
1f27164
Update corner from 2.2.1 to 2.2.2
pyup-bot Mar 1, 2024
c138417
Update emcee from 3.1.3 to 3.1.4
pyup-bot Mar 1, 2024
d137798
Update emcee from 3.1.3 to 3.1.4
pyup-bot Mar 1, 2024
12924bc
Update joblib from 1.2.0 to 1.3.2
pyup-bot Mar 1, 2024
899e61f
Update joblib from 1.2.0 to 1.3.2
pyup-bot Mar 1, 2024
02a4b7f
Update jsonschema from 4.16.0 to 4.21.1
pyup-bot Mar 1, 2024
7b9e19b
Update jsonschema from 4.16.0 to 4.21.1
pyup-bot Mar 1, 2024
f05397b
Update matplotlib from 3.6.1 to 3.8.3
pyup-bot Mar 1, 2024
4bef2fd
Update matplotlib from 3.6.1 to 3.8.3
pyup-bot Mar 1, 2024
a71f934
Update numpy from 1.23.4 to 1.26.4
pyup-bot Mar 1, 2024
016ec1e
Update numpy from 1.23.4 to 1.26.4
pyup-bot Mar 1, 2024
6c90469
Update pre-commit from 2.20.0 to 3.6.2
pyup-bot Mar 1, 2024
baf9d09
Update pre-commit from 2.20.0 to 3.6.2
pyup-bot Mar 1, 2024
812ddba
Update pytest from 7.2.0 to 8.0.2
pyup-bot Mar 1, 2024
ec6c88e
Update pytest from 7.2.0 to 8.0.2
pyup-bot Mar 1, 2024
a6087a2
Update pytest-cov from 4.0.0 to 4.1.0
pyup-bot Mar 1, 2024
8334930
Update pytest-cov from 4.0.0 to 4.1.0
pyup-bot Mar 1, 2024
d3e94db
Update python-dateutil from 2.8.2 to 2.9.0
pyup-bot Mar 1, 2024
a2cc523
Update python-dateutil from 2.8.2 to 2.9.0
pyup-bot Mar 1, 2024
52a9703
Update scikit-image from 0.19.3 to 0.22.0
pyup-bot Mar 1, 2024
585657f
Update scikit-image from 0.19.3 to 0.22.0
pyup-bot Mar 1, 2024
4196636
Update scipy from 1.9.3 to 1.12.0
pyup-bot Mar 1, 2024
b1241ed
Update scipy from 1.9.3 to 1.12.0
pyup-bot Mar 1, 2024
f214525
Update sphinx from 5.3.0 to 7.2.6
pyup-bot Mar 1, 2024
ca65eda
Update sphinx from 5.3.0 to 7.2.6
pyup-bot Mar 1, 2024
7ad3cde
Update tqdm from 4.64.1 to 4.66.2
pyup-bot Mar 1, 2024
5afb905
Update tqdm from 4.64.1 to 4.66.2
pyup-bot Mar 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
astropy==5.1.1
cffi==1.15.1
colorlog==6.7.0
corner==2.2.1
emcee==3.1.3
joblib==1.2.0
jsonschema==4.16.0
matplotlib==3.6.1
numpy==1.23.4
pre-commit==2.20.0
pytest==7.2.0
pytest-cov==4.0.0
python-dateutil==2.8.2
scikit-image==0.19.3
scipy==1.9.3
sphinx==5.3.0
tqdm==4.64.1
astropy==6.0.0
cffi==1.16.0
colorlog==6.8.2
corner==2.2.2
emcee==3.1.4
joblib==1.3.2
jsonschema==4.21.1
matplotlib==3.8.3
numpy==1.26.4
pre-commit==3.6.2
pytest==8.0.2
pytest-cov==4.1.0
python-dateutil==2.9.0
scikit-image==0.22.0
scipy==1.12.0
sphinx==7.2.6
tqdm==4.66.2
wget==3.2
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
astropy==5.1.1
cffi==1.15.1
astropy==6.0.0
cffi==1.16.0
cffi>=1.0.0
colorlog==6.7.0
corner==2.2.1
emcee==3.1.3
joblib==1.2.0
jsonschema==4.16.0
matplotlib==3.6.1
numpy==1.23.4
colorlog==6.8.2
corner==2.2.2
emcee==3.1.4
joblib==1.3.2
jsonschema==4.21.1
matplotlib==3.8.3
numpy==1.26.4

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

# Development Requirements
pre-commit==2.20.0
pytest==7.2.0
pytest-cov==4.0.0
python-dateutil==2.8.2
scikit-image==0.19.3
scipy==1.9.3
sphinx==5.3.0
tqdm==4.64.1
pre-commit==3.6.2
pytest==8.0.2
pytest-cov==4.1.0
python-dateutil==2.9.0
scikit-image==0.22.0
scipy==1.12.0
sphinx==7.2.6
tqdm==4.66.2
wget==3.2