Skip to content

Commit

Permalink
Merge pull request #5425 from jenshnielsen/remove_slack_qtplot
Browse files Browse the repository at this point in the history
remove slack and qtplot extra install targets
  • Loading branch information
jenshnielsen committed Oct 5, 2023
2 parents 60c0434 + 390836f commit 7383819
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
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

0 comments on commit 7383819

Please sign in to comment.