forked from TemoaProject/temoa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
47 lines (43 loc) · 1.01 KB
/
Copy pathrequirements.txt
File metadata and controls
47 lines (43 loc) · 1.01 KB
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
# Requirements for core model functionality
# python used = 3.11
# to use pip to install (in a venv, if desired):
# $: pip install -r requirements.txt
pyomo>=6.7.1
# pyomo.extras <-- not avaialable on PyPi. Does not appear to be used in project
# xlwt # not used
ipython
matplotlib
pandas
numpy
# scipy # not used
joblib>=1.3.2
salib>=1.4.7
pydoe>=0.3.8
pyutilib>=6.0.0
# glpk <-- Not in PyPi. Should be installed separately
# python-graphviz <-- appears as graphviz in pypi (below)
graphviz
ipykernel
jupyter
jupyter_contrib_nbextensions
seaborn
tabulate
xlsxwriter>=3.1.9
plotly
pyam-iamc # <-- different name on PyPi
# Below required to update documentation
sphinx
# sphisphinx_rtd_theme <-- not available on PyPi
sphinx-rtd-theme
sphinxcontrib-htmlhelp
sphinxcontrib-serializinghtml
sphinxcontrib-bibtex
# nxcontrib-bibtex <-- not available on pypi
# cbc <-- solver should be installed separately, not available on PyPi
# new requirements
pytest
Deprecated
openpyxl~=3.1.2
networkx~=3.2.1
gravis
highspy>=1.7.1.dev1