Skip to content

Commit bb87c83

Browse files
Adjust for linux
1 parent abb695a commit bb87c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ classifiers = [
2727

2828
dependencies = [
2929
# EPICS Channel access lib
30-
"CaChannel",
30+
"git+https://github.com/ISISComputingGroup/CaChannel",
3131
# Send log messages to graylog
3232
"graypy",
3333
# genie_python will install ipython completers
3434
"ipython",
3535
# Getting user details from database
36-
"mysql-connector-python",
36+
"mysql-connector-python==8.4.0",
3737
# Array support for CA calls
38-
"numpy",
38+
"numpy<2.0",
3939
# EPICS PV access lib
4040
"p4p",
4141
# Used to find process by name to kill it

0 commit comments

Comments
 (0)