cryogars / ice-road-copters

MIT License
8 stars 2 forks source link

Conda - Pin PDAL to 2.6.2 #13

Closed jomey closed 4 months ago

jomey commented 5 months ago

Pinning the PDAL to the version run on Kelvin. PDAL has released new versions since the initial set up on the machine, but any version later than 2.6.2 is untested to date. This is part of troubleshooting the performance issues with Borah and ensuring the environments are identical.

jomey commented 4 months ago

use the conda list command

I prefer to use the conda env export --from-history command over the list since this only lists out the packages one added via the install command and also omits the OS and environment specific hashes for each package. This creates a better cross-platform YAML file.