-
Notifications
You must be signed in to change notification settings - Fork 32
/
environment.yml
52 lines (52 loc) · 1.03 KB
/
environment.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
name: capreolus
channels:
- defaults
dependencies:
- python=3.7
- pandas
- spacy<3.0
- numpy
- scipy
- matplotlib
- cython
- jupyter
- jupyterlab
- h5py==2.10.0
- pytorch::pytorch>=1.6.0,<=1.8.1
- pytorch::torchvision
- cudatoolkit=10.1
- conda-forge::openjdk>=11,<12
- pip=21.1.3 # dependency, not package list
- pip:
- profane~=0.2.3
- colorlog>=4.0.2
- pytrec_eval>=0.5
- pytest>=3.8.0
- pyjnius>=1.2.1
- nltk>=3.4.5
- pymagnitude>=0.1.143
- pytest-mock
- mock
- pyserini==0.13.0
- sphinx
- sphinxcontrib-apidoc
- recommonmark
- google-api-python-client
- oauth2client
- tensorflow>=2.3,<=2.10
- transformers~=4.9.2
- tensorflow-ranking==0.3.2
- Pillow
- beautifulsoup4
- lxml
- scispacy<0.4.0
- https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.2.4/en_core_sci_lg-0.2.4.tar.gz
- lz4
- xxhash
- annoy
- fasteners
- smart_open
- ir_datasets
- gdown
- six==1.16.0
- trecrun~=0.1.0