Skip to content

Commit 54244d4

Browse files
authored
python3Packages.brax: 0.12.1 -> 0.12.3 (#416064)
2 parents ea29103 + e277b78 commit 54244d4

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

pkgs/development/python-modules/brax/default.nix

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
stdenv,
66

77
# build-system
8-
setuptools,
8+
hatchling,
99

1010
# dependencies
1111
absl-py,
@@ -30,7 +30,7 @@
3030
pytinyrenderer,
3131
scipy,
3232
tensorboardx,
33-
trimesh,
33+
typing-extensions,
3434

3535
# tests
3636
pytestCheckHook,
@@ -40,29 +40,27 @@
4040

4141
buildPythonPackage rec {
4242
pname = "brax";
43-
version = "0.12.1";
43+
version = "0.12.3";
4444
pyproject = true;
4545

4646
src = fetchFromGitHub {
4747
owner = "google";
4848
repo = "brax";
4949
tag = "v${version}";
50-
hash = "sha256-whkkqTTy5CY6soyS5D7hWtBZuVHc6si1ArqwLgzHDkw=";
50+
hash = "sha256-WshTiWK6XpwK2h/aw/YogA5pGo5U7RdZBz6UjD1Ft/4=";
5151
};
5252

5353
build-system = [
54-
setuptools
54+
hatchling
5555
];
5656

5757
dependencies = [
5858
absl-py
59-
# TODO: remove dm_env after dropping legacy v1 code
6059
dm-env
6160
etils
6261
flask
6362
flask-cors
6463
flax
65-
# TODO: remove grpcio and gym after dropping legacy v1 code
6664
grpcio
6765
gym
6866
jax
@@ -76,11 +74,10 @@ buildPythonPackage rec {
7674
optax
7775
orbax-checkpoint
7876
pillow
79-
# TODO: remove pytinyrenderer after dropping legacy v1 code
8077
pytinyrenderer
8178
scipy
8279
tensorboardx
83-
trimesh
80+
typing-extensions
8481
];
8582

8683
nativeCheckInputs = [

0 commit comments

Comments
 (0)