forked from pmbaumgartner/conda-pack-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
55 lines (55 loc) · 958 Bytes
/
environment.yml
File metadata and controls
55 lines (55 loc) · 958 Bytes
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
name: conda-pack-build
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.8
- ipython
# pytorch for transformers
- pytorch==1.7.1
- cpuonly
# sentence-transformers for embedding
- sentence-transformers==2.0.0
# data access / storage
- pandas
- zarr
- openpyxl
- xlsxwriter
- sas7bdat
- pymssql
- fastparquet
- snappy
- python-snappy
- tabulate
- spacy
# visualization
- matplotlib
- altair
- altair_viewer
- plotly
- dash
- dash-bootstrap-components
# analysis + ML
- umap-learn
- pynndescent
- hdbscan
- snorkel==0.9.7
- cleanlab
- scikit-learn
- scikit-learn-intelex
# logging + configuration + admin
- omegaconf
- loguru
- python-dotenv
- joblib==0.17.0
# code quality helpers
- black
- flake8
# PIP installs
- pip
- pip:
- pysbd
- apricot-select
# - git+https://github.com/pmbaumgartner/embuddy.git
# - onnxruntime