-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
49 lines (39 loc) · 1.01 KB
/
environment.yaml
File metadata and controls
49 lines (39 loc) · 1.01 KB
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
#NEW install mambaforge https://github.com/conda-forge/miniforge#mambaforge
# going off the windows section here:
#C:\Users\Andrew\mambaforge\condabin>conda init
#C:\Users\Andrew\mambaforge\condabin>mamba init
#run: mamba env create -f environment_3.11.yaml
# conda update -n base -c defaults conda
# conda install mamba -n base -c conda-forge
# conda env create -f environment.yaml
name: highrate
channels:
# - numba/label/pynext_ci
- conda-forge
dependencies:
- python=3.11
- conda-forge::numpy
- conda-forge::jupyterlab
- conda-forge::matplotlib
- conda-build
- conda-forge::maturin
- conda-forge::orjson
- yaml
- pip
- conda-forge::scipy
- conda-forge::bokeh
- numba
- scikit-image
- scikit-learn
- conda-forge::ipywidgets
- conda-forge::attrs
- conda-forge::black
- conda-forge::docstring-to-markdown
- conda-forge::jedi
- conda-forge::mypy
- conda-forge::pydantic=1.10.7
- conda-forge::qutip
- pip:
- datamodel-code-generator
- Quantum-Tomography
- snsphd