Skip to content

Commit

Permalink
Hotfix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinalti committed Dec 14, 2023
1 parent 7462490 commit 90314bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENTRYPOINT="${INSTALL_DIR}/start.py"
USERNAME=$(id -nu 1000 || (echo 'pi' && echo 'falling back to "pi" username'>&2))
SYS_USER='root'
SYSTEM_DEP_FILE="install/apt-requirements.list"
PIP_DEP_FILE='install/pip/requirements.txt"
PIP_DEP_FILE='install/pip/requirements.txt'
SYSD_FILE="/etc/systemd/system/$SOFT_NAME.service"
opts=$@

Expand Down
5 changes: 1 addition & 4 deletions install/pip/common.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
imutils ~= 0.5
ttkthemes ~= 3.2
Pillow ~= 10.1
Pillow >=9.5, <=10.1
adafruit-circuitpython-neopixel ~= 6.3
adafruit-blinka
# Prod only
#picamera ~= 1.13
#rpi_ws281x ~= 5.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openmicroview"
version = "0.8.1"
version = "0.8.2"
description = "GUI for the open source, Raspberry Pi based OpenMicroView Microscope"
license = {file = "LICENSE"}
readme = "README.md"
Expand Down

0 comments on commit 90314bb

Please sign in to comment.