-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
181 lines (178 loc) · 3.87 KB
/
setup.cfg
File metadata and controls
181 lines (178 loc) · 3.87 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
[metadata]
name = irec
version = 1.2.8
authors = Heitor Werneck, Thiago Silva, Nicollas Silva
author_email = werneck@aluno.ufsj.edu.br, thiagosilva@aluno.ufsj.edu.br, ncsilvaa@dcc.ufmg.br
description = Reinforcement Learning Recommender Systems Framework
keywords =
recommender
recommendation
reinforcement learning
machine learning
framework
library
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/irec-org/irec
project_urls =
Bug Tracker = https://github.com/irec-org/irec/issues
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
License :: OSI Approved :: MIT License
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
[options]
#package_dir =
#= irec
packages = find:
python_requires = >=3.8
install_requires =
absl-py==1.4.0
alembic==1.4.1
asttokens==2.2.1
astunparse==1.6.3
backcall==0.2.0
beautifulsoup4==4.10.0
blessed==1.17.6
cachetools==5.2.1
certifi==2021.5.30
charset-normalizer==2.0.6
click==8.0.1
cloudpickle==2.0.0
comm==0.1.2
contourpy==1.0.6
cycler==0.10.0
databricks-cli==0.15.0
debugpy==1.6.5
decorator==5.1.1
docker==5.0.2
entrypoints==0.3
executing==1.2.0
filelock==3.9.0
Flask==2.0.2
flatbuffers==23.3.3
fonttools==4.38.0
gast==0.4.0
gdown==4.6.0
gitdb==4.0.7
GitPython==3.1.24
google-auth==2.16.3
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
googleDriveFileDownloader==1.2
greenlet==1.1.2
grpcio==1.51.3
gunicorn==20.1.0
h5py==3.8.0
idna==3.2
importlib-metadata==4.8.1
importlib-resources==5.10.2
inquirer==2.7.0
ipykernel==6.20.2
ipython==8.8.0
itsdangerous==2.0.1
jax==0.4.6
jedi==0.18.2
Jinja2==3.0.2
joblib==1.0.1
jupyter_client==7.4.9
jupyter_core==5.1.3
keras==2.11.0
kiwisolver==1.3.2
libclang==16.0.0
llvmlite==0.39.1
Mako==1.1.5
Markdown==3.4.1
MarkupSafe==2.0.1
matplotlib==3.4.3
matplotlib-inline==0.1.6
mlflow==1.20.2
nest-asyncio==1.5.6
numba==0.56.4
numpy==1.22.4
oauthlib==3.2.2
opt-einsum==3.3.0
packaging==21.0
pandas==1.3.3
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
Pillow==8.3.2
platformdirs==2.6.2
prometheus-client==0.11.0
prometheus-flask-exporter==0.18.3
prompt-toolkit==3.0.36
protobuf==3.19.6
psutil==5.9.4
ptyprocess==0.7.0
pure-eval==0.2.2
pyarrow==10.0.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
Pygments==2.14.0
PyJWT==2.6.0
pyparsing==2.4.7
PySocks==1.7.1
python-dateutil==2.8.2
python-editor==1.0.4
pytz==2021.3
PyYAML==5.4.1
pyzmq==25.0.0
querystring-parser==1.2.4
readchar==2.0.1
requests==2.26.0
requests-oauthlib==1.3.1
rsa==4.9
scikit-learn==1.0
scipy==1.7.1
seaborn==0.11.2
shap==0.41.0
six==1.16.0
scikit-learn
slicer==0.0.7
smmap==4.0.0
soupsieve==2.2.1
SQLAlchemy==1.4.25
sqlparse==0.4.2
stack-data==0.6.2
tabulate==0.8.9
tensorboard==2.11.2
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.11.0
tensorflow-estimator==2.11.0
tensorflow-io-gcs-filesystem==0.31.0
termcolor==1.1.0
threadpoolctl==3.0.0
tornado==6.2
tqdm==4.64.1
traitlets==5.8.1
typing-extensions==3.10.0.2
urllib3==1.26.7
wcwidth==0.2.5
websocket-client==1.2.1
Werkzeug==2.0.1
wrapt==1.14.1
zipp==3.6.0
[options.packages.find]
#where = irec
exclude =
app
examples
[options.extras_require]
testing =
pytest>=6.0
pytest-cov>=2.0
mypy>=0.910
flake8>=3.8
tox>=3.24
types-PyYAML
types-cachetools
nn =
keras
tensorflow
[options.package_data]
irec = py.typed
[flake8]
max-line-length = 120