-
Notifications
You must be signed in to change notification settings - Fork 38
/
environment.yml
52 lines (47 loc) · 1.03 KB
/
environment.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
50
51
# This file lists external packages required to run and develop CEASIOMpy.
#
# * Only top-level requirements are listed here.
# * You can use this file to set up a Conda environment:
#
# conda env create -f environment.yml
#
# See also: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
name: ceasiompy
channels:
- dlr-sc
- conda-forge
- defaults
dependencies:
- python=3.8
- cpacscreator=0.1
- clang=13.0.0
- codecov=2.1.11
- coverage=6.2
- flake8=4.0.1
- ipython=8.4.0
- ipywidgets=7.7.1
- matplotlib=3.5.2
- numpy=1.23.3
- openmdao=3.18.0
- pandas=1.4.2
- plotly=5.10.0
- pip=21.3.1
- pytest-cov=3.0.0
- python-kaleido=0.2.1
- pythreejs=2.3.0
- pyvista=0.36.1
- xmltodict=0.12.0
- vtk=9.0.1
- pip:
- altair == 4.0.0
- ambiance==1.3.0
- black==22.3
- cpacspy==0.1.8
- cython==0.29.30
- gmsh==4.10.3
- markdownpy==0.1.4
- om-pycycle
- pytest==7.2.0
- smt==1.2.0
- streamlit==1.14.0
- streamlit-autorefresh