Skip to content

Commit a2e32e4

Browse files
fixed environment with lxml package.
1 parent 5917678 commit a2e32e4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CoreProcessingPipelineScripts/CNN/Mask_RCNN/environment.yml

100644100755
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: TreeRingCNN
22
channels:
3+
- pytorch
4+
- nvidia
35
- conda-forge
46
- defaults
57
dependencies:
@@ -11,7 +13,7 @@ dependencies:
1113
- blas=1.0=mkl
1214
- bzip2=1.0.8=h7b6447c_0
1315
- c-ares=1.15.0=h7b6447c_1001
14-
- ca-certificates=2021.10.26=h06a4308_2
16+
- ca-certificates=2023.01.10=h06a4308_0
1517
- cairo=1.14.12=h8948797_3
1618
- certifi=2021.5.30=py36h06a4308_0
1719
- cloudpickle=1.2.2=py_0
@@ -69,6 +71,8 @@ dependencies:
6971
- libvpx=1.7.0=h439df22_0
7072
- libxcb=1.13=h1bed415_1
7173
- libxml2=2.9.9=hea5a465_1
74+
- libxslt=1.1.33=h7d1a2b0_0
75+
- lxml=4.5.1=py36hefd8a0e_0
7276
- markdown=3.1.1=py36_0
7377
- matplotlib=3.2.1=0
7478
- matplotlib-base=3.2.1=py36hef1b27d_0
@@ -82,7 +86,7 @@ dependencies:
8286
- numpy-base=1.17.2=py36hde5b4d6_0
8387
- olefile=0.46=py36_0
8488
- opencv=3.4.2=py36h6fd60c2_1
85-
- openssl=1.1.1m=h7f8727e_0
89+
- openssl=1.1.1t=h7f8727e_0
8690
- pandas=0.25.3=py36he6710b0_0
8791
- parso=0.6.0=py_0
8892
- pcre=8.43=he6710b0_0

0 commit comments

Comments
 (0)