jorisvandenbossche commented on a change in pull request #22: URL: https://github.com/apache/arrow-cookbook/pull/22#discussion_r692039844
########## File path: cpp/environment.yml ########## @@ -0,0 +1,115 @@ +name: cookbook-cpp +channels: + - conda-forge +dependencies: + - _libgcc_mutex=0.1=conda_forge Review comment: small nit, but might want to make this environment.yml file more generic? (only listing the actual packages needed (and not all their dependencies), and without the build hashes) If you created this from a local conda environment you have, you can also use `conda env export --from-history` to get such a cleaner version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org