We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339637c commit 91a9145Copy full SHA for 91a9145
requirements.txt
@@ -1,6 +1,6 @@
1
custodian==2022.1.17
2
FireWorks==1.9.7
3
-maggma==0.39.0
+maggma==0.44.0
4
monty==2021.6.10
5
networkx==2.5.1
6
numpy
setup.py
@@ -25,7 +25,7 @@
25
install_requires=[
26
"custodian>=2019.8.24",
27
"FireWorks>=1.4.0",
28
- "maggma>=0.39.0",
+ "maggma>=0.44.0",
29
"monty>=2.0.6",
30
"networkx",
31
"numpy",
0 commit comments