Some improvements before stepping over to pyproject.toml
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Anne de Jong 2023-07-14 13:40:43 +02:00
parent 33132e2c9d
commit da80dbf075
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ doc
.cache
_skbuild
acme_log.log
testenv

View File

@ -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

View File

@ -1,3 +1,6 @@
appdirs
dataclasses_json
scipy
matplotlib
h5py
pytest