python313Packages.narwhals: 1.38.2 -> 1.40.0 (#409378)

This commit is contained in:
Fabian Affolter
2025-05-22 09:51:07 +02:00
committed by GitHub
@@ -6,25 +6,29 @@
fetchFromGitHub,
hatchling,
hypothesis,
ibis-framework,
packaging,
pandas,
polars,
pyarrow-hotfix,
pyarrow,
pyspark,
pytest-env,
pytestCheckHook,
rich,
sqlframe,
}:
buildPythonPackage rec {
pname = "narwhals";
version = "1.38.2";
version = "1.40.0";
pyproject = true;
src = fetchFromGitHub {
owner = "narwhals-dev";
repo = "narwhals";
tag = "v${version}";
hash = "sha256-zqtYTqirAXLcpFA2sXczl0HPWL/3cYWws2yUfE8I8NY=";
hash = "sha256-cCgWKH4DzENTI1vwxOU+GRp/poUe55XqSPY8UHYy9PI=";
};
build-system = [ hatchling ];
@@ -37,6 +41,12 @@ buildPythonPackage rec {
polars = [ polars ];
pyarrow = [ pyarrow ];
pyspark = [ pyspark ];
ibis = [
ibis-framework
rich
packaging
pyarrow-hotfix
];
sqlframe = [ sqlframe ];
};
@@ -54,6 +64,9 @@ buildPythonPackage rec {
"test_rolling_var_hypothesis"
# Missing file
"test_pyspark_connect_deps_2517"
# Timezone issue
"test_to_datetime"
"test_unary_two_elements"
];
pytestFlagsArray = [