-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from ab5424/restructure-testing
Restructure testing
- Loading branch information
Showing
6 changed files
with
29 additions
and
19 deletions.
There are no files selected for viewing
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ version = "0.0.3" | |
description = "Analysis tool for simulations of grain boundaries and interfaces" | ||
authors = [{name = "Alexander Bonkowski", email = "[email protected]"}] | ||
maintainers = [{name = "Alexander Bonkowski"}] | ||
dependencies = ["numpy", "pandas", "scipy", "seaborn"] | ||
dependencies = ["numpy>=1.25", "pandas>=2", "scipy>=1.12", "seaborn>=0.13"] | ||
requires-python = ">=3.9" | ||
readme = "README.md" | ||
license = {file = "LICENSE"} | ||
|
@@ -39,23 +39,19 @@ strict = [ | |
"scipy==1.13.1", | ||
"seaborn==0.13.2", | ||
] | ||
dev = [ | ||
"mypy", | ||
"coverage", | ||
"pre-commit", | ||
"pytest-cov", | ||
"pytest-split", | ||
"pytest", | ||
"ruff", | ||
tests = [ | ||
"pytest-cov>=5", | ||
"pytest-split>=0.9", | ||
"pytest>=8", | ||
] | ||
ovito = [ | ||
"ovito", | ||
"ovito>=3.8", | ||
] | ||
ase = [ | ||
"ase>=3.23", | ||
] | ||
pymatgen = [ | ||
"pymatgen", | ||
"pymatgen>=2024", | ||
] | ||
|
||
[tool.setuptools.packages.find] | ||
|
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