Skip to content

Commit

Permalink
fix [requirements-dev] - remove tensorflow_macos from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sduquemesa committed Jul 18, 2023
1 parent 2ab42e6 commit b2b7744
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ numpy==1.23.5
scipy==1.8.0
numba==0.56.4
thewalrus==0.19.0
tensorflow==2.10.1; sys_platform != "darwin"
tensorflow_macos==2.10.0; sys_platform == "darwin"
tensorflow==2.10.1
tensorflow-probability==0.18.0
rich==10.15.1
matplotlib==3.5.0

0 comments on commit b2b7744

Please sign in to comment.