Skip to content

Commit 69710a3

Browse files
authored
fix: environment.yml for flatland-rl==4.0.4. Workaround can be removed with flatland==4.0.5. (#163)
1 parent d97fb63 commit 69710a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

evaluation/evaluator/environment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ dependencies:
33
- python==3.10.16
44
- pip:
55
- pyyaml
6+
# TODO workaround till 4.0.5 is released with fix from https://github.com/flatland-association/flatland-rl/pull/127/
7+
- attrs
8+
- setuptools
69
- flatland-rl==4.0.4

0 commit comments

Comments
 (0)