Some improvements before stepping over to pyproject.toml
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
33132e2c9d
commit
da80dbf075
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ doc
|
||||
.cache
|
||||
_skbuild
|
||||
acme_log.log
|
||||
testenv
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,6 @@
|
||||
appdirs
|
||||
dataclasses_json
|
||||
scipy
|
||||
matplotlib
|
||||
h5py
|
||||
pytest
|
||||
|
Loading…
Reference in New Issue
Block a user