Skip to content

Commit

Permalink
fix broken mesa dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamZh0u committed Dec 16, 2024
1 parent 04c1c7f commit 383cce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesa_geo/visualization/geojupyter_viz.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import warnings

import matplotlib.pyplot as plt
import mesa.experimental.components.matplotlib as components_matplotlib
import mesa.visualization.components.matplotlib_components as components_matplotlib
import solara
import xyzservices.providers as xyz
from mesa.experimental import solara_viz as jv
from mesa.visualization import solara_viz as jv
from solara.alias import rv

import mesa_geo.visualization.leaflet_viz as leaflet_viz
Expand Down

0 comments on commit 383cce3

Please sign in to comment.