Commit 2a4fd9b1 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.jupysql: skip bulk update due to inconsistent version numbering

parent 539b3bc9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -128,6 +128,9 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "sql" ];

  # python-update-script picks up an 11-year old 0.38 over the current version
  passthru.skipBulkUpdate = true;

  meta = {
    description = "Better SQL in Jupyter";
    homepage = "https://github.com/ploomber/jupysql";