Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies = [
"pytest",
"rdkit",
"setuptools", # necessary for pyGSM to run on python 3.11
"stk<=2021.8.2.0",
# "stk<=2021.8.2.0",
"stk",
"stko<=0.0.40",
"xtb",
]
Expand Down
3 changes: 1 addition & 2 deletions src/conformational_sampling/metal_complexes.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from math import cos, pi, sin

from stk import Edge

from stk.molecular.topology_graphs.metal_complex import MetalComplex
from stk.metal_complex import MetalComplex
from stk.molecular.topology_graphs.metal_complex.vertices import (
BiDentateLigandVertex,
MetalVertex,
Expand Down