File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
kaggle_environments/envs/werewolf Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import pytest
2
2
3
+ pytest .skip ("skipping while Werewolf is being checked in piecemeal" , allow_module_level = True )
4
+
3
5
from kaggle_environments import make
4
6
5
7
URLS = {
Original file line number Diff line number Diff line change @@ -8,22 +8,20 @@ authors = [
8
8
dependencies = [
9
9
" accelerate" ,
10
10
" bitsandbytes" ,
11
- " Chessnut >= 0.4.1" ,
12
11
" Flask >= 1.1.2" ,
13
12
" gymnasium == 1.2.0" ,
14
13
" gymnax==0.0.8" ,
15
14
" jax" ,
16
15
" jsonschema >= 3.0.1" ,
17
16
" litellm" ,
18
17
" numpy >= 2.2.6" ,
19
- " open_spiel >= 1.6.2 " ,
18
+ " open_spiel >= 1.6.3 " ,
20
19
" pettingzoo == 1.24.0" ,
21
20
" pydantic >= 2.11.4" ,
22
21
" pygame" ,
23
22
" pyjson5" ,
24
23
" termcolor" ,
25
24
" requests >= 2.25.1" ,
26
- " scipy >= 1.15.3" ,
27
25
" shimmy >= 1.2.1" ,
28
26
" stable-baselines3 == 2.7.0" ,
29
27
" transformers >= 4.33.1" ,
You can’t perform that action at this time.
0 commit comments