Skip to content

Commit

Permalink
Bump required tad-mctc version
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Jan 3, 2025
1 parent 3eed8db commit 3a435da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ repos:
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black", "--filter-files"]
args: ["--profile", "black", "--line-length", "80", "--filter-files"]

- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
args: ["--line-length", "80"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
scipy
tad-dftd3>=0.3.0
tad-dftd4>=0.2.0
tad-mctc>=0.2.0
tad-mctc>=0.3.0
tad-multicharge
tomli
tomli-w
Expand Down
1 change: 0 additions & 1 deletion test/test_hamiltonian/test_gfn2.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

from math import sqrt

import numpy as np
import pytest
import torch

Expand Down

0 comments on commit 3a435da

Please sign in to comment.