We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb695a commit bb87c83Copy full SHA for bb87c83
pyproject.toml
@@ -27,15 +27,15 @@ classifiers = [
27
28
dependencies = [
29
# EPICS Channel access lib
30
- "CaChannel",
+ "git+https://github.com/ISISComputingGroup/CaChannel",
31
# Send log messages to graylog
32
"graypy",
33
# genie_python will install ipython completers
34
"ipython",
35
# Getting user details from database
36
- "mysql-connector-python",
+ "mysql-connector-python==8.4.0",
37
# Array support for CA calls
38
- "numpy",
+ "numpy<2.0",
39
# EPICS PV access lib
40
"p4p",
41
# Used to find process by name to kill it
0 commit comments