Skip to content

Commit 2269666

Browse files
authored
Merge pull request #7005 from JarettBakerDunn/contrib_python_readme_fix
Fix conda environment file in the contrib/python folder
2 parents 9d11acb + 8f73d64 commit 2269666

2 files changed

Lines changed: 7 additions & 232 deletions

File tree

contrib/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Python packages needed:
1616
1- Install Python with anaconda:
1717
https://www.anaconda.com/distribution/
1818

19-
2- The provided YAML configuration file <environment.yml> can be used to create the <py_aspect> environment and install all the packages listed above:
20-
>> conda env create -f environment.yml
19+
2- The provided YAML configuration file <env-py_aspect.yml> can be used to create the <py_aspect> environment and install all the packages listed above:
20+
>> conda env create -f env-py_aspect.yml
2121
2222
3- Activate the new environment:
2323
>> conda activate py_aspect

contrib/python/env-py_aspect.yml

Lines changed: 5 additions & 230 deletions
Original file line numberDiff line numberDiff line change
@@ -3,233 +3,8 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- aiofiles=22.1.0=py311hecd8cb5_0
7-
- aiosqlite=0.18.0=py311hecd8cb5_0
8-
- anyio=3.5.0=py311hecd8cb5_0
9-
- appnope=0.1.2=py311hecd8cb5_1001
10-
- argon2-cffi=21.3.0=pyhd3eb1b0_0
11-
- argon2-cffi-bindings=21.2.0=py311h6c40b1e_0
12-
- asttokens=2.0.5=pyhd3eb1b0_0
13-
- attrs=22.1.0=py311hecd8cb5_0
14-
- babel=2.11.0=py311hecd8cb5_0
15-
- backcall=0.2.0=pyhd3eb1b0_0
16-
- beautifulsoup4=4.12.2=py311hecd8cb5_0
17-
- blas=1.0=mkl
18-
- bleach=4.1.0=pyhd3eb1b0_0
19-
- bottleneck=1.3.5=py311hb9e55a9_0
20-
- brotli=1.0.9=hca72f7f_7
21-
- brotli-bin=1.0.9=hca72f7f_7
22-
- brotlipy=0.7.0=py311h6c40b1e_1002
23-
- bzip2=1.0.8=h1de35cc_0
24-
- c-ares=1.19.1=h0dc2134_0
25-
- ca-certificates=2023.05.30=hecd8cb5_0
26-
- certifi=2023.5.7=py311hecd8cb5_0
27-
- cffi=1.15.1=py311h6c40b1e_3
28-
- charset-normalizer=2.0.4=pyhd3eb1b0_0
29-
- comm=0.1.2=py311hecd8cb5_0
30-
- contourpy=1.0.5=py311ha357a0b_0
31-
- cryptography=39.0.1=py311hf6deb26_2
32-
- curl=8.1.1=h6c40b1e_1
33-
- cycler=0.11.0=pyhd3eb1b0_0
34-
- debugpy=1.5.1=py311hcec6c5f_0
35-
- decorator=5.1.1=pyhd3eb1b0_0
36-
- defusedxml=0.7.1=pyhd3eb1b0_0
37-
- double-conversion=3.2.0=hf0c8a7f_1
38-
- eigen=3.4.0=h940c156_0
39-
- entrypoints=0.4=py311hecd8cb5_0
40-
- executing=0.8.3=pyhd3eb1b0_0
41-
- expat=2.5.0=hf0c8a7f_1
42-
- ffmpeg=4.2.2=h97e5cf8_0
43-
- fonttools=4.25.0=pyhd3eb1b0_0
44-
- freetype=2.12.1=hd8bbffd_0
45-
- gettext=0.21.1=h8a4c099_0
46-
- giflib=5.2.1=h6c40b1e_3
47-
- gl2ps=1.4.2=h4cff582_0
48-
- glew=2.2.0=hcec6c5f_0
49-
- glib=2.69.1=hfff2838_2
50-
- gmp=6.2.1=h2e338ed_0
51-
- gnutls=3.6.15=hed9c0bf_0
52-
- gst-plugins-base=1.14.1=hcec6c5f_1
53-
- gstreamer=1.14.1=h6c40b1e_1
54-
- hdf4=4.2.13=h39711bb_2
55-
- hdf5=1.10.6=h10fe05b_1
56-
- icu=58.2=h0a44026_1000
57-
- idna=3.4=py311hecd8cb5_0
58-
- intel-openmp=2023.1.0=ha357a0b_43547
59-
- ipykernel=6.19.2=py311h4975b63_0
60-
- ipython=8.12.0=py311hecd8cb5_0
61-
- ipython_genutils=0.2.0=pyhd3eb1b0_1
62-
- ipywidgets=8.0.4=py311hecd8cb5_0
63-
- jedi=0.18.1=py311hecd8cb5_1
64-
- jinja2=3.1.2=py311hecd8cb5_0
65-
- jpeg=9e=h6c40b1e_1
66-
- json5=0.9.6=pyhd3eb1b0_0
67-
- jsoncpp=1.9.4=h940c156_3
68-
- jsonschema=4.17.3=py311hecd8cb5_0
69-
- jupyter=1.0.0=py311hecd8cb5_8
70-
- jupyter_client=8.1.0=py311hecd8cb5_0
71-
- jupyter_console=6.6.3=py311hecd8cb5_0
72-
- jupyter_core=5.3.0=py311hecd8cb5_0
73-
- jupyter_events=0.6.3=py311hecd8cb5_0
74-
- jupyter_server=2.5.0=py311hecd8cb5_0
75-
- jupyter_server_fileid=0.9.0=py311hecd8cb5_0
76-
- jupyter_server_terminals=0.4.4=py311hecd8cb5_1
77-
- jupyter_server_ydoc=0.8.0=py311hecd8cb5_1
78-
- jupyter_ydoc=0.2.4=py311hecd8cb5_0
79-
- jupyterlab=3.6.3=py311hecd8cb5_0
80-
- jupyterlab_pygments=0.1.2=py_0
81-
- jupyterlab_server=2.22.0=py311hecd8cb5_0
82-
- jupyterlab_widgets=3.0.5=py311hecd8cb5_0
83-
- kiwisolver=1.4.4=py311hcec6c5f_0
84-
- krb5=1.20.1=h049b76e_0
85-
- lame=3.100=hb7f2c08_1003
86-
- lcms2=2.12=hf1fd2bf_0
87-
- lerc=3.0=he9d5cce_0
88-
- libbrotlicommon=1.0.9=hca72f7f_7
89-
- libbrotlidec=1.0.9=hca72f7f_7
90-
- libbrotlienc=1.0.9=hca72f7f_7
91-
- libclang=12.0.0=default_hbc2896b_2
92-
- libcurl=8.1.1=hf20ceda_1
93-
- libcxx=14.0.6=h9765a3e_0
94-
- libdeflate=1.17=hb664fd8_0
95-
- libedit=3.1.20191231=h0678c8f_2
96-
- libev=4.33=haf1e3a3_1
97-
- libexpat=2.5.0=hf0c8a7f_1
98-
- libffi=3.4.4=hecd8cb5_0
99-
- libgfortran=5.0.0=11_3_0_hecd8cb5_28
100-
- libgfortran5=11.3.0=h9dfd629_28
101-
- libiconv=1.17=hac89ed1_0
102-
- libidn2=2.3.4=hb7f2c08_0
103-
- libllvm12=12.0.1=hd011deb_2
104-
- libnetcdf=4.8.1=ha5d86b0_2
105-
- libnghttp2=1.52.0=h9beae6a_1
106-
- libogg=1.3.5=hca72f7f_1
107-
- libopus=1.3.1=hc929b4f_1
108-
- libpng=1.6.39=h6c40b1e_0
109-
- libpq=12.15=h04015c4_1
110-
- libsodium=1.0.18=h1de35cc_0
111-
- libssh2=1.10.0=h04015c4_2
112-
- libtasn1=4.19.0=hb7f2c08_0
113-
- libtheora=1.1.1=h0d85af4_1005
114-
- libtiff=4.5.0=hcec6c5f_2
115-
- libunistring=0.9.10=h0d85af4_0
116-
- libvorbis=1.3.7=h046ec9c_0
117-
- libvpx=1.7.0=h378b8a2_0
118-
- libwebp=1.2.4=hf6ce154_1
119-
- libwebp-base=1.2.4=h6c40b1e_1
120-
- libxml2=2.10.3=h930c0e2_0
121-
- libxslt=1.1.37=h6d1eb0e_0
122-
- libzip=1.8.0=h29ab7a1_1
123-
- llvm-openmp=16.0.6=hff08bdf_0
124-
- loguru=0.7.0=py311h6eed73b_0
125-
- lxml=4.9.2=py311h6c40b1e_0
126-
- lz4-c=1.9.4=hcec6c5f_0
127-
- markupsafe=2.1.1=py311h6c40b1e_0
128-
- matplotlib=3.7.1=py311hecd8cb5_1
129-
- matplotlib-base=3.7.1=py311h11e8b89_1
130-
- matplotlib-inline=0.1.6=py311hecd8cb5_0
131-
- mistune=0.8.4=py311h6c40b1e_1000
132-
- mkl=2023.1.0=h59209a4_43558
133-
- mkl-service=2.4.0=py311h6c40b1e_1
134-
- mkl_fft=1.3.6=py311hdb55bb0_1
135-
- mkl_random=1.2.2=py311hdb55bb0_1
136-
- munkres=1.1.4=py_0
137-
- nbclassic=0.5.5=py311hecd8cb5_0
138-
- nbclient=0.5.13=py311hecd8cb5_0
139-
- nbconvert=6.5.4=py311hecd8cb5_0
140-
- nbformat=5.7.0=py311hecd8cb5_0
141-
- ncurses=6.4=hcec6c5f_0
142-
- nest-asyncio=1.5.6=py311hecd8cb5_0
143-
- nettle=3.7.3=h230ac6f_1
144-
- notebook=6.5.4=py311hecd8cb5_0
145-
- notebook-shim=0.2.2=py311hecd8cb5_0
146-
- nspr=4.35=hea0b92c_0
147-
- nss=3.89.1=hcec6c5f_0
148-
- numexpr=2.8.4=py311h728a8a3_1
149-
- numpy=1.25.0=py311h728a8a3_0
150-
- numpy-base=1.25.0=py311h53bf9ac_0
151-
- openh264=2.1.1=h8346a28_0
152-
- openssl=3.0.9=hca72f7f_0
153-
- packaging=23.0=py311hecd8cb5_0
154-
- pandas=1.5.3=py311hc5848a5_0
155-
- pandocfilters=1.5.0=pyhd3eb1b0_0
156-
- parso=0.8.3=pyhd3eb1b0_0
157-
- pcre=8.45=he49afe7_0
158-
- pexpect=4.8.0=pyhd3eb1b0_3
159-
- pickleshare=0.7.5=pyhd3eb1b0_1003
160-
- pillow=9.4.0=py311hcec6c5f_0
161-
- pip=23.1.2=py311hecd8cb5_0
162-
- platformdirs=3.8.1=pyhd8ed1ab_0
163-
- ply=3.11=py311hecd8cb5_0
164-
- pooch=1.7.0=pyha770c72_3
165-
- proj=6.2.1=h773a61f_0
166-
- prometheus_client=0.14.1=py311hecd8cb5_0
167-
- prompt-toolkit=3.0.36=py311hecd8cb5_0
168-
- prompt_toolkit=3.0.36=hd3eb1b0_0
169-
- psutil=5.9.0=py311h6c40b1e_0
170-
- ptyprocess=0.7.0=pyhd3eb1b0_2
171-
- pure_eval=0.2.2=pyhd3eb1b0_0
172-
- pycparser=2.21=pyhd3eb1b0_0
173-
- pygments=2.15.1=py311hecd8cb5_1
174-
- pyopenssl=23.0.0=py311hecd8cb5_0
175-
- pyparsing=3.0.9=py311hecd8cb5_0
176-
- pyqt=5.15.7=py311hcec6c5f_0
177-
- pyqt5-sip=12.11.0=py311hcec6c5f_0
178-
- pyrsistent=0.18.0=py311h6c40b1e_0
179-
- pysocks=1.7.1=py311hecd8cb5_0
180-
- python=3.11.4=hf27a42d_0
181-
- python-dateutil=2.8.2=pyhd3eb1b0_0
182-
- python-fastjsonschema=2.16.2=py311hecd8cb5_0
183-
- python-json-logger=2.0.7=py311hecd8cb5_0
184-
- python_abi=3.11=2_cp311
185-
- pytz=2022.7=py311hecd8cb5_0
186-
- pyvista=0.40.1=pyhd8ed1ab_0
187-
- pyyaml=6.0=py311h6c40b1e_1
188-
- pyzmq=25.1.0=py311hcec6c5f_0
189-
- qt=5.15.9=hecd8cb5_0
190-
- qt-main=5.15.2=h719ae48_7
191-
- qt-webengine=5.15.9=h90a370e_4
192-
- qtconsole=5.4.2=py311hecd8cb5_0
193-
- qtpy=2.2.0=py311hecd8cb5_0
194-
- qtwebkit=5.212=hbfab81c_5
195-
- readline=8.2=hca72f7f_0
196-
- requests=2.29.0=py311hecd8cb5_0
197-
- rfc3339-validator=0.1.4=py311hecd8cb5_0
198-
- rfc3986-validator=0.1.1=py311hecd8cb5_0
199-
- scipy=1.10.1=py311h224febf_1
200-
- scooby=0.7.2=pyhd8ed1ab_0
201-
- send2trash=1.8.0=pyhd3eb1b0_1
202-
- setuptools=67.8.0=py311hecd8cb5_0
203-
- sip=6.6.2=py311hcec6c5f_0
204-
- six=1.16.0=pyhd3eb1b0_1
205-
- sniffio=1.2.0=py311hecd8cb5_1
206-
- soupsieve=2.4=py311hecd8cb5_0
207-
- sqlite=3.41.2=h6c40b1e_0
208-
- stack_data=0.2.0=pyhd3eb1b0_0
209-
- tbb=2021.8.0=ha357a0b_0
210-
- terminado=0.17.1=py311hecd8cb5_0
211-
- tinycss2=1.2.1=py311hecd8cb5_0
212-
- tk=8.6.12=h5d9f67b_0
213-
- toml=0.10.2=pyhd3eb1b0_0
214-
- tornado=6.2=py311h6c40b1e_0
215-
- traitlets=5.7.1=py311hecd8cb5_0
216-
- typing-extensions=4.7.1=hd8ed1ab_0
217-
- typing_extensions=4.7.1=pyha770c72_0
218-
- tzdata=2023c=h04d1e81_0
219-
- urllib3=1.26.16=py311hecd8cb5_0
220-
- utfcpp=3.2.3=h694c41f_0
221-
- vtk=9.0.3=py311ha87e400_203
222-
- wcwidth=0.2.5=pyhd3eb1b0_0
223-
- webencodings=0.5.1=py311hecd8cb5_1
224-
- websocket-client=0.58.0=py311hecd8cb5_4
225-
- wheel=0.38.4=py311hecd8cb5_0
226-
- widgetsnbextension=4.0.5=py311hecd8cb5_0
227-
- x264=1!157.20191217=h1de35cc_0
228-
- xmltodict=0.12.0=pyhd3eb1b0_0
229-
- xz=5.4.2=h6c40b1e_0
230-
- y-py=0.5.9=py311h7242b5c_0
231-
- yaml=0.2.5=haf1e3a3_0
232-
- ypy-websocket=0.8.2=py311hecd8cb5_0
233-
- zeromq=4.3.4=h23ab428_0
234-
- zlib=1.2.13=h4dc903c_0
235-
- zstd=1.5.5=hc035e20_0
6+
- pyvista
7+
- numpy
8+
- pandas
9+
- matplotlib
10+
- libnetcdf

0 commit comments

Comments
 (0)