fix pip installation

This commit is contained in:
matthias@arch 2023-08-17 10:54:09 +02:00
parent 849730be09
commit d479830a76
3 changed files with 1 additions and 4 deletions

View File

@ -1,2 +0,0 @@
include regina/package-data/*
include regina/sql/*.sql

View File

@ -66,8 +66,6 @@ from m_teng.utility.data import load_dataframe
from m_teng.utility import file_io
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")
_runtime_vars = {

View File

@ -20,6 +20,7 @@ classifiers = [
dependencies = [
"matplotlib>=3.6",
"numpy",
"pandas",
]
[project.optional-dependencies]