forked from ActivitySim/activitysim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (43 loc) · 982 Bytes
/
setup.cfg
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
[metadata]
name = activitysim
description = Activity-Based Travel Modeling
long_description = file: README.md
license = BSD 3-Clause License
classifiers =
Programming Language :: Python :: 3
[flake8]
exclude =
.git,
__pycache__,
docs/_build,
docs/conf.py,
**/__sharrowcache__,
other_resources/,
sandbox/
max-line-length = 160
extend-ignore = E203, E731, W503, F841, F541, F811
[options]
packages = find:
zip_safe = False
include_package_data = True
python_requires = >=3.9
install_requires =
cytoolz >= 0.8.1
numba >= 0.55.2
numpy >= 1.16.1
openmatrix >= 0.3.4.1
orca >= 1.6
pandas >= 1.1.0
psutil >= 4.1
pyarrow >= 2.0
pypyr >= 5.3
pyyaml >= 5.1
requests >= 2.7
sharrow >= 2.5
simwrapper > 1.7
tables >= 3.5.1
xarray >= 0.21
[options.entry_points]
console_scripts =
activitysim = activitysim.cli.main:main
activitysim_checksums = activitysim.cli.create:display_sha256_checksums