Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ classifiers = [

dependencies = [
# EPICS Channel access lib
"CaChannel",
"CaChannel@git+https://github.com/ISISComputingGroup/CaChannel",
# Send log messages to graylog
"graypy",
# genie_python will install ipython completers
"ipython",
# Getting user details from database
"mysql-connector-python",
"mysql-connector-python==8.4.0",
# Array support for CA calls
"numpy",
"numpy<2.0",
Comment on lines +30 to +38
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be discussed in person/on teams etc - but we cannot use a git dep on pypi.

# EPICS PV access lib
"p4p",
# Used to find process by name to kill it
Expand Down
Loading