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
73a03ea
Update astropy from 5.1.1 to 6.1.4
pyup-bot Nov 1, 2024
9911f19
Update astropy from 5.1.1 to 6.1.4
pyup-bot Nov 1, 2024
780428e
Update cffi from 1.15.1 to 1.17.1
pyup-bot Nov 1, 2024
f390c0c
Update cffi from 1.15.1 to 1.17.1
pyup-bot Nov 1, 2024
fa6e0e4
Update colorlog from 6.7.0 to 6.9.0
pyup-bot Nov 1, 2024
2f25de8
Update colorlog from 6.7.0 to 6.9.0
pyup-bot Nov 1, 2024
b01c974
Update corner from 2.2.1 to 2.2.2
pyup-bot Nov 1, 2024
151c3b9
Update corner from 2.2.1 to 2.2.2
pyup-bot Nov 1, 2024
55d7fd5
Update emcee from 3.1.3 to 3.1.6
pyup-bot Nov 1, 2024
fc80f0c
Update emcee from 3.1.3 to 3.1.6
pyup-bot Nov 1, 2024
d7d1358
Update joblib from 1.2.0 to 1.4.2
pyup-bot Nov 1, 2024
f639da3
Update joblib from 1.2.0 to 1.4.2
pyup-bot Nov 1, 2024
6f639ac
Update jsonschema from 4.16.0 to 4.23.0
pyup-bot Nov 1, 2024
533316f
Update jsonschema from 4.16.0 to 4.23.0
pyup-bot Nov 1, 2024
d558c6e
Update matplotlib from 3.6.1 to 3.9.2
pyup-bot Nov 1, 2024
4c32f79
Update matplotlib from 3.6.1 to 3.9.2
pyup-bot Nov 1, 2024
09c1a21
Update numpy from 1.23.4 to 2.1.2
pyup-bot Nov 1, 2024
39926a7
Update numpy from 1.23.4 to 2.1.2
pyup-bot Nov 1, 2024
b93e3dc
Update pre-commit from 2.20.0 to 4.0.1
pyup-bot Nov 1, 2024
6654c47
Update pre-commit from 2.20.0 to 4.0.1
pyup-bot Nov 1, 2024
5fce354
Update pytest from 7.2.0 to 8.3.3
pyup-bot Nov 1, 2024
ddd930a
Update pytest from 7.2.0 to 8.3.3
pyup-bot Nov 1, 2024
ebe0117
Update pytest-cov from 4.0.0 to 6.0.0
pyup-bot Nov 1, 2024
bb1101c
Update pytest-cov from 4.0.0 to 6.0.0
pyup-bot Nov 1, 2024
6348344
Update python-dateutil from 2.8.2 to 2.9.0.post0
pyup-bot Nov 1, 2024
bfa7da6
Update python-dateutil from 2.8.2 to 2.9.0.post0
pyup-bot Nov 1, 2024
dda51b9
Update scikit-image from 0.19.3 to 0.24.0
pyup-bot Nov 1, 2024
83418e9
Update scikit-image from 0.19.3 to 0.24.0
pyup-bot Nov 1, 2024
ec75d02
Update scipy from 1.9.3 to 1.14.1
pyup-bot Nov 1, 2024
f612289
Update scipy from 1.9.3 to 1.14.1
pyup-bot Nov 1, 2024
53741c7
Update sphinx from 5.3.0 to 8.1.3
pyup-bot Nov 1, 2024
9b6a548
Update sphinx from 5.3.0 to 8.1.3
pyup-bot Nov 1, 2024
e92bf7e
Update tqdm from 4.64.1 to 4.66.6
pyup-bot Nov 1, 2024
41d2411
Update tqdm from 4.64.1 to 4.66.6
pyup-bot Nov 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.1.4
cffi==1.17.1
colorlog==6.9.0
corner==2.2.2
emcee==3.1.6
joblib==1.4.2
jsonschema==4.23.0
matplotlib==3.9.2
numpy==2.1.2
pre-commit==4.0.1
pytest==8.3.3
pytest-cov==6.0.0
python-dateutil==2.9.0.post0
scikit-image==0.24.0
scipy==1.14.1
sphinx==8.1.3
tqdm==4.66.6
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.1.4
cffi==1.17.1
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.9.0
corner==2.2.2
emcee==3.1.6
joblib==1.4.2
jsonschema==4.23.0
matplotlib==3.9.2
numpy==2.1.2

# 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==4.0.1
pytest==8.3.3
pytest-cov==6.0.0
python-dateutil==2.9.0.post0
scikit-image==0.24.0
scipy==1.14.1
sphinx==8.1.3
tqdm==4.66.6
wget==3.2