Skip to content

Commit 32d91aa

Browse files
committed
python3Packages.orbax-checkpoint: 0.11.30 -> 0.11.33
1 parent f9979a0 commit 32d91aa

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

  • pkgs/development/python-modules/orbax-checkpoint

pkgs/development/python-modules/orbax-checkpoint/default.nix

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,20 @@
1414
humanize,
1515
jax,
1616
msgpack,
17-
nest-asyncio,
1817
numpy,
1918
protobuf,
2019
psutil,
2120
pyyaml,
2221
simplejson,
2322
tensorstore,
2423
typing-extensions,
24+
uvloop,
2525

2626
# tests
2727
chex,
28+
fastapi,
2829
google-cloud-logging,
30+
httpx,
2931
mock,
3032
optax,
3133
portpicker,
@@ -37,14 +39,14 @@
3739

3840
buildPythonPackage rec {
3941
pname = "orbax-checkpoint";
40-
version = "0.11.30";
42+
version = "0.11.33";
4143
pyproject = true;
4244

4345
src = fetchFromGitHub {
4446
owner = "google";
4547
repo = "orbax";
4648
tag = "v${version}";
47-
hash = "sha256-y8l0AVGt2t5zLX+x+yuWHsEDy68agpXIkrew+zfYGXU=";
49+
hash = "sha256-ibHV+MwQvlh2USeDVAUWEJxCS1MGuPZRnZZTBWFO7UQ=";
4850
};
4951

5052
sourceRoot = "${src.name}/checkpoint";
@@ -58,21 +60,23 @@ buildPythonPackage rec {
5860
humanize
5961
jax
6062
msgpack
61-
nest-asyncio
6263
numpy
6364
protobuf
6465
psutil
6566
pyyaml
6667
simplejson
6768
tensorstore
6869
typing-extensions
70+
uvloop
6971
]
7072
++ etils.optional-dependencies.epath
7173
++ etils.optional-dependencies.epy;
7274

7375
nativeCheckInputs = [
7476
chex
77+
fastapi
7578
google-cloud-logging
79+
httpx
7680
mock
7781
optax
7882
portpicker
@@ -81,7 +85,6 @@ buildPythonPackage rec {
8185
safetensors
8286
torch
8387
];
84-
8588
pythonImportsCheck = [
8689
"orbax"
8790
"orbax.checkpoint"
@@ -156,6 +159,7 @@ buildPythonPackage rec {
156159
"orbax/checkpoint/checkpoint_manager_test.py"
157160
"orbax/checkpoint/single_host_test.py"
158161
"orbax/checkpoint/transform_utils_test.py"
162+
"orbax/checkpoint/_src/handlers/pytree_checkpoint_handler_test.py"
159163
];
160164

161165
meta = {

0 commit comments

Comments
 (0)