Skip to content

Commit

Permalink
Fixed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SanPen committed Nov 18, 2023
1 parent 1a9ccee commit 3ea4a0f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
17 changes: 5 additions & 12 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/auto_document_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
from typing import Dict
import pandas as pd
from pytablewriter import RstSimpleTableWriter
from GridCalEngine.IO.cim.cgmes_2_4_15.cgmes_circuit import CgmesCircuit
from GridCalEngine.IO.raw.devices.psse_circuit import PsseCircuit
from GridCalEngine.Core.Devices.multi_circuit import MultiCircuit
Expand Down Expand Up @@ -75,7 +76,7 @@ def write_dataframes_to_excel(data_frames: Dict[str, pd.DataFrame], filename):


def write_dataframes_to_rst(data_frames: Dict[str, pd.DataFrame], filename, tilte):
from pytablewriter import RstSimpleTableWriter


m = 10

Expand Down Expand Up @@ -106,7 +107,6 @@ def write_dataframes_to_rst(data_frames: Dict[str, pd.DataFrame], filename, tilt


def write_dataframes_to_rst2(w, data_frames: Dict[str, pd.DataFrame], tilte):
from pytablewriter import RstSimpleTableWriter

m = 10

Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx
pandas
pytablewriter
GridCalEngine >= 5.0.0

0 comments on commit 3ea4a0f

Please sign in to comment.