-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda-env-no-version.yml
86 lines (86 loc) · 1.48 KB
/
conda-env-no-version.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
78
79
80
81
82
83
84
85
86
# NB: The one package with an explicit version specification in this file is
# CPython itself.
# To remove the version specifications in the packages below use this regex:
# Search: - ([A-z0-9_\-]{2,})=[A-z0-9_\-\.]{1,}?=[A-z0-9_\-]*
# Replace: - $1
name: example
channels:
- conda-forge
- nodefaults
dependencies:
- black
- coverage
- flake8
- flake8-isort
- fontconfig
- isort
- jinja2
- jupyter
- jupyter-packaging
- jupyter-rsession-proxy
- jupyter-server-proxy
- jupyter_client
- jupyter_console
- jupyter_contrib_core
# - jupyter_contrib_nbextensions
- jupyter_core
# - jupyter_highlight_selected_word
# - jupyter_nbextensions_configurator
- jupyter_server
- jupyterlab
- jupyterlab_pygments
- jupyterlab_server
- jupyterlab_widgets
- krb5
- libblas
- libcblas
- libclang
- libgcc-ng
- libgfortran-ng
- libgfortran4
- libglib
- libiconv
- liblapack
- libllvm10
- libllvm11
- libopenblas
- libxml2
- libxslt
- llvm-openmp
- llvmlite
- lxml
- lz4-c
- lzo
- matplotlib
- mkl
- mypy
- nodejs
- numba
- numexpr
- numpy
- openpyxl
- pandas[all]
- pip
- psycopg2
- pyarrow
- pymssql
- pyodbc
- pytest
- python=3.12
- python-snappy
- readline
- setuptools
- sqlalchemy
- tabulate
- unixodbc
- pip:
- databricks-connect
- databricks-sdk
- dbx
- cx-Oracle
- pip_system_certs
- pre-commit
- ptvsd
- radian
- ruff
prefix: ${CONDA_PREFIX}/envs/example