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
|
.cache
|
||||||
_skbuild
|
_skbuild
|
||||||
acme_log.log
|
acme_log.log
|
||||||
|
testenv
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM archlinux
|
FROM archlinux:latest
|
||||||
MAINTAINER J.A. de Jong - j.a.dejong@ascee.nl
|
MAINTAINER J.A. de Jong - j.a.dejong@ascee.nl
|
||||||
RUN pacman --noconfirm -Sy
|
RUN pacman --noconfirm -Sy
|
||||||
RUN pacman --noconfirm -S git doxygen graphviz lighttpd python-pip python-virtualenv
|
RUN pacman --noconfirm -S git doxygen graphviz lighttpd python-pip python-virtualenv
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
appdirs
|
appdirs
|
||||||
dataclasses_json
|
dataclasses_json
|
||||||
|
scipy
|
||||||
matplotlib
|
matplotlib
|
||||||
|
h5py
|
||||||
|
pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user