Skip to content

Commit

Permalink
- fixes RPi dep architecture
Browse files Browse the repository at this point in the history
- update libs
  • Loading branch information
MAKOMO committed Sep 7, 2024
1 parent 2b843ff commit 1dacca6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/raspbian/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: _VERSION_
Section: misc
Depends: libc6 (>= 2.19)
Priority: extra
Architecture: armhf
Architecture: arm64
Installed-Size: 67510
Maintainer: Marko Luther <[email protected]>
Homepage: https://github.com/artisan-roaster-scope/artisan
Expand Down
8 changes: 4 additions & 4 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ types-Pillow>=10.2.0.20240822
types-protobuf>=5.27.0.20240626
types-psutil>=6.0.0.20240901
types-pyserial>=3.5.0.20240826
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20240906
types-pytz==2024.1.0.20240417
types-pyyaml>=6.0.12.20240808
types-requests>=2.32.0.20240905
types-setuptools>=74.0.0.20240831
types-setuptools>=74.1.0.20240906
types-urllib3>=1.26.25.14
lxml-stubs>=0.5.1
mypy==1.11.2
pyright==1.1.379
ruff>=0.6.3
ruff>=0.6.4
pylint==3.2.7
pre-commit>=3.8.0
pytest>=8.3.2
Expand All @@ -24,7 +24,7 @@ pytest-cov==5.0.0
#pytest-bdd==6.1.1
#pytest-benchmark==4.0.0
#pytest-mock==3.11.1
hypothesis>=6.111.2
hypothesis>=6.112.0
coverage>=7.6.1
coverage-badge==1.1.2
codespell==2.3.0
Expand Down
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ websockets==13.0
PyYAML==6.0.2
psutil==6.0.0
typing-extensions==4.10.0; python_version < '3.8' # required for supporting Final and TypeDict on Python <3.8
protobuf==5.27.4
protobuf==5.28.0
numpy==1.24.3; python_version < '3.9' # last Python 3.8 release
numpy==2.1.0; python_version >= '3.9'
numpy==2.1.1; python_version >= '3.9'
scipy==1.10.1; python_version < '3.9' # last Python 3.8 release
scipy==1.14.1; python_version >= '3.9'
wquantiles==0.6
Expand All @@ -66,7 +66,7 @@ python-bidi==0.4.2; python_version < '3.9' # last Python 3.8 release
python-bidi==0.6.0; python_version >= '3.9'
arabic-reshaper==3.0.0
pillow>=10.4.0
pydantic==2.8.2; (platform_system=='Windows' and python_version>'3.10') or sys_platform=='darwin' or platform_system=='Linux'
pydantic==2.9.0; (platform_system=='Windows' and python_version>'3.10') or sys_platform=='darwin' or platform_system=='Linux'
pydantic==2.7.1; (platform_system=='Windows' and python_version<'3.9') # last version working with Windows 7/8 pending resolution of pydantic Issue #9920
babel==2.16.0
#
Expand Down
6 changes: 3 additions & 3 deletions wiki/ReleaseHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ v3.0.3
------------------

* NEW HARDWARE SUPPORT
- adds ColorTrack support
- adds support for Primo roasting machines
- adds ColorTrack support ([Issue #1680](../../../issues/1680))
- adds support for [Primo roasting machines](https://artisan-scope.org/machines/primo/)

* FIXES
- updates Cropster XLS importer
- updates Cropster XLS importer ([Issue #1685](../../../issues/1685))
- fixes regression which broke SV number switching for Fuji PIDs (see [Discussion #1683](../../../discussions/1546))


Expand Down

0 comments on commit 1dacca6

Please sign in to comment.