Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/forest_fire/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
jupyter
mesa[viz]>=3.0
networkx
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added networkx as it was missing from requirements.txt, which caused a ModuleNotFoundError when running the forest_fire example.