Skip to content

Commit

Permalink
remove tensorflow dependency that is now in mac tensorflow conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Aug 1, 2024
1 parent 8b9629f commit 822ace3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .conda_mac/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requirements:
- conda-forge::imageio-ffmpeg
- conda-forge::jsmin
- conda-forge::jsonpickle ==1.2
- conda-forge::keras <2.10.0,>=2.9.0rc0 # Required by tensorflow-macos
# - conda-forge::keras <2.10.0,>=2.9.0rc0 # Required by tensorflow-macos in sleap-deps now
- conda-forge::networkx <3.3
- conda-forge::opencv
- conda-forge::pandas
Expand Down Expand Up @@ -74,7 +74,7 @@ requirements:
- conda-forge::imageio-ffmpeg
- conda-forge::jsmin
- conda-forge::jsonpickle ==1.2
- conda-forge::keras <2.10.0,>=2.9.0rc0 # Required by tensorflow-macos
# - conda-forge::keras <2.10.0,>=2.9.0rc0 # Required by tensorflow-macos in sleap-deps now
- conda-forge::networkx <3.3
# - anaconda::numpy >=1.19.5,<1.23.0
- conda-forge::numpy >=1.16.5 # Scipy 1.7.0 requires numpy >=1.16.5
Expand Down

0 comments on commit 822ace3

Please sign in to comment.