Skip to content

Commit

Permalink
DTSW-4694 - pinned all Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afdaniele committed Jan 13, 2024
1 parent 8bc7d43 commit 8fa45df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dependencies-py3.dt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# NOTE: only place Duckietown libraries here; these libraries will be resolved to the latest available version and pinned; pin a specific version only if necessary

# VL53L0X ToF sensor driver
dt-vl53l0x
dt-vl53l0x==0.0.1
14 changes: 7 additions & 7 deletions dependencies-py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# NOTE: only place non-Duckietown libraries here; pin versions only if necessary

# Jetson packages
# - 2.0.20 is the last version supporting Python3.8
Jetson.GPIO<=2.0.20
# constraints: <=2.0.20, the last version supporting Python3.8
Jetson.GPIO==2.0.20

# RPi packages
RPi.GPIO
RPi.GPIO==0.7.1

# dependencies for the OLED display
luma.oled
luma.oled==3.13.0

# dependencies for the IMU sensor
adafruit-circuitpython-mpu6050
adafruit-circuitpython-mpu6050==1.2.4

# dependencies for the LED hardware test
colorir
colorir==2.0.1

# this is the last working version of pillow
pillow==9.5.0
Pillow==9.5.0

0 comments on commit 8fa45df

Please sign in to comment.