-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathsetup.ini
More file actions
47 lines (36 loc) · 905 Bytes
/
setup.ini
File metadata and controls
47 lines (36 loc) · 905 Bytes
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
[metadata]
name = AlphaPurify
version = 0.1.0
author = Elias Wu
author_email = eliaswu71@gmail.com
description = A powerful quantitative factor cleaning and analysis library
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/eliasswu/AlphaPurify
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: MIT License
Operating System :: OS Independent
requires_python = >=3.10
[options]
packages = find:
python_requires = >=3.10
install_requires =
pandas
polars
duckdb
plotly
numpy
scipy
pyarrow
joblib
scikit-learn
tqdm
[options.packages.find]
where = .
include = alphapurify*
exclude = tests*
docs*
[options.extras_require]