Skip to content

Commit 53abc8d

Browse files
rhttpike3
authored andcommitted
Add Solara as dependency
1 parent b9b006b commit 53abc8d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
mesa~=1.1
2-
solara
3-
git+https://github.com/projectmesa/mesa-examples
2+
-e git+https://github.com/projectmesa/mesa-examples
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
jupyter
22
matplotlib
33
mesa~=1.1
4-
solara
5-
git+https://github.com/projectmesa/mesa-examples
4+
-e git+https://github.com/projectmesa/mesa-examples

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ license = {file = "LICENSE"}
99
readme = "README.rst"
1010
requires-python = ">=3.8"
1111
dependencies = [
12-
"mesa>=1.2"
12+
"mesa>=1.2",
13+
"solara",
1314
]
1415

1516

0 commit comments

Comments
 (0)