Skip to content

Commit ea6e370

Browse files
committed
changed required pymatgen branch for python 3.9 compatibility
1 parent fc667cd commit ea6e370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"numba == 0.56.4",
3535
"llvmlite == 0.39.1",
3636
"tqdm>=4.50.0",
37-
"pymatgen@git+https://github.com/molmd/pymatgen@molmd_fix#egg=pymatgen"
37+
"pymatgen@git+https://github.com/molmd/pymatgen@molmd_fix_3-9#egg=pymatgen"
3838
]
3939

4040
[project.optional-dependencies]

0 commit comments

Comments
 (0)