-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update spglib symmetry dataset access and pin min version * move spglib version pin * ensure correct spglib installed in requirements * ensure correct spglib installed in requirements * add a few attempts to connect to dataset downloads in case internet has bad day * remove mac hidden ds_stores and add to gitignore * precommit * ensure backwards compat with older spglib, loosen lower pin on spglib version, upper pin on numpy * precommit * repin spglib == 2.5, add read permissions for workflow actions (somehow GH token not being read * Update .github/workflows/test.yml --------- Co-authored-by: Matthew Evans <7916000+ml-evs@users.noreply.github.com>
- Loading branch information
1 parent
6edbd24
commit 6df36ea
Showing
5 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ docs/_build/*/*/* | |
# C extensions | ||
*.so | ||
|
||
.DS_Store | ||
|
||
# Packages | ||
*.egg | ||
*.egg-info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters