Skip to content

Commit

Permalink
ensure compatibility across python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Munn committed Nov 21, 2024
1 parent daf3b50 commit 92cf92d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom/environments/customMPE.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import numpy as np
import scipy.linalg as lin
import chex
from typing import Tuple, Dict, override
from typing import Tuple, Dict
from typing_extensions import override
from flax import struct
from functools import partial
from jaxmarl.environments.mpe.simple import SimpleMPE, State, AGENT_COLOUR, OBS_COLOUR
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pillow>=10.2.0
pettingzoo>=1.24.3
tqdm>=4.66.0
scipy<=1.12
typing-extensions>=4.12

requests>=2.32.3
psycopg2-binary>=2.9.9
Expand Down

0 comments on commit 92cf92d

Please sign in to comment.