minor changes add functions to phoenix.py
This commit is contained in:
@ -12,7 +12,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"Topic :: Scientific/Engineering",
|
||||
]
|
||||
dependencies = []
|
||||
dependencies = ["pandas"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
@ -24,7 +24,6 @@ dev = [
|
||||
"pytest-random-order",
|
||||
"ophyd_devices",
|
||||
"bec_server",
|
||||
"pandas",
|
||||
]
|
||||
|
||||
[project.entry-points."bec"]
|
||||
|
Reference in New Issue
Block a user