-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
49 lines (48 loc) · 761 Bytes
/
environment.yml
File metadata and controls
49 lines (48 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# $ micromamba create -f environment.yml
# $ micromamba activate soluenv
#
name: soluenv
channels:
- conda-forge
# requirements:
# build:
# - {{ compiler('c') }}
# - {{ compiler('c++') }}
dependencies:
- python==3.10
- ase
- numpy
- scipy
- fmt
- eigen
- pkg-config
- matplotlib
- ipython
- pandas
- statsmodels
- ipykernel
- catch2
# - cmake
#- gcc
# - clang
# Packaging
- flit
- pytest==6.2.5
- coverage==6.1.1
- pytest-cov==3.0.0
- flake8==3.9.2
- mypy==0.910
- black==21.10b0
- isort==5.9.3
- autoflake==1.4
- flake8-docstrings==1.6.0
- typer
- meson
- pybind11
- meson-python
- h5py
# Examples
- gdown
- pip:
# works for regular pip packages
- lammps-logfile