Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove slack and qtplot extra install targets #5425

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/changes/newsfragments/5425.breaking
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The extra install targets qcodes[slack] and qcodes[qtplot] have been removed.
All dependencies on slack and pyqtgraph have moved to qcodes_loop.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ Tracker = "https://github.com/QCoDeS/Qcodes/issues"
Changelog = "https://qcodes.github.io/Qcodes/changes/index.html"

[project.optional-dependencies]
qtplot = ["pyqtgraph>=0.11.0"]
# can be removed once deprecated pyqtgraph module is removed
slack = ["slack-sdk>=3.4.2"]
# can be removed once deprecated slack are removed
zurichinstruments = ["zhinst-qcodes>=0.3"]
loop = ["qcodes_loop>=0.1.2"]
test = [
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ pyparsing~=3.1.0
PyQt5~=5.15.7
PyQt5-Qt5~=5.15.2
PyQt5-sip~=12.12.0
pyqtgraph==0.13.3
pyrsistent==0.19.3
pytest~=7.4.0
pytest-asyncio==0.21.1
Expand All @@ -134,7 +133,6 @@ schema==0.7.5
scipy~=1.11.2
Send2Trash~=1.8.0
six~=1.16.0
slack-sdk~=3.23.0
snowballstemmer~=2.2.0
sortedcontainers~=2.4.0
soupsieve~=2.4
Expand Down