diff --git a/donkeycar/__init__.py b/donkeycar/__init__.py index 00cc20972..b1b6ad611 100644 --- a/donkeycar/__init__.py +++ b/donkeycar/__init__.py @@ -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()) diff --git a/setup.cfg b/setup.cfg index 7c5700e22..7452c2048 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ pi = flatbuffers==24.3.* tensorflow-aarch64==2.15.* opencv-contrib-python - matplotlib==3.8.* + matplotlib kivy kivy-garden.matplotlib pandas @@ -73,7 +73,7 @@ nano = pc = tensorflow==2.15.* - matplotlib==3.8.* + matplotlib kivy kivy-garden.matplotlib pandas @@ -82,7 +82,8 @@ pc = macos = tensorflow==2.15.* - matplotlib==3.8.* + tensorflow-metal + matplotlib kivy kivy-garden.matplotlib pandas @@ -90,7 +91,7 @@ macos = albumentations dev = - pytest==8.1.* + pytest pytest-cov responses mypy