Skip to content

Commit c50e251

Browse files
authored
Merge pull request #80 from NeotomaDB/72-make-conda-environmentyml-file
Make conda environmentyml file
2 parents 61c4c08 + b3048e8 commit c50e251

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

environment.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: ffossils
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python=3.10
7+
- sentence-transformers=2.2*
8+
- seaborn=0.11*
9+
- dash=2.11*
10+
- dash-bootstrap-components=1.4*
11+
- mlflow=2.4*
12+
- lightgbm=3.3*
13+
- python-dotenv=1.0*
14+
- flake8=6.0*
15+
- langdetect=1.0*
16+
- matplotlib=3.7*
17+
- nbformat=5.9*
18+
- pytest=7.4*
19+
- seqeval=1.2*
20+
- spacy=3.5*
21+
- pip=23.1*
22+
- pip:
23+
- dash[testing]
24+
- dash_iconify==0.1.2
25+
- dash_mantine_components==0.12.1
26+
- dash_player==1.1.0
27+
- datasets~=2.13
28+
- docopt-ng~=0.8
29+
- evaluate==0.4.0
30+
- pytest-cov~=4.0
31+
- torch~=1.12
32+
- https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
33+
34+
prefix: /opt/miniconda3/envs/ffossils

0 commit comments

Comments
 (0)