Commit 6ed28334 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pymatgen: format with nixfmt

parent 0d9c130d
Loading
Loading
Loading
Loading
+34 −37
Original line number Diff line number Diff line
{ lib
, stdenv
, ase
, buildPythonPackage
, cython
, fetchFromGitHub
, glibcLocales
, joblib
, matplotlib
, monty
, networkx
, oldest-supported-numpy
, palettable
, pandas
, plotly
, pybtex
, pydispatcher
, pytest-xdist
, pytestCheckHook
, pythonOlder
, requests
, ruamel-yaml
, scipy
, seekpath
, setuptools
, spglib
, sympy
, tabulate
, uncertainties
{
  lib,
  stdenv,
  ase,
  buildPythonPackage,
  cython,
  fetchFromGitHub,
  glibcLocales,
  joblib,
  matplotlib,
  monty,
  networkx,
  oldest-supported-numpy,
  palettable,
  pandas,
  plotly,
  pybtex,
  pydispatcher,
  pytest-xdist,
  pytestCheckHook,
  pythonOlder,
  requests,
  ruamel-yaml,
  scipy,
  seekpath,
  setuptools,
  spglib,
  sympy,
  tabulate,
  uncertainties,
}:

buildPythonPackage rec {
@@ -43,9 +44,7 @@ buildPythonPackage rec {
    hash = "sha256-vjasWQgwjtoM/6Y1HwK1otMFejRWEj+YBxaIYDDSeeo=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  nativeBuildInputs = [
    cython
@@ -105,9 +104,7 @@ buildPythonPackage rec {
    "test_unconverged"
  ];

  pythonImportsCheck = [
    "pymatgen"
  ];
  pythonImportsCheck = [ "pymatgen" ];

  meta = with lib; {
    description = "A robust materials analysis code that defines core object representations for structures and molecules";