Skip to content

Commit

Permalink
update rpyc to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Apr 5, 2024
1 parent f0be34d commit 7722dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Improve startup and installation process by @bleykauf in https://github.com/linien-org/linien/pull/372
* Use official influxdb client by @bleykauf in https://github.com/linien-org/linien/pull/374
* `mdio-tools` is now included in the `linien-server` package
* Uses `rpyc==6.x` instead of `rpyc==4.x`

### Deprecated
* Removed support for RedPitaya OS 1.0: RedPitaya OS 2.0 is now necessary.
Expand Down
2 changes: 1 addition & 1 deletion linien-common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"fire>=0.5.0",
"importlib_metadata>=2.1.3",
"numpy>=1.21.5",
"rpyc>=5.0,<6.0",
"rpyc>=6.0,<7.0",
"scipy>=1.8.0",
]

Expand Down

0 comments on commit 7722dd8

Please sign in to comment.