Skip to content

Commit

Permalink
Merge pull request #306 from libAtoms/moved_matplotlib_cmap
Browse files Browse the repository at this point in the history
CI test fails to import get_cmap
  • Loading branch information
bernstei authored May 17, 2024
2 parents bc1e415 + 16c0955 commit 37f115d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="wfl",
version="0.2.4",
version="0.2.5",
packages=setuptools.find_packages(exclude=["tests"]),
install_requires=["click>=7.0", "numpy", "ase>=3.22.1", "pyyaml", "spglib", "docstring_parser",
"expyre-wfl @ https://github.com/libAtoms/ExPyRe/tarball/main",
Expand Down
2 changes: 1 addition & 1 deletion wfl/fit/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np

from matplotlib.figure import Figure
from matplotlib.cm import get_cmap
from matplotlib.pyplot import get_cmap


def calc(inputs, calc_property_prefix, ref_property_prefix,
Expand Down

0 comments on commit 37f115d

Please sign in to comment.