Now by using Conda package specification this env.yml is able to be used on Windows without modification. And now the versions are all consistent with those in requirements.txt.
A potential problem exists that requirements of pywin32 and pypiwin32 are only needed on Windows and therefore installed by pip rather than conda without modification, which could cause collisions when installing them.
Anyone who has a Mac can have a test for this file on MacOS.
Now by using Conda package specification this
env.yml
is able to be used on Windows without modification. And now the versions are all consistent with those inrequirements.txt
.A potential problem exists that requirements of
pywin32
andpypiwin32
are only needed on Windows and therefore installed bypip
rather thanconda
without modification, which could cause collisions when installing them.Anyone who has a Mac can have a test for this file on MacOS.