Skip to content

Commit

Permalink
Merge pull request #473 from LedgerHQ/fix/speculos_docker
Browse files Browse the repository at this point in the history
[fix] Removing pyqt5 dependency from Speculos Docker image
  • Loading branch information
lpascal-ledger committed Apr 9, 2024
2 parents 9da1504 + b74bfd8 commit 01a83ed
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 130 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.4] - 2024-04-09

### Fixed

- Removing PyQt5 from Speculos Docker images as it is unused and triggers error on MAC.

## [0.8.3] - 2024-04-08

### Fixed
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jsonschema = ">=3.2.0,<4.18.0"
mnemonic = ">=0.19,<1.0"
pillow = ">=8.0.0,<11.0.0"
pyelftools = ">=0.27,<1.0"
pyqt5 = ">=5.15.2,<6.0.0"
requests = ">=2.25.1,<3.0.0"
ledgered = ">=0.6.2"

Expand Down
203 changes: 74 additions & 129 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01a83ed

Please sign in to comment.