Skip to content

Commit

Permalink
Added support for SPGLIB v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jan 13, 2023
1 parent 8a7fa84 commit ab82bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Release 1.6.2

* Fixed an issue where the `crystals` version was not correctly interpolated when writing CIFs (#14).
* Added file name to some parser warnings (#15).
* Added support for spglib 2.0.
* Added explicit testing for Python 3.10 and Python 3.11.

Release 1.6.1
-------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy >= 1.20, < 2
spglib >= 1.15, < 2
spglib >= 1.15, < 3
pycifrw >= 4.4.1, < 5
requests >= 2, < 3

0 comments on commit ab82bbf

Please sign in to comment.