Skip to content

Commit 7cb2b8c

Browse files
authored
Update packages: unfreeze matplotlib and add tensorflow-metal to macos install for apple silicon (#1203)
1 parent c1e0d8a commit 7cb2b8c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

donkeycar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pyfiglet import Figlet
44
import logging
55

6-
__version__ = '5.2.dev4'
6+
__version__ = '5.2.dev5'
77

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

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pi =
5252
flatbuffers==24.3.*
5353
tensorflow-aarch64==2.15.*
5454
opencv-contrib-python
55-
matplotlib==3.8.*
55+
matplotlib
5656
kivy
5757
kivy-garden.matplotlib
5858
pandas
@@ -73,7 +73,7 @@ nano =
7373

7474
pc =
7575
tensorflow==2.15.*
76-
matplotlib==3.8.*
76+
matplotlib
7777
kivy
7878
kivy-garden.matplotlib
7979
pandas
@@ -82,15 +82,16 @@ pc =
8282

8383
macos =
8484
tensorflow==2.15.*
85-
matplotlib==3.8.*
85+
tensorflow-metal
86+
matplotlib
8687
kivy
8788
kivy-garden.matplotlib
8889
pandas
8990
plotly
9091
albumentations
9192

9293
dev =
93-
pytest==8.1.*
94+
pytest
9495
pytest-cov
9596
responses
9697
mypy

0 commit comments

Comments
 (0)