Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Aug 9, 2024
1 parent 60d29df commit 6a6b9f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pip
setuptools>=42
jinja2
libcasm-configuration>=2.0a4
numpy
opt-einsum
Expand Down
6 changes: 3 additions & 3 deletions casm/bset/cluster_functions/_basis_function_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(
"""

self.dofs: Optional[list[str]] = dofs
"""Optional[list[str]]: An array of string of dof type names that should be \
"""Optional[list[str]]: An array of string of dof type names that should be
used to construct basis functions.
The default value is all DoF types included in the prim.
Expand All @@ -79,7 +79,7 @@ def __init__(
:py:data:`~casm.bset.BasisFunctionSpecs.orbit_branch_max_poly_order`
is ``max(3, cluster_size)``.
See the \
See the
:py:data:`~casm.bset.BasisFunctionSpecs.orbit_branch_max_poly_order`
documentation for further details.
"""
Expand Down Expand Up @@ -110,7 +110,7 @@ def __init__(
"""

self.param_pack_type: str = param_pack_type
"""str: Controls the implementation used for evaluating the cluster expansion \
"""str: Controls the implementation used for evaluating the cluster expansion
basis functions.
Options are “default” or “diff”, which enables fadbad automatic differentiating.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"jinja2",
"libcasm-configuration>=2.0a4",
"numpy",
"opt-einsum",
Expand Down

0 comments on commit 6a6b9f3

Please sign in to comment.