File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
pkgs/development/python-modules/brax Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 55 stdenv ,
66
77 # build-system
8- setuptools ,
8+ hatchling ,
99
1010 # dependencies
1111 absl-py ,
3030 pytinyrenderer ,
3131 scipy ,
3232 tensorboardx ,
33- trimesh ,
33+ typing-extensions ,
3434
3535 # tests
3636 pytestCheckHook ,
4040
4141buildPythonPackage 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 = [
You can’t perform that action at this time.
0 commit comments