-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathdependency_map_of_gridcal.txt
153 lines (151 loc) · 15 KB
/
dependency_map_of_gridcal.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
Using the python package johnnydep as
> johnnydep gridcal
yields:
gridcal GridCal is a Power Systems simulation program intended for professional use and research
├── GridCalEngine==5.3.9 GridCal is a Power Systems simulation program intended for professional use and research
│ ├── autograd>=1.7.0 Efficiently computes derivatives of NumPy code.
│ │ └── numpy Fundamental package for array computing in Python
│ ├── chardet>=3.0.4 Universal encoding detector for Python 3
│ ├── geopy>=1.16 Python Geocoding Toolbox
│ │ └── geographiclib<3,>=1.52 The geodesic routines from GeographicLib
│ ├── h5py>=3.12.0 Read and write HDF5 files from Python
│ │ └── numpy>=1.19.3 Fundamental package for array computing in Python
│ ├── highspy>=1.8.0 A thin set of pybind11 wrappers to HiGHS
│ │ └── numpy Fundamental package for array computing in Python
│ ├── matplotlib>=2.1.1 Python plotting package
│ │ ├── contourpy>=1.0.1 Python library for calculating contours of 2D quadrilateral grids
│ │ │ └── numpy>=1.23 Fundamental package for array computing in Python
│ │ ├── cycler>=0.10 Composable style cycles
│ │ ├── fonttools>=4.22.0 Tools to manipulate font files
│ │ ├── kiwisolver>=1.3.1 A fast implementation of the Cassowary constraint solver
│ │ ├── numpy>=1.23 Fundamental package for array computing in Python
│ │ ├── packaging>=20.0 Core utilities for Python packages
│ │ ├── pillow>=8 Python Imaging Library (Fork)
│ │ ├── pyparsing>=2.3.1 pyparsing module - Classes and methods to define and execute parsing grammars
│ │ └── python-dateutil>=2.7 Extensions to the standard Python datetime module
│ │ └── six>=1.5 Python 2 and 3 compatibility utilities
│ ├── networkx>=2.1 Python package for creating and manipulating graphs and networks
│ ├── numba>=0.60 compiling Python code using LLVM
│ │ ├── llvmlite<0.45,>=0.44.0dev0 lightweight wrapper around basic LLVM functionality
│ │ └── numpy<2.2,>=1.24 Fundamental package for array computing in Python
│ ├── numpy<=2.0.0 Fundamental package for array computing in Python
│ ├── opencv-python>=4.10.0.84 Wrapper package for OpenCV python bindings.
│ │ ├── numpy>=1.17.0 Fundamental package for array computing in Python
│ │ ├── numpy>=1.17.3 Fundamental package for array computing in Python
│ │ ├── numpy>=1.19.3 Fundamental package for array computing in Python
│ │ ├── numpy>=1.21.2 Fundamental package for array computing in Python
│ │ ├── numpy>=1.21.4 Fundamental package for array computing in Python
│ │ ├── numpy>=1.23.5 Fundamental package for array computing in Python
│ │ └── numpy>=1.26.0 Fundamental package for array computing in Python
│ ├── openpyxl>=2.4.9 A Python library to read/write Excel 2010 xlsx/xlsm files
│ │ └── et-xmlfile An implementation of lxml.xmlfile for the standard library
│ ├── pandas>=2.2.3 Powerful data structures for data analysis, time series, and statistics
│ │ ├── numpy>=1.26.0 Fundamental package for array computing in Python
│ │ ├── python-dateutil>=2.8.2 Extensions to the standard Python datetime module
│ │ │ └── six>=1.5 Python 2 and 3 compatibility utilities
│ │ ├── pytz>=2020.1 World timezone definitions, modern and historical
│ │ └── tzdata>=2022.7 Provider of IANA time zone data
│ ├── pvlib>=0.11 A set of functions and classes for simulating the performance of photovoltaic energy systems.
│ │ ├── h5py Read and write HDF5 files from Python
│ │ │ └── numpy>=1.19.3 Fundamental package for array computing in Python
│ │ ├── numpy>=1.19.3 Fundamental package for array computing in Python
│ │ ├── pandas>=1.3.0 Powerful data structures for data analysis, time series, and statistics
│ │ │ ├── numpy>=1.26.0 Fundamental package for array computing in Python
│ │ │ ├── python-dateutil>=2.8.2 Extensions to the standard Python datetime module
│ │ │ │ └── six>=1.5 Python 2 and 3 compatibility utilities
│ │ │ ├── pytz>=2020.1 World timezone definitions, modern and historical
│ │ │ └── tzdata>=2022.7 Provider of IANA time zone data
│ │ ├── pytz World timezone definitions, modern and historical
│ │ ├── requests Python HTTP for Humans.
│ │ │ ├── certifi>=2017.4.17 Python package for providing Mozilla's CA Bundle.
│ │ │ ├── charset-normalizer<4,>=2 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
│ │ │ ├── idna<4,>=2.5 Internationalized Domain Names in Applications (IDNA)
│ │ │ └── urllib3<3,>=1.21.1 HTTP library with thread-safe connection pooling, file post, and more.
│ │ └── scipy>=1.6.0 Fundamental algorithms for scientific computing in Python
│ │ └── numpy<2.5,>=1.23.5 Fundamental package for array computing in Python
│ ├── pyarrow>=15 Python library for Apache Arrow
│ ├── pymoo>=0.6 Multi-Objective Optimization in Python
│ │ ├── Deprecated Python @deprecated decorator to deprecate old python classes, functions or methods.
│ │ │ └── wrapt<2,>=1.10 Module for decorators, wrappers and monkey patching.
│ │ ├── alive-progress A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
│ │ │ ├── about-time==4.2.1 Easily measure timing and throughput of code blocks, with beautiful human friendly representations.
│ │ │ └── grapheme==0.6.0 Unicode grapheme helpers
│ │ ├── autograd>=1.4 Efficiently computes derivatives of NumPy code.
│ │ │ └── numpy Fundamental package for array computing in Python
│ │ ├── cma==3.2.2 CMA-ES, Covariance Matrix Adaptation Evolution Strategy for non-linear numerical optimization in Python
│ │ │ └── numpy Fundamental package for array computing in Python
│ │ ├── dill serialize all of Python
│ │ ├── matplotlib>=3 Python plotting package
│ │ │ ├── contourpy>=1.0.1 Python library for calculating contours of 2D quadrilateral grids
│ │ │ │ └── numpy>=1.23 Fundamental package for array computing in Python
│ │ │ ├── cycler>=0.10 Composable style cycles
│ │ │ ├── fonttools>=4.22.0 Tools to manipulate font files
│ │ │ ├── kiwisolver>=1.3.1 A fast implementation of the Cassowary constraint solver
│ │ │ ├── numpy>=1.23 Fundamental package for array computing in Python
│ │ │ ├── packaging>=20.0 Core utilities for Python packages
│ │ │ ├── pillow>=8 Python Imaging Library (Fork)
│ │ │ ├── pyparsing>=2.3.1 pyparsing module - Classes and methods to define and execute parsing grammars
│ │ │ └── python-dateutil>=2.7 Extensions to the standard Python datetime module
│ │ │ └── six>=1.5 Python 2 and 3 compatibility utilities
│ │ ├── numpy>=1.15 Fundamental package for array computing in Python
│ │ └── scipy>=1.1 Fundamental algorithms for scientific computing in Python
│ │ └── numpy<2.5,>=1.23.5 Fundamental package for array computing in Python
│ ├── pyproj Python interface to PROJ (cartographic projections and coordinate transformations library)
│ │ └── certifi Python package for providing Mozilla's CA Bundle.
│ ├── pytest>=7.2 pytest: simple powerful testing with Python
│ │ ├── iniconfig brain-dead simple config-ini parsing
│ │ ├── packaging Core utilities for Python packages
│ │ └── pluggy<2,>=1.5 plugin and hook calling mechanisms for python
│ ├── rdflib RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
│ │ └── pyparsing<4,>=2.1.0 pyparsing module - Classes and methods to define and execute parsing grammars
│ ├── scikit-learn>=1.5.0 A set of python modules for machine learning and data mining
│ │ ├── joblib>=1.2.0 Lightweight pipelining with Python functions
│ │ ├── numpy>=1.19.5 Fundamental package for array computing in Python
│ │ ├── scipy>=1.6.0 Fundamental algorithms for scientific computing in Python
│ │ │ └── numpy<2.5,>=1.23.5 Fundamental package for array computing in Python
│ │ └── threadpoolctl>=3.1.0 threadpoolctl
│ ├── scipy>=1.0.0 Fundamental algorithms for scientific computing in Python
│ │ └── numpy<2.5,>=1.23.5 Fundamental package for array computing in Python
│ ├── setuptools>=41.0.1 Easily download, build, install, upgrade, and uninstall Python packages
│ ├── websockets An implementation of the WebSocket Protocol (RFC 6455 & 7692)
│ ├── wheel>=0.37.2 A built-package format for Python
│ ├── windpowerlib>=0.2.2 Creating time series of wind power plants.
│ │ ├── pandas Powerful data structures for data analysis, time series, and statistics
│ │ │ ├── numpy>=1.26.0 Fundamental package for array computing in Python
│ │ │ ├── python-dateutil>=2.8.2 Extensions to the standard Python datetime module
│ │ │ │ └── six>=1.5 Python 2 and 3 compatibility utilities
│ │ │ ├── pytz>=2020.1 World timezone definitions, modern and historical
│ │ │ └── tzdata>=2022.7 Provider of IANA time zone data
│ │ └── requests Python HTTP for Humans.
│ │ ├── certifi>=2017.4.17 Python package for providing Mozilla's CA Bundle.
│ │ ├── charset-normalizer<4,>=2 The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
│ │ ├── idna<4,>=2.5 Internationalized Domain Names in Applications (IDNA)
│ │ └── urllib3<3,>=1.21.1 HTTP library with thread-safe connection pooling, file post, and more.
│ ├── xlrd>=1.1.0 Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files
│ └── xlwt>=1.3.0 Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.7, 3.3+
├── PySide6>=6.8.0 Python bindings for the Qt cross-platform application and UI framework
│ ├── PySide6-Addons==6.8.2.1 Python bindings for the Qt cross-platform application and UI framework (Addons)
│ │ ├── PySide6-Essentials==6.8.2.1 Python bindings for the Qt cross-platform application and UI framework (Essentials)
│ │ │ └── shiboken6==6.8.2.1 Python/C++ bindings helper module
│ │ └── shiboken6==6.8.2.1 Python/C++ bindings helper module
│ ├── PySide6-Essentials==6.8.2.1 Python bindings for the Qt cross-platform application and UI framework (Essentials)
│ │ └── shiboken6==6.8.2.1 Python/C++ bindings helper module
│ └── shiboken6==6.8.2.1 Python/C++ bindings helper module
├── darkdetect Detect OS Dark Mode from Python
├── opencv-python>=4.10.0.84 Wrapper package for OpenCV python bindings.
│ ├── numpy>=1.17.0 Fundamental package for array computing in Python
│ ├── numpy>=1.17.3 Fundamental package for array computing in Python
│ ├── numpy>=1.19.3 Fundamental package for array computing in Python
│ ├── numpy>=1.21.2 Fundamental package for array computing in Python
│ ├── numpy>=1.21.4 Fundamental package for array computing in Python
│ ├── numpy>=1.23.5 Fundamental package for array computing in Python
│ └── numpy>=1.26.0 Fundamental package for array computing in Python
├── packaging Core utilities for Python packages
├── pyqtdarktheme
├── pytest>=7.2 pytest: simple powerful testing with Python
│ ├── iniconfig brain-dead simple config-ini parsing
│ ├── packaging Core utilities for Python packages
│ └── pluggy<2,>=1.5 plugin and hook calling mechanisms for python
├── setuptools>=41.0.1 Easily download, build, install, upgrade, and uninstall Python packages
├── websockets An implementation of the WebSocket Protocol (RFC 6455 & 7692)
└── wheel>=0.37.2 A built-package format for Python