Skip to content

Commit aa9a7c1

Browse files
committed
set min maggma version to 0.39.0
1 parent ac89978 commit aa9a7c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
custodian==2022.1.17
22
FireWorks==1.9.7
3-
maggma==0.29.2
3+
maggma==0.39.0
44
monty==2021.6.10
55
networkx==2.5.1
66
numpy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
install_requires=[
2525
"custodian>=2019.8.24",
2626
"FireWorks>=1.4.0",
27-
"maggma>=0.26.0",
27+
"maggma>=0.39.0",
2828
"monty>=2.0.6",
2929
"networkx",
3030
"numpy",

0 commit comments

Comments
 (0)