Skip to content

Commit

Permalink
Bump seaborn from 0.12.2 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [seaborn](https://github.com/mwaskom/seaborn) from 0.12.2 to 0.13.0.
- [Release notes](https://github.com/mwaskom/seaborn/releases)
- [Commits](mwaskom/seaborn@v0.12.2...v0.13.0)

---
updated-dependencies:
- dependency-name: seaborn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 37706b9 commit a1e54c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy == 1.23.3
scipy ==1.10.1
pymatgen > 2022.9.21
seaborn ==0.12.2
seaborn ==0.13.0
matplotlib==3.7.1
scikit-learn==1.3.0
umap-learn ==0.5.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"numpy==1.23.3",
"scipy==1.10.1",
"pymatgen>2022.9.21",
"seaborn==0.12.2",
"seaborn==0.13.0",
"matplotlib==3.7.1",
"scikit-learn==1.3.0",
"umap-learn==0.5.3",
Expand Down

0 comments on commit a1e54c2

Please sign in to comment.