Unverified Commit e84b813d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pvlib: remove disabled

Removed dependency on pythonOlder and disabled condition.
parent d8302692
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  pytest-remotedata,
  pytest-rerunfailures,
  pytest-timeout,
  pythonOlder,
  pytz,
  requests,
  requests-mock,
@@ -24,8 +23,6 @@ buildPythonPackage rec {
  version = "0.13.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-qT/RGNBIt4fbZsI0SGwFwMZc8J2zRNggg5YbyCat9G8=";