Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packages for macOS #1203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading