mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
python312Packages.evosax: 0.1.6 -> 0.2.0 (#395323)
This commit is contained in:
commit
56f90ebe3e
1 changed files with 11 additions and 5 deletions
|
@ -27,27 +27,24 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "evosax";
|
pname = "evosax";
|
||||||
version = "0.1.6";
|
version = "0.2.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RobertTLange";
|
owner = "RobertTLange";
|
||||||
repo = "evosax";
|
repo = "evosax";
|
||||||
tag = "v.${version}";
|
tag = "v.${version}";
|
||||||
hash = "sha256-v8wRiWZlJPF9pIXocQ6/caHl1W4QBNjkmuImJ6MAueo=";
|
hash = "sha256-ye5IHM8Pn/+BXI9kcB3W281Gna9hXV8DwsaJ9Xu06fU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
chex
|
|
||||||
dotmap
|
dotmap
|
||||||
flax
|
flax
|
||||||
jax
|
jax
|
||||||
jaxlib
|
|
||||||
matplotlib
|
matplotlib
|
||||||
numpy
|
numpy
|
||||||
pyyaml
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "evosax" ];
|
pythonImportsCheck = [ "evosax" ];
|
||||||
|
@ -66,6 +63,15 @@ buildPythonPackage rec {
|
||||||
"test_env_ffw_rollout"
|
"test_env_ffw_rollout"
|
||||||
|
|
||||||
# Tries to download a data set from the internet
|
# Tries to download a data set from the internet
|
||||||
|
"test_brax_problem_eval"
|
||||||
|
"test_brax_problem_init"
|
||||||
|
"test_brax_problem_sample"
|
||||||
|
"test_gymnax_problem_eval"
|
||||||
|
"test_gymnax_problem_init"
|
||||||
|
"test_gymnax_problem_sample"
|
||||||
|
"test_torchvision_problem_eval"
|
||||||
|
"test_torchvision_problem_init"
|
||||||
|
"test_torchvision_problem_sample"
|
||||||
"test_vision_fitness"
|
"test_vision_fitness"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue