Resolve or comment the differences in conda-envs
between platforms and Python versions
#4786
Labels
conda-envs
between platforms and Python versions
#4786
PRs #4785 and #4779 created separate env files for Windows, because the
m2w64-toolchain
dependency is Windows-only and conda doesn't support OS-conditional dependencies in env files.The 3 env files that existed beforehand for different Python versions have subtle differences in the versions, such as pinning numpy or pandas versions.
These differences should be either resolved or explained by a comment.
The text was updated successfully, but these errors were encountered: