Skip to content

Fix the deprecated syntax in the "Tools/setup/requirements.txt"#23330

Merged
dagar merged 1 commit intoPX4:mainfrom
bluedisk:bugfix/deprecated_requirement_syntax
Jun 28, 2024
Merged

Fix the deprecated syntax in the "Tools/setup/requirements.txt"#23330
dagar merged 1 commit intoPX4:mainfrom
bluedisk:bugfix/deprecated_requirement_syntax

Conversation

@bluedisk
Copy link
Copy Markdown
Contributor

@bluedisk bluedisk commented Jun 27, 2024

Fix the wrong - deprecated - expression in the Tools/setup/requirements.txt
check the https://pip.pypa.io/en/stable/news/#b1-2024-05-06

  • Fixes matplotlib version expression from ">=3.0.*" ro ">=3.0" which is the right syntax

Fixes issue #23329

Solved Problem

Tools/setup/requirements.txt will make an error from pip 24.1

Fixes #23329

Solution

  • Fix the "matplotlib" verison expression from "3.0.*" to "3.0"

Changelog Entry

For release notes:

Bugfix: fix the malfunctioning install instruction "pip install -r requirements.txt"

Alternatives

Test coverage

Context

…ments.txt```

- Fixes matplotlib version expression from ">=3.0.*" ro ">=3.0" which is the right syntax

Fixes issue PX4#23329
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Tools/setup/requirements.txt uses deprecated syntax

2 participants