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
0c8c018
Update astropy from 5.1.1 to 6.1.3
pyup-bot Sep 1, 2024
42d5c14
Update astropy from 5.1.1 to 6.1.3
pyup-bot Sep 1, 2024
97c1862
Update cffi from 1.15.1 to 1.17.0
pyup-bot Sep 1, 2024
8a10892
Update cffi from 1.15.1 to 1.17.0
pyup-bot Sep 1, 2024
3723409
Update colorlog from 6.7.0 to 6.8.2
pyup-bot Sep 1, 2024
c1da089
Update colorlog from 6.7.0 to 6.8.2
pyup-bot Sep 1, 2024
cbf03c9
Update corner from 2.2.1 to 2.2.2
pyup-bot Sep 1, 2024
c1356da
Update corner from 2.2.1 to 2.2.2
pyup-bot Sep 1, 2024
81862a0
Update emcee from 3.1.3 to 3.1.6
pyup-bot Sep 1, 2024
2dcdb99
Update emcee from 3.1.3 to 3.1.6
pyup-bot Sep 1, 2024
5478717
Update joblib from 1.2.0 to 1.4.2
pyup-bot Sep 1, 2024
1066c83
Update joblib from 1.2.0 to 1.4.2
pyup-bot Sep 1, 2024
7391598
Update jsonschema from 4.16.0 to 4.23.0
pyup-bot Sep 1, 2024
5552fad
Update jsonschema from 4.16.0 to 4.23.0
pyup-bot Sep 1, 2024
fdf33ee
Update matplotlib from 3.6.1 to 3.9.2
pyup-bot Sep 1, 2024
f82bacf
Update matplotlib from 3.6.1 to 3.9.2
pyup-bot Sep 1, 2024
8e3a6ad
Update numpy from 1.23.4 to 2.1.0
pyup-bot Sep 1, 2024
eb46cd6
Update numpy from 1.23.4 to 2.1.0
pyup-bot Sep 1, 2024
2d7f7c1
Update pre-commit from 2.20.0 to 3.8.0
pyup-bot Sep 1, 2024
0d1a14b
Update pre-commit from 2.20.0 to 3.8.0
pyup-bot Sep 1, 2024
8ce3733
Update pytest from 7.2.0 to 8.3.2
pyup-bot Sep 1, 2024
b9e92e9
Update pytest from 7.2.0 to 8.3.2
pyup-bot Sep 1, 2024
2035fb9
Update pytest-cov from 4.0.0 to 5.0.0
pyup-bot Sep 1, 2024
5b9f7da
Update pytest-cov from 4.0.0 to 5.0.0
pyup-bot Sep 1, 2024
952209b
Update python-dateutil from 2.8.2 to 2.9.0.post0
pyup-bot Sep 1, 2024
b886a7a
Update python-dateutil from 2.8.2 to 2.9.0.post0
pyup-bot Sep 1, 2024
6acaa59
Update scikit-image from 0.19.3 to 0.24.0
pyup-bot Sep 1, 2024
8088695
Update scikit-image from 0.19.3 to 0.24.0
pyup-bot Sep 1, 2024
1119fef
Update scipy from 1.9.3 to 1.14.1
pyup-bot Sep 1, 2024
6cac27e
Update scipy from 1.9.3 to 1.14.1
pyup-bot Sep 1, 2024
37ab83d
Update sphinx from 5.3.0 to 8.0.2
pyup-bot Sep 1, 2024
34bdaf9
Update sphinx from 5.3.0 to 8.0.2
pyup-bot Sep 1, 2024
01cfacb
Update tqdm from 4.64.1 to 4.66.5
pyup-bot Sep 1, 2024
36137f1
Update tqdm from 4.64.1 to 4.66.5
pyup-bot Sep 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.3
cffi==1.17.0
colorlog==6.8.2
corner==2.2.2
emcee==3.1.6
joblib==1.4.2
jsonschema==4.23.0
matplotlib==3.9.2
numpy==2.1.0
pre-commit==3.8.0
pytest==8.3.2
pytest-cov==5.0.0
python-dateutil==2.9.0.post0
scikit-image==0.24.0
scipy==1.14.1
sphinx==8.0.2
tqdm==4.66.5
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.3
cffi==1.17.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.6
joblib==1.4.2
jsonschema==4.23.0
matplotlib==3.9.2
numpy==2.1.0

# 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.8.0
pytest==8.3.2
pytest-cov==5.0.0
python-dateutil==2.9.0.post0
scikit-image==0.24.0
scipy==1.14.1
sphinx==8.0.2
tqdm==4.66.5
wget==3.2