Skip to content

Commit eba741f

Browse files
miguelalonsojrGitHub Actions - update submodules
authored and
GitHub Enterprise
committed
Update submodules (#56)
Co-authored-by: GitHub Actions - update submodules <[email protected]>
1 parent f5e7047 commit eba741f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ml-agents-envs/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run(self):
5555
"protobuf>=3.6",
5656
"pyyaml>=3.1.0",
5757
"gym>=0.21.0",
58-
"pettingzoo>=1.15.0",
58+
"pettingzoo==1.15.0",
5959
"numpy==1.21.2",
6060
"filelock>=3.4.0",
6161
],

utils/validate_inits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class NonTrivialPEP420PackageFinder(PEP420PackageFinder):
1313
"""
1414

1515
@staticmethod
16-
def _looks_like_package(path):
16+
def _looks_like_package(path, package_name=None):
1717
glob_path = os.path.join(path, "*.py")
1818
return any(glob.iglob(glob_path))
1919

0 commit comments

Comments
 (0)