-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
63 lines (59 loc) · 1.59 KB
/
Copy pathsetup.cfg
File metadata and controls
63 lines (59 loc) · 1.59 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
[metadata]
name = jqmc
author = Kosuke Nakano
author_email = kousuke_1123@icloud.com
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jqmc-project/jQMC
project_urls =
Bug tracker = https://github.com/jqmc-project/jQMC/issues
Documentations = https://jQMC.readthedocs.io/en/latest/
classifiers =
Intended Audience :: Science/Research
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Physics
[options]
packages = find:
python_requires = >=3.10.0
install_requires =
numpy >= 1.26.4
scipy >= 1.12.0
jax >= 0.6.0, < 0.8.0
jaxlib >= 0.6.0, < 0.8.0
jaxtyping >= 0.2.29, < 0.4.0
flax >= 0.10.0, < 0.13.0
optax >= 0.2.0, < 0.3.0
mpi4py >= 4.0.2
trexio >= 2.6.0
pytest >= 8.3.5
pre-commit >= 4.0.2
setuptools_scm >= 8.1.2
pyyaml >= 6.0.0
toml >= 0.10.2
typer >= 0.15.1
click >= 8.0.0
tomlkit >= 0.13.2
uncertainties >= 3.2.2
matplotlib >= 3.10.1
h5py >= 3.10.0
paramiko < 4.0.0
[options.packages.find]
include =
jqmc
jqmc_workflow
[options.package_data]
jqmc_workflow =
template/**/*.toml
template/**/*.sh
template/**/*.yaml
template/*.yaml
[options.entry_points]
console_scripts =
jqmc = jqmc.jqmc_cli:_cli
jqmc-tool = jqmc.jqmc_tool:_cli
jqmc-jobmanager = jqmc_workflow._cli:job_manager_cli