forked from ARGOeu/eosc-recommender-metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
71 lines (71 loc) · 1.47 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: rsmetrics
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
- ca-certificates=2022.3.18
- ld_impl_linux-64=2.35.1
- libffi=3.3
- libgcc-ng=9.3.0
- libgomp=9.3.0
- libstdcxx-ng=9.3.0
- ncurses=6.3
- openssl=1.1.1n
- pip=21.2.4
- python=3.9.11
- readline=8.1.2
- setuptools=58.0.4
- sqlite=3.38.0
- tk=8.6.11
- tzdata=2021e
- wheel=0.37.1
- xz=5.2.5
- zlib=1.2.11
- pip:
- beautifulsoup4==4.10.0
- blinker==1.6.3
- certifi==2022.12.7
- charset-normalizer==2.0.12
- click==8.1.3
- contourpy==1.2.0
- cycler==0.12.1
- docopt==0.6.2
- flake8==6.0.0
- flask==3.0.0
- flask-pymongo==2.3.0
- fonttools==4.46.0
- idna==3.3
- importlib-metadata==4.11.4
- importlib-resources==6.1.1
- itsdangerous==2.1.2
- jinja2==3.1.2
- joblib==1.2.0
- kiwisolver==1.4.5
- markupsafe==2.1.1
- matplotlib==3.8.2
- mccabe==0.7.0
- natsort==8.1.0
- numpy==1.22.3
- packaging==23.2
- pandas==1.4.2
- pillow==10.2.0
- pyarrow==14.0.1
- pycodestyle==2.10.0
- pyflakes==3.0.1
- pymongo==4.4.0
- pymongoarrow==1.2.0
- pyparsing==3.1.1
- python-dateutil==2.8.2
- python-dotenv==0.20.0
- pytz==2022.1
- pyyaml==6.0
- requests==2.27.1
- scipy==1.8.0
- six==1.16.0
- soupsieve==2.3.2
- stomp-py==8.1.0
- urllib3==1.26.18
- websocket-client==1.4.2
- werkzeug==3.0.1
- zipp==3.8.0