-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (32 loc) · 841 Bytes
/
setup.cfg
File metadata and controls
34 lines (32 loc) · 841 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
[metadata]
name = dl4pi
version = 1.0.0
author = Center for Applied AI at Chicago Booth
author_email = kirill.skobelev@chicagobooth.edu, janani.sekar@chicagobooth.edu
description = Deep Learning for Parameter Inference
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Center-for-Applied-AI/dl4pi
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
packages = find:
package_dir =
= src
python_requires = >=3.12
install_requires =
numpy>=1.26.0
numpy<2.0.0
torch>=2.2.2
tqdm>=4.66.5
matplotlib>=3.8.4
scikit-learn>=1.5.1
pandas>=2.0.3
statsmodels>=0.14.2
joblib>=1.4.2
pytest>=8.3.3
include_package_data = True
[options.packages.find]
where = src