blob: 360d50c47ed845cefc2cc958b4212dea20899881 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# basic dependencies
numpy~=1.15
periodictable~=1.5
# PICMI
picmistandard==0.0.19
# for development against an unreleased PICMI version, use:
#picmistandard @ git+https://github.com/picmi-standard/picmi.git#subdirectory=PICMI_Python
# optional, some used for testing:
# yt
# openpmd-api
# openpmd-viewer
# matplotlib
# pandas
|