Skip to content

Commit b654d28

Browse files
committed
fix: update rapidyaml requirement for Python 3.12 compatibility and add missing import
1 parent 29720e4 commit b654d28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pyvista==0.45.0
111111
# via -r requirements.in
112112
pyyaml==6.0.2
113113
# via trame
114-
rapidyaml==0.8.0
114+
rapidyaml==0.9.0
115115
# via fourcipp
116116
referencing==0.36.2
117117
# via

src/fourc_webviewer/run_webserver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Utility to run the webserver on a defined port."""
22

3+
from fourc_webviewer.fourc_webserver import FourCWebServer
34
from fourc_webviewer_default_files import (
45
DEFAULT_INPUT_FILE,
56
)

0 commit comments

Comments
 (0)