Skip to content

Commit

Permalink
Merge pull request #39 from xchem/constants_update
Browse files Browse the repository at this point in the history
Constants update
  • Loading branch information
ConorFWild authored Apr 25, 2024
2 parents db27974 + 0f3356f commit e48622b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = "One line description of your module"
dependencies = [
"gemmi",
"loguru",
"pydantic",
"pydantic==2.6.0",
"networkx",
"numpy",
"rich",
Expand Down
2 changes: 1 addition & 1 deletion src/ligand_neighbourhood_alignment/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

FS_MODEL_YAML_FILE_NAME = "fs_model.yaml"
ASSEMBLIES_YAML_FILE_NAME = "assemblies.yaml"
XTALFORMS_YAML_FILEπ_NAME = "xtalforms.yaml"
XTALFORMS_YAML_FILE_NAME = "xtalforms.yaml"
ASSIGNED_XTALFORMS_YAML_FILE_NAME = "assigned_xtalforms.yaml"
NEIGHBOURHOODS_YAML_FILE_NAME = "neighbourhoods.yaml"
CONNECTED_COMPONENTS_YAML_NAME = "connected_components.yaml"
Expand Down

0 comments on commit e48622b

Please sign in to comment.