Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled monthly dependency update for December #71

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e57f01b
Update astropy from 5.1.1 to 6.0.0
pyup-bot Dec 1, 2023
6a7cca3
Update astropy from 5.1.1 to 6.0.0
pyup-bot Dec 1, 2023
bb72413
Update cffi from 1.15.1 to 1.16.0
pyup-bot Dec 1, 2023
e389220
Update cffi from 1.15.1 to 1.16.0
pyup-bot Dec 1, 2023
6d3fa4e
Update corner from 2.2.1 to 2.2.2
pyup-bot Dec 1, 2023
ebf8f13
Update corner from 2.2.1 to 2.2.2
pyup-bot Dec 1, 2023
01ca2a5
Update emcee from 3.1.3 to 3.1.4
pyup-bot Dec 1, 2023
1cea2e3
Update emcee from 3.1.3 to 3.1.4
pyup-bot Dec 1, 2023
d71e61e
Update joblib from 1.2.0 to 1.3.2
pyup-bot Dec 1, 2023
b8c3921
Update joblib from 1.2.0 to 1.3.2
pyup-bot Dec 1, 2023
23d6041
Update jsonschema from 4.16.0 to 4.20.0
pyup-bot Dec 1, 2023
e167017
Update jsonschema from 4.16.0 to 4.20.0
pyup-bot Dec 1, 2023
09a4b34
Update matplotlib from 3.6.1 to 3.8.2
pyup-bot Dec 1, 2023
d816217
Update matplotlib from 3.6.1 to 3.8.2
pyup-bot Dec 1, 2023
5101bc4
Update numpy from 1.23.4 to 1.26.2
pyup-bot Dec 1, 2023
0937772
Update numpy from 1.23.4 to 1.26.2
pyup-bot Dec 1, 2023
4e2436a
Update pre-commit from 2.20.0 to 3.5.0
pyup-bot Dec 1, 2023
532f76c
Update pre-commit from 2.20.0 to 3.5.0
pyup-bot Dec 1, 2023
c0e755f
Update pytest from 7.2.0 to 7.4.3
pyup-bot Dec 1, 2023
9321ece
Update pytest from 7.2.0 to 7.4.3
pyup-bot Dec 1, 2023
bdb1fb9
Update pytest-cov from 4.0.0 to 4.1.0
pyup-bot Dec 1, 2023
83b1678
Update pytest-cov from 4.0.0 to 4.1.0
pyup-bot Dec 1, 2023
3fb8cae
Update scikit-image from 0.19.3 to 0.22.0
pyup-bot Dec 1, 2023
e3ef933
Update scikit-image from 0.19.3 to 0.22.0
pyup-bot Dec 1, 2023
fb149bf
Update scipy from 1.9.3 to 1.11.4
pyup-bot Dec 1, 2023
d998ec1
Update scipy from 1.9.3 to 1.11.4
pyup-bot Dec 1, 2023
0ec54b3
Update sphinx from 5.3.0 to 7.2.6
pyup-bot Dec 1, 2023
1a278c7
Update sphinx from 5.3.0 to 7.2.6
pyup-bot Dec 1, 2023
72c0d65
Update tqdm from 4.64.1 to 4.66.1
pyup-bot Dec 1, 2023
bbd3bc3
Update tqdm from 4.64.1 to 4.66.1
pyup-bot Dec 1, 2023
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
30 changes: 15 additions & 15 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
astropy==6.0.0
cffi==1.16.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
pre-commit==2.20.0
pytest==7.2.0
pytest-cov==4.0.0
corner==2.2.2
emcee==3.1.4
joblib==1.3.2
jsonschema==4.20.0
matplotlib==3.8.2
numpy==1.26.2
pre-commit==3.5.0
pytest==7.4.3
pytest-cov==4.1.0
python-dateutil==2.8.2
scikit-image==0.19.3
scipy==1.9.3
sphinx==5.3.0
tqdm==4.64.1
scikit-image==0.22.0
scipy==1.11.4
sphinx==7.2.6
tqdm==4.66.1
wget==3.2
30 changes: 15 additions & 15 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
corner==2.2.2
emcee==3.1.4
joblib==1.3.2
jsonschema==4.20.0
matplotlib==3.8.2
numpy==1.26.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
pre-commit==3.5.0
pytest==7.4.3
pytest-cov==4.1.0
python-dateutil==2.8.2
scikit-image==0.19.3
scipy==1.9.3
sphinx==5.3.0
tqdm==4.64.1
scikit-image==0.22.0
scipy==1.11.4
sphinx==7.2.6
tqdm==4.66.1
wget==3.2
Loading