fix pip installation
This commit is contained in:
parent
849730be09
commit
d479830a76
@ -1,2 +0,0 @@
|
|||||||
include regina/package-data/*
|
|
||||||
include regina/sql/*.sql
|
|
@ -66,8 +66,6 @@ from m_teng.utility.data import load_dataframe
|
|||||||
from m_teng.utility import file_io
|
from m_teng.utility import file_io
|
||||||
from m_teng.update_funcs import _Monitor, _ModelPredict, _update_print
|
from m_teng.update_funcs import _Monitor, _ModelPredict, _update_print
|
||||||
|
|
||||||
from m_teng.backends import keithley as _keithley
|
|
||||||
|
|
||||||
config_path = path.expanduser("~/.config/m-teng.json")
|
config_path = path.expanduser("~/.config/m-teng.json")
|
||||||
|
|
||||||
_runtime_vars = {
|
_runtime_vars = {
|
||||||
|
@ -20,6 +20,7 @@ classifiers = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"matplotlib>=3.6",
|
"matplotlib>=3.6",
|
||||||
"numpy",
|
"numpy",
|
||||||
|
"pandas",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user