forked from NLRWindSystems/WEIS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
73 lines (72 loc) · 1.1 KB
/
environment.yml
File metadata and controls
73 lines (72 loc) · 1.1 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
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
channels:
- conda-forge
- defaults
dependencies:
- alabaster
- babel
- cmake>=3.21.1
- control
- coveralls
- cython
- dill
- docutils
- et-xmlfile
- future
- git
- gdown
- imagesize
- jinja2
- jsonmerge
- jsonschema
- make
- markupsafe
- matplotlib-base
- nlopt
- numpy=1.23.1
- numpydoc
- openmdao
- openpyxl
- osqp
- pandas
- patsy
- pip
- pygments
- pyoptsparse
- pyside2
- pytest
- pytest-cov
- python-benedict
- pyyaml
- pyzmq
- qdldl-python
- ruamel_yaml
- scipy
- seaborn
- setuptools<60.0
- simpy
- slycot
- smt
- snowballstemmer
- sortedcontainers
- sphinx
- sphinxcontrib-applehelp
- sphinxcontrib-devhelp
- sphinxcontrib-htmlhelp
- sphinxcontrib-jsmath
- sphinxcontrib-qthelp
- sphinxcontrib-serializinghtml
- statsmodels
- swig
- treon
- pyzmq
# - versioneer
- pip:
- fatpack
- marmot-agents
- mat4py
# Needs to be done outside of environment file:
# - m2w64-toolchain # [win]
# - libpython # [win]
# - compilers # [not win]
# - petsc4py # [not win]
# - mpi4py # [not win]