python311Packages.ax: 0.3.4 -> 0.3.6 (#279342)

This commit is contained in:
Felix Bühler 2024-01-07 20:31:58 +01:00 committed by GitHub
parent 87b0b2088f
commit 015448a913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,18 +15,19 @@
, pyfakefs
, pytestCheckHook
, yappi
, pyre-extensions
}:
buildPythonPackage rec {
pname = "ax";
version = "0.3.4";
version = "0.3.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "facebook";
repo = pname;
rev = version;
hash = "sha256-Yc6alEKXbtQ0hitIdPhkJWhZQg150b0NJJRLZ+f1hdY=";
hash = "sha256-5f2VpOFDRz6YzxvxFYWMu8hljkMVbBsyULYVreUxYRU=";
};
nativeBuildInputs = [
@ -42,6 +43,7 @@ buildPythonPackage rec {
pandas
plotly
typeguard
pyre-extensions
];
SETUPTOOLS_SCM_PRETEND_VERSION = version;