Skip to content

Commit

Permalink
loose typing_extensions dependency (#148)
Browse files Browse the repository at this point in the history
* update

* try to fix pre-commit change
  • Loading branch information
im-Kitsch authored Oct 4, 2023
1 parent ea40978 commit fb4ffb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions minari/data_collector/callbacks/step_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from typing import Any, Dict, Optional
from typing_extensions import TypedDict
from typing import Any, Dict, Optional, TypedDict

import gymnasium as gym

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"numpy >=1.21.0",
"h5py>=3.8.0",
"tqdm>=4.65.0",
"typing_extensions==4.4.0",
"typing_extensions>=4.4.0",
"google-cloud-storage==2.5.0",
"typer[all]==0.9.0",
"gymnasium>=0.28.1",
Expand Down

0 comments on commit fb4ffb8

Please sign in to comment.