Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hackingmaterials/amset
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f8adb5d4334cc213c604685cca94f241f5a02348
Choose a base ref
..
head repository: hackingmaterials/amset
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c147414ef70d17e304b9ca6c7c7af5d81bea78e
Choose a head ref
Showing with 6 additions and 6 deletions.
  1. +1 −1 .pre-commit-config.yaml
  2. +4 −4 requirements.txt
  3. +1 −1 setup.py
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/isort
rev: 6.0.0
rev: 6.0.1
hooks:
- id: isort
name: isort (python)
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pymatgen==2024.11.13
scipy==1.15.1
scipy==1.15.2
monty==2025.1.9
matplotlib==3.10.0
BoltzTraP2==24.9.4
matplotlib==3.10.1
BoltzTraP2==25.2.1
tqdm==4.67.1
tabulate==0.9.0
memory_profiler==0.61.0
spglib==2.5.0
click==8.1.8
sumo==2.3.10
h5py==3.12.1
h5py==3.13.0
pyFFTW==0.15.0
interpolation==2.2.7
numba==0.61.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
extras_require={
"docs": [
"mkdocs==1.6.1",
"mkdocs-material==9.6.1",
"mkdocs-material==9.6.6",
"mkdocs-minify-plugin==0.8.0",
"mkdocs-macros-plugin==1.3.7",
"markdown-include==0.8.1",