Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Sep 29, 2023
1 parent 7d30bfc commit fa26296
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ classifiers = [
"Intended Audience :: Science/Research",
]
dependencies = [
"numpy",
"tqdm",
"monty",
"numpy==1.25.2",
"pymatgen==2023.9.10",
"mp-api",
"ase"
"mp-api==0.36.1",
"ase==3.22.1"
"tqdm==4.65.0",
"monty==2023.5.8",
]

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

0 comments on commit fa26296

Please sign in to comment.