Skip to content
Open
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
666493c
Update astropy from 5.1.1 to 7.0.0
pyup-bot Dec 1, 2024
2d4d4b5
Update astropy from 5.1.1 to 7.0.0
pyup-bot Dec 1, 2024
e624ca1
Update cffi from 1.15.1 to 1.17.1
pyup-bot Dec 1, 2024
6dd6eb8
Update cffi from 1.15.1 to 1.17.1
pyup-bot Dec 1, 2024
7f95045
Update colorlog from 6.7.0 to 6.9.0
pyup-bot Dec 1, 2024
9f36608
Update colorlog from 6.7.0 to 6.9.0
pyup-bot Dec 1, 2024
2a3cc8f
Update corner from 2.2.1 to 2.2.3
pyup-bot Dec 1, 2024
8b50f2e
Update corner from 2.2.1 to 2.2.3
pyup-bot Dec 1, 2024
08e30ad
Update emcee from 3.1.3 to 3.1.6
pyup-bot Dec 1, 2024
1af1c8f
Update emcee from 3.1.3 to 3.1.6
pyup-bot Dec 1, 2024
24c6a68
Update joblib from 1.2.0 to 1.4.2
pyup-bot Dec 1, 2024
a84ec66
Update joblib from 1.2.0 to 1.4.2
pyup-bot Dec 1, 2024
b74c01c
Update jsonschema from 4.16.0 to 4.23.0
pyup-bot Dec 1, 2024
ca2166d
Update jsonschema from 4.16.0 to 4.23.0
pyup-bot Dec 1, 2024
4c15b0b
Update matplotlib from 3.6.1 to 3.9.3
pyup-bot Dec 1, 2024
d244880
Update matplotlib from 3.6.1 to 3.9.3
pyup-bot Dec 1, 2024
528ac40
Update numpy from 1.23.4 to 2.1.3
pyup-bot Dec 1, 2024
1b39d8b
Update numpy from 1.23.4 to 2.1.3
pyup-bot Dec 1, 2024
b1b916b
Update pre-commit from 2.20.0 to 4.0.1
pyup-bot Dec 1, 2024
55dcf58
Update pre-commit from 2.20.0 to 4.0.1
pyup-bot Dec 1, 2024
098f1e2
Update pytest from 7.2.0 to 8.3.4
pyup-bot Dec 1, 2024
5cfcf87
Update pytest from 7.2.0 to 8.3.4
pyup-bot Dec 1, 2024
c13bbfc
Update pytest-cov from 4.0.0 to 6.0.0
pyup-bot Dec 1, 2024
e859b1b
Update pytest-cov from 4.0.0 to 6.0.0
pyup-bot Dec 1, 2024
5013bf7
Update python-dateutil from 2.8.2 to 2.9.0.post0
pyup-bot Dec 1, 2024
9f09eae
Update python-dateutil from 2.8.2 to 2.9.0.post0
pyup-bot Dec 1, 2024
f2ec55a
Update scikit-image from 0.19.3 to 0.24.0
pyup-bot Dec 1, 2024
2658ee0
Update scikit-image from 0.19.3 to 0.24.0
pyup-bot Dec 1, 2024
e869d24
Update scipy from 1.9.3 to 1.14.1
pyup-bot Dec 1, 2024
96ea2c1
Update scipy from 1.9.3 to 1.14.1
pyup-bot Dec 1, 2024
3a74d7c
Update sphinx from 5.3.0 to 8.1.3
pyup-bot Dec 1, 2024
a8c9266
Update sphinx from 5.3.0 to 8.1.3
pyup-bot Dec 1, 2024
44b7f6e
Update tqdm from 4.64.1 to 4.67.1
pyup-bot Dec 1, 2024
3449d2f
Update tqdm from 4.64.1 to 4.67.1
pyup-bot Dec 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==7.0.0
cffi==1.17.1
colorlog==6.9.0
corner==2.2.3
emcee==3.1.6
joblib==1.4.2
jsonschema==4.23.0
matplotlib==3.9.3
numpy==2.1.3
pre-commit==4.0.1
pytest==8.3.4
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.67.1
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==7.0.0
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.3
emcee==3.1.6
joblib==1.4.2
jsonschema==4.23.0
matplotlib==3.9.3
numpy==2.1.3

# 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.4
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.67.1
wget==3.2