Skip to content

Commit

Permalink
Merge pull request #338 from materialsvirtuallab/dependabot/pip/maggm…
Browse files Browse the repository at this point in the history
…a-0.49.10

Bump maggma from 0.49.5 to 0.49.10
  • Loading branch information
shyuep committed Dec 14, 2022
2 parents 8f88dc8 + 6a299f7 commit 1d0824c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pymatgen/analysis/diffusion/aimd/rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from collections import Counter
from math import ceil
from multiprocessing import cpu_count
from typing import Dict, List, Tuple, Union
from typing import List, Tuple, Union

import numpy as np
from joblib import Parallel, delayed
Expand Down
1 change: 0 additions & 1 deletion pymatgen/analysis/diffusion/aimd/van_hove.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

from pymatgen.core import Structure
from pymatgen.util.plotting import pretty_plot
from pymatgen.util.typing import ArrayLike
from pymatgen.analysis.diffusion.analyzer import DiffusionAnalyzer

from .rdf import RadialDistributionFunction
Expand Down
1 change: 0 additions & 1 deletion pymatgen/analysis/diffusion/utils/maggma.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

from maggma.stores import MongoStore
from monty.serialization import MontyDecoder
from pymatgen.entries.computed_entries import ComputedEntry

logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
Expand Down
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ flake8
pylint
black
treon==0.1.4
maggma==0.49.5
maggma==0.49.10

0 comments on commit 1d0824c

Please sign in to comment.