Skip to content

Latest commit

 

History

History
82 lines (61 loc) · 4.03 KB

LicensesInformation.md

File metadata and controls

82 lines (61 loc) · 4.03 KB

Copyright (c) 2019-2020, RTE (https://www.rte-france.com)

See AUTHORS.txt

This Source Code Form is subject to the terms of the Mozilla Public License, version 2.0.

If a copy of the Mozilla Public License, version 2.0 was not distributed with this file,

you can obtain one at http://mozilla.org/MPL/2.0/.

SPDX-License-Identifier: MPL-2.0

This file is part of Grid2Op, Grid2Op a testbed platform to model sequential decision making in power systems.

Project dependencies

In this file, we try to recap the licenses of the project on which grid2op depends on. This file is NOT a substitute for the LICENSE files that presents the terms of the MPLv2.0 license, license under which this project is released.

Base package (required)

Package License
numpy BSD
scipy BSD-3-Clause "New"
pandas BSD-3-Clause "New"
pandapower BSD 3-Clause "New"
tqdm MPL 2.0
pathlib MIT
networkx BSD 3-Clause "New"
requests Apache License 2.0
imageio BSD-2-Clause "Simplified"
matplotlib PSF

Optional packages

Extra package (optional)

Package License
nbformat BSD
jupyter-client BSD 3-Clause "New"
jyquickhelper MIT

Optional (optional)

Package License
numba BSD 2-Clause "Simplified"
plotly MIT
seaborn BSD 3-Clause "new"
pygifsicle MIT
psutil BSD 3-Clause "new"

deprecated (optional)

Package License
pygame GNU LGPL v2.1
imageio-ffmpeg BSD 2-Clause "Simplified"

doc (optional)

Package License
numpydoc BSD
sphinx BSD
sphinx-rtd-theme MIT
sphinxcontrib-trio MIT or Apache 2
autodocsumm GPL v2

challenge (optional)

Package License
tensorflow Apache License 2.0
Keras MIT
torch BSD 3-Clause "New"
statsmodels BSD
scikit-learn BSD 3-clauses
gym MIT