forked from hunteke/temoa
-
Notifications
You must be signed in to change notification settings - Fork 48
/
environment_minimal.yml
49 lines (47 loc) · 1.12 KB
/
environment_minimal.yml
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
# NOTE: This environment is UNTESTED. It is just a couple version updates on the old conda environment
# file. Development has moved forward with pip and the requirements.txt
# file without using conda. Feedback/corrections/pull requests to tighten up this file for conda
# users are welcome.
name: temoa_min
channels:
- defaults
- conda-forge
dependencies:
# Requirements for core model functionality
- python=3.12
- pyomo=6.7
# - pyomo.extras
- xlwt
# - ipython
# - matplotlib
- pandas
- numpy
- scipy
- joblib
- salib
- pydoe
- pyutilib
# - glpk
# - python-graphviz
# - ipykernel
# - jupyter
# - jupyter_contrib_nbextensions
# - seaborn
- tabulate
- xlsxwriter
# - plotly
- pyam
# cbc solver below cannot be installed via Conda on Windows
# - coincbc
- pytest
- deprecated
- openpyxl
- networkx
- gravis
- gurobi
# Below required to update documentation
# - sphinx
# - sphinx_rtd_theme
# - sphinxcontrib-htmlhelp
# - sphinxcontrib-serializinghtml
# - sphinxcontrib-bibtex