Skip to content

Linux install #20

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
Contributor

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