-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
61 lines (51 loc) · 1.09 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
name = pyciemss
version = 0.1.5
license = BSD-3-Clause
license_files = LICENSE
[options]
install_requires =
jupyter
torch >= 1.8.0
mira @ git+https://github.com/indralab/mira.git@0.7.0
chirho[dynamical] @ git+https://github.com/BasisResearch/chirho@4fbd03ce9aa25f536dc06c943ceef363cd2c56c4
sympytorch
torchdiffeq
pandas
numpy
vl-convert-python
pytest
matplotlib
statsmodels
netCDF4
dask
zip_safe = false
include_package_data = true
python_requires = >=3.8
packages = find:
[options.package_data]
* = *.json
[options.extras_require]
tests =
pytest
pytest-xdist
flake8
black
isort
mypy
types-requests
nbval
nbconvert
xmldiff
askem_model_representations@git+https://github.com/DARPA-ASKEM/Model-Representations@ModelInventory_v0.2
[flake8]
max-line-length = 120
exclude = docs, build, dist, .ipynb_checkpoints, .env
extend-ignore = E203
[isort]
profile = black
skip_glob = .ipynb_checkpoints, .env
known_first_party = pyciemss, test
known_third_party = torch, pyro
[mypy]
ignore_missing_imports = True