Skip to content

Commit

Permalink
Temp env fixes for broken head.
Browse files Browse the repository at this point in the history
  • Loading branch information
jf514 committed Sep 28, 2024
1 parent bd64b56 commit 9589048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: stac-mjx-env
name: stac-mjx-env-2
channels:
- conda-forge
- anaconda
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,18 @@ dev = [
"build",
"matplotlib",
"ipykernel",
"mujoco",
"mujoco-mjx",
"mujoco==3.2.2",
"mujoco-mjx==3.2.2",
"brax",
"opencv-python",
"wandb",
"mediapy",
"pynwb",
"dm_control",
"dm_control==1.0.22",
"tqdm",
"numba",
"ndx_pose",
"ndx_pose==0.1.1",
# "ndx_pose",
"hydra-core",
"imageio",
"h5py",
Expand Down

0 comments on commit 9589048

Please sign in to comment.