forked from reaktoro/reaktoro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.devenv.yml
52 lines (49 loc) · 1.31 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
50
51
52
name: reaktoro
{% set python_version = os.environ.get("PYTHON_VERSION", "3.11") %}
channels:
- conda-forge
dependencies:
- autodiff >=1.1.1
- catch2 =2
- ccache
- clangxx # [linux]
- clangxx_osx-64 # [osx and not arm64]
- clangxx_osx-arm64 # [osx and arm64]
- 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.5.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
- nbformat # needed if using plotly in Jupyter Notebooks in Visual Studio Code
- spdlog =1.12 # needed to avoid issues with chemicalfun/thermofun's potential incompatibility with spdlog
- tsl_ordered_map
- valgrind # [linux]
- vs2019_win-64 # [win]
- yaml-cpp =0.7.0
- pip:
- oyaml