Skip to content

Commit

Permalink
Added support for OSX (prasunroy#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Mauro Mazzei <[email protected]>
Co-authored-by: Prasun Roy <[email protected]>
  • Loading branch information
3 people authored May 15, 2020
1 parent f8c7fb8 commit 771af78
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ dmypy.json
[Oo]utput/
[Rr]elease/[Mm]odels/
[Rr]elease/[Ss]ample_[Ii]mages/
release/.DS_Store
3 changes: 1 addition & 2 deletions release/env_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ dependencies:
- pip:
- opencv-python==4.2.0.*
- pyqt5
prefix: ./env/stefann-cpu

prefix: ./env/stefann-cpu
17 changes: 17 additions & 0 deletions release/env_osx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: stefann-osx
channels:
- defaults
dependencies:
- colorama
- keras
- numpy
- pillow
- pip
- python
- requests
- pip:
- opencv-python==4.1.0.*
- opencv-contrib-python-headless
- pyqt5
- tensorflow==2.1.0
prefix: ./env/stefann-osx

0 comments on commit 771af78

Please sign in to comment.