Skip to content
Snippets Groups Projects
Commit d8831e90 authored by Christoph Lange's avatar Christoph Lange
Browse files

restructure repository

parent e3387ff1
No related branches found
No related tags found
1 merge request!9Lstm prototype
from glucose_ts.data.data import GlucoseTS, read_glucose_ts, cut_time_series
from glucose_ts.data.tf_data_windows import DataWindowHandler
\ No newline at end of file
File moved
......@@ -15,15 +15,15 @@ setuptools.setup(
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
install_requires=[
'jupyter',
'openpyxl',
'pandas',
'scikit-learn',
'scipy',
'seaborn',
'scikit-learn',
'pandas',
'openpyxl',
'pymc3',
'tensorflow',
# we don't really need it for the package, but things can get messy
# without specifying it here
'jupyter',
],
python_requires='>=3.6',
)
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment