-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconda_PSS_env.yml
83 lines (83 loc) · 1.55 KB
/
conda_PSS_env.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name: PSS
channels:
- conda-forge
- defaults
dependencies:
- aiohttp=3.7.4.post0
- asgiref=3.4.1
- async-timeout=3.0.1
- attrs=21.2.0
- blas=1.0
- bottleneck=1.3.2
- brotlipy=0.7.0
- ca-certificates=2021.7.5
- certifi=2021.5.30
- cffi=1.14.6
- chardet=4.0.0
- charset-normalizer=2.0.4
- click=8.0.1
- cryptography=3.4.7
- docopt=0.6.2
- fastapi=0.68.0
- h11=0.12.0
- idna=3.1
- iniconfig=1.1.1
- intel-openmp=2021.3.0
- joblib=1.0.1
- libcxx=10.0.0
- libffi=3.3
- mkl=2021.3.0
- mkl-service=2.4.0
- mkl_fft=1.3.0
- mkl_random=1.2.2
- mock=4.0.3
- more-itertools=8.8.0
- motor=2.3.0
- multidict=5.1.0
- ncurses=6.2
- nltk=3.6.2
- num2words=0.5.10
- numexpr=2.7.3
- numpy=1.20.3
- numpy-base=1.20.3
- openssl=1.1.1l
- packaging=21.0
- pandas=1.3.2
- pip=21.0.1
- pluggy=0.13.1
- py=1.10.0
- pycparser=2.20
- pydantic=1.8.2
- pymongo=3.12.0
- pyopenssl=20.0.1
- pyparsing=2.4.7
- pysocks=1.7.1
- pytest=6.2.4
- pytest-asyncio=0.15.0
- python=3.8.11
- python-dateutil=2.8.2
- python_abi=3.8
- pytz=2021.1
- readline=8.1
- regex=2021.8.3
- requests=2.26.0
- scikit-learn=0.24.2
- scipy=1.7.1
- setuptools=52.0.0
- six=1.16.0
- sqlite=3.36.0
- starlette=0.14.2
- threadpoolctl=2.2.0
- tk=8.6.10
- toml=0.10.2
- tornado=6.1
- tqdm=4.62.2
- typing-extensions=3.10.0.0
- typing_extensions=3.10.0.0
- urllib3=1.26.6
- uvicorn=0.15.0
- wheel=0.37.0
- xz=5.2.5
- yarl=1.6.3
- zlib=1.2.11
prefix: /Users/massimilianonovelli/anaconda3/envs/PSS