Skip to content

Commit

Permalink
remove windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cunningham committed Sep 3, 2021
1 parent 3c311e1 commit 094db1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ requirements:
build:
- {{ compiler('c') }} # [not win]
- {{ compiler('cxx') }} # [not win]
# http://pystan.readthedocs.io/en/latest/windows.html
- {{ compiler('m2w64_c') }} # [win]
- {{ compiler('m2w64_cxx') }} # [win]
host:
- python
- pip
Expand Down

0 comments on commit 094db1e

Please sign in to comment.