Skip to content

Commit

Permalink
Bump DMC (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton authored Dec 23, 2024
1 parent 3e6e157 commit a214489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.
import dash
import dash_bootstrap_components as dbc
import dash_mantine_components as dmc
from dash.long_callback import DiskcacheLongCallbackManager
from dash import DiskcacheManager

Expand All @@ -38,14 +39,10 @@
external_stylesheets = [
dbc.themes.SPACELAB,
"//use.fontawesome.com/releases/v5.7.2/css/all.css",
"https://unpkg.com/@mantine/dates@7/styles.css",
"https://unpkg.com/@mantine/code-highlight@7/styles.css",
"https://unpkg.com/@mantine/charts@7/styles.css",
"https://unpkg.com/@mantine/carousel@7/styles.css",
"https://unpkg.com/@mantine/notifications@7/styles.css",
"https://unpkg.com/@mantine/nprogress@7/styles.css",
]

external_stylesheets = external_stylesheets + dmc.styles.ALL

external_scripts = [
"//code.jquery.com/jquery-1.12.1.min.js",
"//aladin.u-strasbg.fr/AladinLite/api/v3/3.2.0/aladin.js",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dash-bootstrap-components==1.5.0
dash-core-components==2.0.0
dash-html-components==2.0.0
dash-iconify==0.1.2
dash-mantine-components==0.14.3
dash-mantine-components==0.15.1
dash-table==5.0.0
Deprecated==1.2.14
dill==0.3.7
Expand Down

0 comments on commit a214489

Please sign in to comment.