-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_environment.yml
60 lines (60 loc) · 1.76 KB
/
test_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
53
54
55
56
57
58
59
60
name: pytest
channels:
- conda-forge
- pytorch
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- annotated-types=0.5.0=pyhd8ed1ab_0
- bzip2=1.0.8=h7f98852_4
- ca-certificates=2023.7.22=hbcca054_0
- colorama=0.4.6=pyhd8ed1ab_0
- exceptiongroup=1.1.2=pyhd8ed1ab_0
- iniconfig=2.0.0=pyhd8ed1ab_0
- ld_impl_linux-64=2.40=h41732ed_0
- libblas=3.9.0=17_linux64_openblas
- libcblas=3.9.0=17_linux64_openblas
- libffi=3.4.2=h7f98852_5
- libgcc-ng=13.1.0=he5830b7_0
- libgfortran-ng=13.1.0=h69a702a_0
- libgfortran5=13.1.0=h15d22d2_0
- libgomp=13.1.0=he5830b7_0
- liblapack=3.9.0=17_linux64_openblas
- libnsl=2.0.0=h7f98852_0
- libopenblas=0.3.23=pthreads_h80387f5_0
- libsqlite=3.42.0=h2797004_0
- libstdcxx-ng=13.1.0=hfd8a6a1_0
- libuuid=2.38.1=h0b41bf4_0
- libzlib=1.2.13=hd590300_5
- ncurses=6.4=hcb278e6_0
- numpy=1.24.4=py38h59b608b_0
- openssl=3.1.2=hd590300_0
- packaging=23.1=pyhd8ed1ab_0
- pandas=2.0.3=py38h01efb38_1
- pip=23.2.1=pyhd8ed1ab_0
- pluggy=1.2.0=pyhd8ed1ab_0
- pydantic=2.1.1=pyhd8ed1ab_0
- pydantic-core=2.4.0=py38h0cc4f7c_0
- pytest=7.4.0=pyhd8ed1ab_0
- python=3.8.17=he550d4f_0_cpython
- python-dateutil=2.8.2=pyhd8ed1ab_0
- python-tzdata=2023.3=pyhd8ed1ab_0
- python_abi=3.8=3_cp38
- pytz=2023.3=pyhd8ed1ab_0
- readline=8.2=h8228510_1
- setuptools=68.0.0=pyhd8ed1ab_0
- six=1.16.0=pyh6c4a22f_0
- tk=8.6.12=h27826a3_0
- tomli=2.0.1=pyhd8ed1ab_0
- typing-extensions=4.7.1=hd8ed1ab_0
- typing_extensions=4.7.1=pyha770c72_0
- wheel=0.41.0=pyhd8ed1ab_0
- xz=5.2.6=h166bdaf_0
- pip:
- certifi==2023.7.22
- charset-normalizer==3.2.0
- idna==3.4
- requests==2.31.0
- tqdm==4.65.0
- urllib3==2.0.4
prefix: /opt/conda/envs/pytest