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 May #68

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5942bd2
Update pandas from 1.5.1 to 2.2.2
pyup-bot May 1, 2024
b6ba5e5
Update pandas from 1.5.1 to 2.2.2
pyup-bot May 1, 2024
88556d7
Update scipy from 1.9.3 to 1.13.0
pyup-bot May 1, 2024
fdf9586
Update scipy from 1.9.3 to 1.13.0
pyup-bot May 1, 2024
f50ad25
Update numpy from 1.23.4 to 1.26.4
pyup-bot May 1, 2024
fad9545
Update numpy from 1.23.4 to 1.26.4
pyup-bot May 1, 2024
d9a5005
Update astropy from 5.1.1 to 6.0.1
pyup-bot May 1, 2024
26b6e8a
Update astropy from 5.1.1 to 6.0.1
pyup-bot May 1, 2024
bbb5f01
Update tqdm from 4.64.1 to 4.66.2
pyup-bot May 1, 2024
40ada3b
Update tqdm from 4.64.1 to 4.66.2
pyup-bot May 1, 2024
3d8bdb5
Update colorlog from 6.7.0 to 6.8.2
pyup-bot May 1, 2024
9c25974
Update colorlog from 6.7.0 to 6.8.2
pyup-bot May 1, 2024
842399b
Update emcee from 3.1.3 to 3.1.6
pyup-bot May 1, 2024
4f65e65
Update emcee from 3.1.3 to 3.1.6
pyup-bot May 1, 2024
7426464
Update plotly from 5.11.0 to 5.21.0
pyup-bot May 1, 2024
e08de46
Update plotly from 5.11.0 to 5.21.0
pyup-bot May 1, 2024
52deb12
Update matplotlib from 3.6.1 to 3.8.4
pyup-bot May 1, 2024
9b91be6
Update matplotlib from 3.6.1 to 3.8.4
pyup-bot May 1, 2024
f4f61d5
Update pre-commit from 2.20.0 to 3.7.0
pyup-bot May 1, 2024
82eefc8
Update pre-commit from 2.20.0 to 3.7.0
pyup-bot May 1, 2024
a0826dc
Update sphinx from 5.3.0 to 7.3.7
pyup-bot May 1, 2024
586b367
Update sphinx from 5.3.0 to 7.3.7
pyup-bot May 1, 2024
d9bc799
Update pytest from 7.2.0 to 8.2.0
pyup-bot May 1, 2024
82fb7cd
Update pytest from 7.2.0 to 8.2.0
pyup-bot May 1, 2024
4b999f2
Update requests from 2.28.1 to 2.31.0
pyup-bot May 1, 2024
8509984
Update requests from 2.28.1 to 2.31.0
pyup-bot May 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
26 changes: 13 additions & 13 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# The requirements, without a version number, hopefully that works
pandas==1.5.1
scipy==1.9.3
numpy==1.23.4
astropy==5.1.1
pandas==2.2.2
scipy==1.13.0
numpy==1.26.4
astropy==6.0.1
wget==3.2
tqdm==4.64.1
colorlog==6.7.0
emcee==3.1.3
tqdm==4.66.2
colorlog==6.8.2
emcee==3.1.6
pybtex==0.24.0
flex-format==0.2.18
plotly==5.11.0
matplotlib==3.6.1
plotly==5.21.0
matplotlib==3.8.4
# Development Requirements
pre-commit==2.20.0
sphinx==5.3.0
pytest==7.2.0
requests==2.28.1
pre-commit==3.7.0
sphinx==7.3.7
pytest==8.2.0
requests==2.31.0
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pandas==1.5.1
scipy==1.9.3
numpy==1.23.4
astropy==5.1.1
pandas==2.2.2
scipy==1.13.0
numpy==1.26.4
astropy==6.0.1
wget==3.2
tqdm==4.64.1
colorlog==6.7.0
emcee==3.1.3
tqdm==4.66.2
colorlog==6.8.2
emcee==3.1.6
pybtex==0.24.0
flex-format==0.2.18
plotly==5.11.0
matplotlib==3.6.1
plotly==5.21.0
matplotlib==3.8.4
# Development Requirements
pre-commit==2.20.0
sphinx==5.3.0
pytest==7.2.0
requests==2.28.1
pre-commit==3.7.0
sphinx==7.3.7
pytest==8.2.0
requests==2.31.0
Loading