Removed some unecessary specificity from environment.yml.
This commit is contained in:
parent
8eb165b9a8
commit
51d87d8502
@ -2,16 +2,15 @@ name: webdev
|
|||||||
channels:
|
channels:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
- _libgcc_mutex=0.1=conda_forge
|
- _libgcc_mutex=0.1
|
||||||
- _openmp_mutex=4.5=2_gnu
|
- _openmp_mutex=4.5
|
||||||
- ca-certificates=2022.9.24=ha878542_0
|
- ca-certificates=2022.9.24
|
||||||
- icu=70.1=h27087fc_0
|
- icu=70.1
|
||||||
- libgcc-ng=12.2.0=h65d4601_19
|
- libgcc-ng=12.2.0
|
||||||
- libgomp=12.2.0=h65d4601_19
|
- libgomp=12.2.0
|
||||||
- libstdcxx-ng=12.2.0=h46fd767_19
|
- libstdcxx-ng=12.2.0
|
||||||
- libuv=1.44.2=h166bdaf_0
|
- libuv=1.44.2
|
||||||
- libzlib=1.2.13=h166bdaf_4
|
- libzlib=1.2.13
|
||||||
- nodejs=18.12.1=h8839609_0
|
- nodejs=18.12.1
|
||||||
- openssl=3.0.7=h166bdaf_0
|
- openssl=3.0.7
|
||||||
- zlib=1.2.13=h166bdaf_4
|
- zlib=1.2.13
|
||||||
prefix: /opt/conda/envs/webdev
|
|
Loading…
Reference in New Issue
Block a user