diff options
Diffstat (limited to 'environment.yml')
-rw-r--r-- | environment.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/environment.yml b/environment.yml index b9b4c3f..56a9d82 100644 --- a/environment.yml +++ b/environment.yml @@ -112,7 +112,6 @@ dependencies: - python-fastjsonschema=2.15.1=pyhd3eb1b0_0 - pytorch=1.12.1=py3.10_cuda11.3_cudnn8.3.2_0 - pytorch-mutex=1.0=cuda - - pyyaml=6.0=py310h7f8727e_0 - pyzmq=23.2.0=py310h6a678d5_0 - readline=8.1.2=h7f8727e_1 - requests=2.28.1=py310h06a4308_0 @@ -148,3 +147,5 @@ dependencies: - zipp=3.8.0=py310h06a4308_0 - zlib=1.2.12=h7f8727e_2 - zstd=1.5.2=ha4553b6_0 + - pip: + - pyyaml==6.0 |