Merge pull request #326520 from GaetanLepage/jaxtyping

python311Packages.jaxtyping: 0.2.31 -> 0.2.33
This commit is contained in:
Sandro 2024-07-14 21:51:37 +02:00 committed by GitHub
commit 1fe5167126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -72,6 +72,10 @@ buildPythonPackage rec {
# AssertionError: assert 'foo:\n pri...pe=float32)\n' == 'foo:\n pri...pe=float32)\n'
# Also reported in patrick-kidger/equinox#716
"test_backward_nan"
# Flaky test
# See https://github.com/patrick-kidger/equinox/issues/781
"test_traceback_runtime_eqx"
];
meta = {

View File

@ -18,7 +18,7 @@
let
self = buildPythonPackage rec {
pname = "jaxtyping";
version = "0.2.31";
version = "0.2.33";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ let
owner = "google";
repo = "jaxtyping";
rev = "refs/tags/v${version}";
hash = "sha256-kuGFzp8sDLq6J/qq8ap3lD3n1pABHurXcbRUtDQyWwE=";
hash = "sha256-CL1EONbjjT3SCAn2o1x+1cgfuYWMEgQwbX9j34t+HGs=";
};
build-system = [