Skip to content

Commit

Permalink
Fix packages for nano 4.5.1 release
Browse files Browse the repository at this point in the history
Removing `albumentations` as this is not supported on JP 4.5.1 which is using python 3.6.9.
  • Loading branch information
DocGarbanzo authored Jan 7, 2024
1 parent b288400 commit e5f972c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def package_files(directory, strip_leading):
long_description = fh.read()

setup(name='donkeycar',
version="4.5.0",
version="4.5.1",
long_description=long_description,
description='Self driving library for python.',
url='https://github.com/autorope/donkeycar',
Expand Down Expand Up @@ -69,8 +69,7 @@ def package_files(directory, strip_leading):
'adafruit-circuitpython-lis3dh',
'adafruit-circuitpython-ssd1306',
'adafruit-circuitpython-rplidar',
'Jetson.GPIO',
'albumentations'
'Jetson.GPIO'
],
'pc': [
'matplotlib',
Expand Down

0 comments on commit e5f972c

Please sign in to comment.