From da80dbf0753ebaaba5b6c473194abfa25b26662b Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Fri, 14 Jul 2023 13:40:43 +0200 Subject: [PATCH] Some improvements before stepping over to pyproject.toml --- .gitignore | 1 + Dockerfile | 2 +- requirements.txt | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5c2d34e..180b6d4 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ doc .cache _skbuild acme_log.log +testenv diff --git a/Dockerfile b/Dockerfile index 3b4dd21..76565a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux +FROM archlinux:latest MAINTAINER J.A. de Jong - j.a.dejong@ascee.nl RUN pacman --noconfirm -Sy RUN pacman --noconfirm -S git doxygen graphviz lighttpd python-pip python-virtualenv diff --git a/requirements.txt b/requirements.txt index c7a9274..28f5ba9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ appdirs dataclasses_json +scipy matplotlib +h5py +pytest