Skip to content

Commit

Permalink
Update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Sep 29, 2023
1 parent 8231d69 commit 345c027
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ classifiers = [
dependencies = [
"numpy==1.25.2",
"pymatgen==2023.9.10",
"mp-api==0.36.1",
"ase==3.22.1",
"tqdm==4.65.0",
"monty==2023.5.8"
"mp-api",
"ase",
"tqdm",
"monty"
]

# Dynamic version reads __version__ directly from my_package.__init__
Expand Down

0 comments on commit 345c027

Please sign in to comment.