forked from spectrochempy/spectrochempy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment_test.yml
77 lines (71 loc) · 1.54 KB
/
environment_test.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# ======================================================================================
#
# This file is automatically generated to be up-to-date in the master
# repository.
#
# !!! DO NOT MODIFY !!!
#
# if you need to modify a dependency you need to follow these steps:
#
# - Any change in dependencies must be first reflected in
# file .ci/templates/dependencies.tmpl
#
# - Then execute :
# * pre-commit run --all-files
#
# ======================================================================================
channels:
- conda-forge
- spectrocat
- defaults
dependencies:
# specific dependencies
- brukeropusreader
- quaternion
# dependencies for the core package
- cffconvert
- colorama
- dill
- docrep
- ipython
- jinja2
- matplotlib
- numba
- numpy
- numpydoc>=1.2
- osqp
- packaging
- pint>=0.20
- requests
- scipy
- tqdm
- traitlets=5.9.0
- tzlocal
- scikit-learn=1.2
- xlrd
- pyyaml
# dependencies needed mainly for install and a bit more ...
- setuptools
- setuptools_scm
- git
# Jupyter lab
- ipywidgets=8.0.4
- ipympl
- jupyterlab
- jupyterlab_widgets=3.0.5
- jupyter_server=2.7.3
- nodejs
- widgetsnbextension=4.0.5
# voila
- voila
- voila-material
# TEST dependencies
# ----------------
- coverage
- pytest
- pytest-doctestplus
- pytest-flake8
- pytest-mock
- pyfakefs
- pep8-naming
- xarray