-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make env.yml work both on Windows and Linux
Now by using [Conda package specification](https://docs.conda.io/projects/conda-build/en/latest/resources/package-spec.html#package-match-specifications) this `env.yml` is able to be used on Windows without modification. A potential problem should be requirements of `pywin32` and `pypiwin32` are only needed on Windows and therefore installed by `pip` rather than `conda`, which could cause collisions when installing them. Anyone who has a Mac can have a test.
- Loading branch information
Showing
1 changed file
with
25 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters