Skip to content

Commit

Permalink
Removed deprecated padding in ui and used modern form of package vers…
Browse files Browse the repository at this point in the history
…ioning in setup.
  • Loading branch information
DocGarbanzo committed Mar 25, 2024
1 parent 7a3ec4b commit 996cad3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion donkeycar/management/ui.kv
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
valign: 'middle'
font_size: 14 if platform == 'linux' else 28
size_hint_x: 0.8
padding_x: 10
padding: 10, 0
canvas.before:
Color:
rgba: 0.14, 0.15, 0.22, 1
Expand Down
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,30 @@ pi =
adafruit-circuitpython-ssd1306
adafruit-circuitpython-rplidar
RPi.GPIO
tensorflow-aarch64==2.15
tensorflow-aarch64==2.15.*
opencv-contrib-python

nano =
Adafruit_PCA9685
adafruit-circuitpython-ssd1306
adafruit-circuitpython-rplidar
Jetson.GPIO
numpy==1.23
matplotlib==3.7
numpy==1.23.*
matplotlib==3.7.*
kivy
plotly
pandas==2.0
pandas==2.0.*

pc =
tensorflow==2.13
tensorflow==2.15.*
matplotlib
kivy
pandas
plotly
albumentations

macos =
tensorflow-macos==2.13
tensorflow-macos==2.15.*
matplotlib
kivy
pandas
Expand Down

0 comments on commit 996cad3

Please sign in to comment.