Unverified Commit d943caed authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #259235 from sheepforce/qcelemental

qcelemental: 0.25.1 -> 0.26.0
parents e462c917 b68f1972
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -6,22 +6,26 @@
, numpy
, pint
, pydantic
, poetry-core
, pytestCheckHook
, pythonOlder
}:

buildPythonPackage rec {
  pname = "qcelemental";
  version = "0.25.1";
  format = "setuptools";
  version = "0.26.0";

  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-4+DlP+BH0UdWcYRBBApdc3E18L2zPvsdY6GTW5WCGnQ=";
    hash = "sha256-oU6FEM2/2mRe8UYcGv0C77WZMRcz27pfg/zR1haKbd0=";
  };

  nativeBuildInputs = [ poetry-core ];

  propagatedBuildInputs = [
    networkx
    numpy