Skip to content

Commit

Permalink
Update packages: unfreeze matplotlib and add tensorflow-metal to maco…
Browse files Browse the repository at this point in the history
…s install for apple silicon
  • Loading branch information
DocGarbanzo committed Dec 14, 2024
1 parent 5483490 commit 331d53e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion donkeycar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pyfiglet import Figlet
import logging

__version__ = '5.2.dev2'
__version__ = '5.2.dev3'

logging.basicConfig(level=os.environ.get('LOGLEVEL', 'INFO').upper())

Expand Down
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pi =
flatbuffers==24.3.*
tensorflow-aarch64==2.15.*
opencv-contrib-python
matplotlib==3.8.*
matplotlib
kivy
kivy-garden.matplotlib
pandas
Expand All @@ -73,7 +73,7 @@ nano =

pc =
tensorflow==2.15.*
matplotlib==3.8.*
matplotlib
kivy
kivy-garden.matplotlib
pandas
Expand All @@ -82,15 +82,16 @@ pc =

macos =
tensorflow==2.15.*
matplotlib==3.8.*
tensorflow-metal
matplotlib
kivy
kivy-garden.matplotlib
pandas
plotly
albumentations

dev =
pytest==8.1.*
pytest
pytest-cov
responses
mypy
Expand Down

0 comments on commit 331d53e

Please sign in to comment.