forked from reaktoro/reaktoro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.devenv.yml
49 lines (46 loc) · 1.01 KB
/
environment.devenv.yml
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
name: reaktoro
{% set python_version = os.environ.get("PYTHON_VERSION", "3.11") %}
channels:
- conda-forge
dependencies:
- autodiff >=1.0.3
- catch2 =2
- ccache
- clangxx # [linux]
- clangxx_osx-64 # [osx]
- cmake
- cpp-tabulate
- doxygen =1.9.1 # [linux]
- eigen
- fire
- git
- graphviz # [linux]
- gxx_linux-64 # [linux]
- ipykernel # needed if using Jupyter Notebooks in Visual Studio Code
- lld # [linux]
- make # [unix]
- matplotlib-base
- nbformat # needed if using plotly in Jupyter Notebooks in Visual Studio Code
- ninja
- nlohmann_json
- numpy
- openlibm
- optima =0.4.0
- pandas
- phreeqc4rkt
- pip
- pybind11 >=2.10.0
- pybind11-abi
- pybind11-stubgen =2.0.2
- pytest
- pytest-regressions
- pytest-xdist
- python ={{ python_version }}
- reaktplot >=0.4.1
- thermofun =0.4.5
- tsl_ordered_map
- valgrind # [linux]
- vs2019_win-64 # [win]
- yaml-cpp =0.7.0
- pip:
- oyaml