Skip to content

Commit a93e5df

Browse files
committed
Merge branch 'master' into wwolf_game
2 parents b718bce + 88079b8 commit a93e5df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kaggle_environments/envs/werewolf/test_werewolf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import pytest
22

3+
pytest.skip("skipping while Werewolf is being checked in piecemeal", allow_module_level=True)
4+
35
from kaggle_environments import make
46

57
URLS = {

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,20 @@ authors = [
88
dependencies = [
99
"accelerate",
1010
"bitsandbytes",
11-
"Chessnut >= 0.4.1",
1211
"Flask >= 1.1.2",
1312
"gymnasium == 1.2.0",
1413
"gymnax==0.0.8",
1514
"jax",
1615
"jsonschema >= 3.0.1",
1716
"litellm",
1817
"numpy >= 2.2.6",
19-
"open_spiel >= 1.6.2",
18+
"open_spiel >= 1.6.3",
2019
"pettingzoo == 1.24.0",
2120
"pydantic >= 2.11.4",
2221
"pygame",
2322
"pyjson5",
2423
"termcolor",
2524
"requests >= 2.25.1",
26-
"scipy >= 1.15.3",
2725
"shimmy >= 1.2.1",
2826
"stable-baselines3 == 2.7.0",
2927
"transformers >= 4.33.1",

0 commit comments

Comments
 (0)