Skip to content

Commit

Permalink
Remove pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Sep 3, 2024
1 parent 2727622 commit 17e6e5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ license = {file = "LICENSE"}
keywords = ["cif", "solid-state", "high-throughput", "crystallography"]

dependencies = [
"gemmi==0.6.6",
"matplotlib==3.9.1",
"numpy==2.0.0",
"pyvista==0.43.10",
"scipy==1.14.0",
"setuptools==67.8.0",
"click==8.1.7"
"gemmi",
"matplotlib",
"numpy",
"pyvista",
"scipy",
"setuptools",
"click"
]

[build-system]
Expand Down

0 comments on commit 17e6e5f

Please sign in to comment.