Skip to content

Commit

Permalink
require pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Aug 22, 2024
1 parent ebc2da0 commit c2dc17b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "meteor"
description = "denoise crystallographic difference maps"
version = "2.0.0"
version = "0.2.0"
authors = [
{ name = "Alisia Fadini", email = "[email protected]" },
{ name = "Thomas Lane", email = "[email protected]" }
Expand All @@ -12,6 +12,7 @@ dependencies = [
"gemmi",
"scikit-image",
"reciprocalspaceship",
"pytest",
]

[project.optional-dependencies]
Expand Down

0 comments on commit c2dc17b

Please sign in to comment.