-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda-env-minimal.yml
45 lines (45 loc) · 943 Bytes
/
conda-env-minimal.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
# 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: minimal
channels:
- conda-forge
- nodefaults
dependencies:
- black
- coverage
- flake8
- flake8-isort
- isort
- jupyter
- jupyter-packaging
- jupyter-rsession-proxy
- jupyter-server-proxy
- jupyter_client
- jupyter_console
- jupyter_contrib_core
# - jupyter_contrib_nbextensions
- jupyter_core
# - jupyter_nbextensions_configurator
- jupyter_server
- jupyterlab
- jupyterlab_server
- nodejs
- pip
- pymssql
- pyodbc
- pytest
- python=3.12
- sqlalchemy
- unixodbc
- pip:
- databricks-connect
- databricks-sdk
- pip_system_certs
- pre-commit
- ptvsd
- radian
- ruff
prefix: ${CONDA_PREFIX}/envs/minimal