copulas 0.12.1.dev0__tar.gz → 0.12.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of copulas might be problematic. Click here for more details.
- {copulas-0.12.1.dev0 → copulas-0.12.2}/PKG-INFO +30 -29
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/__init__.py +1 -1
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas.egg-info/PKG-INFO +30 -29
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas.egg-info/requires.txt +27 -31
- {copulas-0.12.1.dev0 → copulas-0.12.2}/pyproject.toml +35 -37
- {copulas-0.12.1.dev0 → copulas-0.12.2}/LICENSE +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/README.md +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/bivariate/__init__.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/bivariate/base.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/bivariate/clayton.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/bivariate/frank.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/bivariate/gumbel.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/bivariate/independence.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/bivariate/utils.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/datasets.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/errors.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/multivariate/__init__.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/multivariate/base.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/multivariate/gaussian.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/multivariate/tree.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/multivariate/vine.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/optimize/__init__.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/__init__.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/base.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/beta.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/gamma.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/gaussian.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/gaussian_kde.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/log_laplace.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/selection.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/student_t.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/truncated_gaussian.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/univariate/uniform.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/utils.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas/visualization.py +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas.egg-info/SOURCES.txt +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas.egg-info/dependency_links.txt +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/copulas.egg-info/top_level.txt +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/setup.cfg +0 -0
- {copulas-0.12.1.dev0 → copulas-0.12.2}/tests/test_tasks.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: copulas
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.2
|
|
4
4
|
Summary: Create tabular synthetic data using copulas-based modeling.
|
|
5
5
|
Author-email: "DataCebo, Inc." <info@sdv.dev>
|
|
6
6
|
License: BSL-1.1
|
|
@@ -40,45 +40,46 @@ Requires-Dist: scipy>=1.9.2; python_version >= "3.10" and python_version < "3.12
|
|
|
40
40
|
Requires-Dist: scipy>=1.12.0; python_version >= "3.12" and python_version < "3.13"
|
|
41
41
|
Requires-Dist: scipy>=1.14.1; python_version >= "3.13"
|
|
42
42
|
Provides-Extra: tutorials
|
|
43
|
-
Requires-Dist: markupsafe
|
|
43
|
+
Requires-Dist: markupsafe>=2.0.1; extra == "tutorials"
|
|
44
44
|
Requires-Dist: scikit-learn>=0.24; python_version < "3.12" and extra == "tutorials"
|
|
45
45
|
Requires-Dist: scikit-learn>=1.3.1; python_version >= "3.12" and extra == "tutorials"
|
|
46
|
-
Requires-Dist: jupyter
|
|
46
|
+
Requires-Dist: jupyter>=1.0.0; extra == "tutorials"
|
|
47
47
|
Provides-Extra: test
|
|
48
48
|
Requires-Dist: copulas[tutorials]; extra == "test"
|
|
49
|
-
Requires-Dist: pytest
|
|
50
|
-
Requires-Dist: pytest-cov
|
|
51
|
-
Requires-Dist: pytest-rerunfailures
|
|
52
|
-
Requires-Dist: rundoc
|
|
53
|
-
Requires-Dist: tomli
|
|
49
|
+
Requires-Dist: pytest>=6.2.5; extra == "test"
|
|
50
|
+
Requires-Dist: pytest-cov>=2.6.0; extra == "test"
|
|
51
|
+
Requires-Dist: pytest-rerunfailures>=10.3; extra == "test"
|
|
52
|
+
Requires-Dist: rundoc>=0.4.3; extra == "test"
|
|
53
|
+
Requires-Dist: tomli>=2.0.0; extra == "test"
|
|
54
54
|
Provides-Extra: dev
|
|
55
55
|
Requires-Dist: copulas[test,tutorials]; extra == "dev"
|
|
56
56
|
Requires-Dist: pip>=9.0.1; extra == "dev"
|
|
57
|
-
Requires-Dist: build
|
|
58
|
-
Requires-Dist: bump-my-version
|
|
59
|
-
Requires-Dist: watchdog
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist:
|
|
65
|
-
Requires-Dist: sphinxcontrib-
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist:
|
|
68
|
-
Requires-Dist:
|
|
69
|
-
Requires-Dist:
|
|
70
|
-
Requires-Dist: Jinja2<3,>=
|
|
71
|
-
Requires-Dist:
|
|
57
|
+
Requires-Dist: build>=1.0.0; extra == "dev"
|
|
58
|
+
Requires-Dist: bump-my-version>=0.18.3; extra == "dev"
|
|
59
|
+
Requires-Dist: watchdog>=1.0.1; extra == "dev"
|
|
60
|
+
Requires-Dist: nbsphinx<0.10,>=0.9.7; extra == "dev"
|
|
61
|
+
Requires-Dist: Sphinx<7.5,>=7.4.7; extra == "dev"
|
|
62
|
+
Requires-Dist: sphinx_rtd_theme<3.1,>=3.0.2; extra == "dev"
|
|
63
|
+
Requires-Dist: sphinxcontrib_applehelp<2.1,>=2.0.0; extra == "dev"
|
|
64
|
+
Requires-Dist: sphinxcontrib-devhelp<2.1,>=2.0.0; extra == "dev"
|
|
65
|
+
Requires-Dist: sphinxcontrib-htmlhelp<2.2,>=2.1.0; extra == "dev"
|
|
66
|
+
Requires-Dist: sphinxcontrib_serializinghtml<2.1,>=2.0.0; extra == "dev"
|
|
67
|
+
Requires-Dist: sphinxcontrib_qthelp<2.1,>=2.0.0; extra == "dev"
|
|
68
|
+
Requires-Dist: alabaster<0.8,>=0.7.16; extra == "dev"
|
|
69
|
+
Requires-Dist: lxml-html-clean<0.5,>=0.4.1; extra == "dev"
|
|
70
|
+
Requires-Dist: Jinja2<3.2,>=3.1.6; extra == "dev"
|
|
71
|
+
Requires-Dist: myst_parser<4.1,>=3.0.1; extra == "dev"
|
|
72
72
|
Requires-Dist: ruff<1,>=0.3.2; extra == "dev"
|
|
73
73
|
Requires-Dist: twine<4,>=1.10.0; extra == "dev"
|
|
74
74
|
Requires-Dist: wheel>=0.30.0; extra == "dev"
|
|
75
|
-
Requires-Dist: coverage<
|
|
75
|
+
Requires-Dist: coverage<7.8,>=7.7.1; extra == "dev"
|
|
76
76
|
Requires-Dist: tox<4,>=2.9.1; extra == "dev"
|
|
77
77
|
Requires-Dist: invoke; extra == "dev"
|
|
78
|
-
Requires-Dist: urllib3<
|
|
79
|
-
Requires-Dist: tabulate<0.
|
|
80
|
-
Requires-Dist: boto3<1.
|
|
81
|
-
Requires-Dist: docutils<0.
|
|
78
|
+
Requires-Dist: urllib3<2.4,>=1.26.20; extra == "dev"
|
|
79
|
+
Requires-Dist: tabulate<0.10,>=0.9.0; extra == "dev"
|
|
80
|
+
Requires-Dist: boto3<1.38,>=1.37.18; extra == "dev"
|
|
81
|
+
Requires-Dist: docutils<0.22,>=0.21.2; extra == "dev"
|
|
82
|
+
Dynamic: license-file
|
|
82
83
|
|
|
83
84
|
<p style="text-align:center">
|
|
84
85
|
<i>This repository is part of <a href="https://sdv.dev">The Synthetic Data Vault Project</a>, a project from <a href="https://datacebo.com">DataCebo</a>.</i>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: copulas
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.2
|
|
4
4
|
Summary: Create tabular synthetic data using copulas-based modeling.
|
|
5
5
|
Author-email: "DataCebo, Inc." <info@sdv.dev>
|
|
6
6
|
License: BSL-1.1
|
|
@@ -40,45 +40,46 @@ Requires-Dist: scipy>=1.9.2; python_version >= "3.10" and python_version < "3.12
|
|
|
40
40
|
Requires-Dist: scipy>=1.12.0; python_version >= "3.12" and python_version < "3.13"
|
|
41
41
|
Requires-Dist: scipy>=1.14.1; python_version >= "3.13"
|
|
42
42
|
Provides-Extra: tutorials
|
|
43
|
-
Requires-Dist: markupsafe
|
|
43
|
+
Requires-Dist: markupsafe>=2.0.1; extra == "tutorials"
|
|
44
44
|
Requires-Dist: scikit-learn>=0.24; python_version < "3.12" and extra == "tutorials"
|
|
45
45
|
Requires-Dist: scikit-learn>=1.3.1; python_version >= "3.12" and extra == "tutorials"
|
|
46
|
-
Requires-Dist: jupyter
|
|
46
|
+
Requires-Dist: jupyter>=1.0.0; extra == "tutorials"
|
|
47
47
|
Provides-Extra: test
|
|
48
48
|
Requires-Dist: copulas[tutorials]; extra == "test"
|
|
49
|
-
Requires-Dist: pytest
|
|
50
|
-
Requires-Dist: pytest-cov
|
|
51
|
-
Requires-Dist: pytest-rerunfailures
|
|
52
|
-
Requires-Dist: rundoc
|
|
53
|
-
Requires-Dist: tomli
|
|
49
|
+
Requires-Dist: pytest>=6.2.5; extra == "test"
|
|
50
|
+
Requires-Dist: pytest-cov>=2.6.0; extra == "test"
|
|
51
|
+
Requires-Dist: pytest-rerunfailures>=10.3; extra == "test"
|
|
52
|
+
Requires-Dist: rundoc>=0.4.3; extra == "test"
|
|
53
|
+
Requires-Dist: tomli>=2.0.0; extra == "test"
|
|
54
54
|
Provides-Extra: dev
|
|
55
55
|
Requires-Dist: copulas[test,tutorials]; extra == "dev"
|
|
56
56
|
Requires-Dist: pip>=9.0.1; extra == "dev"
|
|
57
|
-
Requires-Dist: build
|
|
58
|
-
Requires-Dist: bump-my-version
|
|
59
|
-
Requires-Dist: watchdog
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist:
|
|
65
|
-
Requires-Dist: sphinxcontrib-
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist:
|
|
68
|
-
Requires-Dist:
|
|
69
|
-
Requires-Dist:
|
|
70
|
-
Requires-Dist: Jinja2<3,>=
|
|
71
|
-
Requires-Dist:
|
|
57
|
+
Requires-Dist: build>=1.0.0; extra == "dev"
|
|
58
|
+
Requires-Dist: bump-my-version>=0.18.3; extra == "dev"
|
|
59
|
+
Requires-Dist: watchdog>=1.0.1; extra == "dev"
|
|
60
|
+
Requires-Dist: nbsphinx<0.10,>=0.9.7; extra == "dev"
|
|
61
|
+
Requires-Dist: Sphinx<7.5,>=7.4.7; extra == "dev"
|
|
62
|
+
Requires-Dist: sphinx_rtd_theme<3.1,>=3.0.2; extra == "dev"
|
|
63
|
+
Requires-Dist: sphinxcontrib_applehelp<2.1,>=2.0.0; extra == "dev"
|
|
64
|
+
Requires-Dist: sphinxcontrib-devhelp<2.1,>=2.0.0; extra == "dev"
|
|
65
|
+
Requires-Dist: sphinxcontrib-htmlhelp<2.2,>=2.1.0; extra == "dev"
|
|
66
|
+
Requires-Dist: sphinxcontrib_serializinghtml<2.1,>=2.0.0; extra == "dev"
|
|
67
|
+
Requires-Dist: sphinxcontrib_qthelp<2.1,>=2.0.0; extra == "dev"
|
|
68
|
+
Requires-Dist: alabaster<0.8,>=0.7.16; extra == "dev"
|
|
69
|
+
Requires-Dist: lxml-html-clean<0.5,>=0.4.1; extra == "dev"
|
|
70
|
+
Requires-Dist: Jinja2<3.2,>=3.1.6; extra == "dev"
|
|
71
|
+
Requires-Dist: myst_parser<4.1,>=3.0.1; extra == "dev"
|
|
72
72
|
Requires-Dist: ruff<1,>=0.3.2; extra == "dev"
|
|
73
73
|
Requires-Dist: twine<4,>=1.10.0; extra == "dev"
|
|
74
74
|
Requires-Dist: wheel>=0.30.0; extra == "dev"
|
|
75
|
-
Requires-Dist: coverage<
|
|
75
|
+
Requires-Dist: coverage<7.8,>=7.7.1; extra == "dev"
|
|
76
76
|
Requires-Dist: tox<4,>=2.9.1; extra == "dev"
|
|
77
77
|
Requires-Dist: invoke; extra == "dev"
|
|
78
|
-
Requires-Dist: urllib3<
|
|
79
|
-
Requires-Dist: tabulate<0.
|
|
80
|
-
Requires-Dist: boto3<1.
|
|
81
|
-
Requires-Dist: docutils<0.
|
|
78
|
+
Requires-Dist: urllib3<2.4,>=1.26.20; extra == "dev"
|
|
79
|
+
Requires-Dist: tabulate<0.10,>=0.9.0; extra == "dev"
|
|
80
|
+
Requires-Dist: boto3<1.38,>=1.37.18; extra == "dev"
|
|
81
|
+
Requires-Dist: docutils<0.22,>=0.21.2; extra == "dev"
|
|
82
|
+
Dynamic: license-file
|
|
82
83
|
|
|
83
84
|
<p style="text-align:center">
|
|
84
85
|
<i>This repository is part of <a href="https://sdv.dev">The Synthetic Data Vault Project</a>, a project from <a href="https://datacebo.com">DataCebo</a>.</i>
|
|
@@ -30,47 +30,43 @@ scipy>=1.14.1
|
|
|
30
30
|
[dev]
|
|
31
31
|
copulas[test,tutorials]
|
|
32
32
|
pip>=9.0.1
|
|
33
|
-
build
|
|
34
|
-
bump-my-version
|
|
35
|
-
watchdog
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
sphinxcontrib-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
33
|
+
build>=1.0.0
|
|
34
|
+
bump-my-version>=0.18.3
|
|
35
|
+
watchdog>=1.0.1
|
|
36
|
+
nbsphinx<0.10,>=0.9.7
|
|
37
|
+
Sphinx<7.5,>=7.4.7
|
|
38
|
+
sphinx_rtd_theme<3.1,>=3.0.2
|
|
39
|
+
sphinxcontrib_applehelp<2.1,>=2.0.0
|
|
40
|
+
sphinxcontrib-devhelp<2.1,>=2.0.0
|
|
41
|
+
sphinxcontrib-htmlhelp<2.2,>=2.1.0
|
|
42
|
+
sphinxcontrib_serializinghtml<2.1,>=2.0.0
|
|
43
|
+
sphinxcontrib_qthelp<2.1,>=2.0.0
|
|
44
|
+
alabaster<0.8,>=0.7.16
|
|
45
|
+
lxml-html-clean<0.5,>=0.4.1
|
|
46
|
+
Jinja2<3.2,>=3.1.6
|
|
47
|
+
myst_parser<4.1,>=3.0.1
|
|
46
48
|
ruff<1,>=0.3.2
|
|
47
49
|
twine<4,>=1.10.0
|
|
48
50
|
wheel>=0.30.0
|
|
49
|
-
coverage<
|
|
51
|
+
coverage<7.8,>=7.7.1
|
|
50
52
|
tox<4,>=2.9.1
|
|
51
53
|
invoke
|
|
52
|
-
urllib3<
|
|
53
|
-
tabulate<0.
|
|
54
|
-
boto3<1.
|
|
55
|
-
docutils<0.
|
|
56
|
-
|
|
57
|
-
[dev:python_version < "3.12"]
|
|
58
|
-
Jinja2<3,>=2
|
|
59
|
-
|
|
60
|
-
[dev:python_version >= "3.12"]
|
|
61
|
-
Jinja2<4,>=2
|
|
54
|
+
urllib3<2.4,>=1.26.20
|
|
55
|
+
tabulate<0.10,>=0.9.0
|
|
56
|
+
boto3<1.38,>=1.37.18
|
|
57
|
+
docutils<0.22,>=0.21.2
|
|
62
58
|
|
|
63
59
|
[test]
|
|
64
60
|
copulas[tutorials]
|
|
65
|
-
pytest
|
|
66
|
-
pytest-cov
|
|
67
|
-
pytest-rerunfailures
|
|
68
|
-
rundoc
|
|
69
|
-
tomli
|
|
61
|
+
pytest>=6.2.5
|
|
62
|
+
pytest-cov>=2.6.0
|
|
63
|
+
pytest-rerunfailures>=10.3
|
|
64
|
+
rundoc>=0.4.3
|
|
65
|
+
tomli>=2.0.0
|
|
70
66
|
|
|
71
67
|
[tutorials]
|
|
72
|
-
markupsafe
|
|
73
|
-
jupyter
|
|
68
|
+
markupsafe>=2.0.1
|
|
69
|
+
jupyter>=1.0.0
|
|
74
70
|
|
|
75
71
|
[tutorials:python_version < "3.12"]
|
|
76
72
|
scikit-learn>=0.24
|
|
@@ -54,61 +54,59 @@ version = {attr = 'copulas.__version__'}
|
|
|
54
54
|
|
|
55
55
|
[project.optional-dependencies]
|
|
56
56
|
tutorials = [
|
|
57
|
-
'markupsafe
|
|
58
|
-
"scikit-learn>=0.24;python_version<'3.12'",
|
|
59
|
-
"scikit-learn>=1.3.1;python_version>='3.12'",
|
|
60
|
-
'jupyter>=1.0.0
|
|
57
|
+
'markupsafe >= 2.0.1',
|
|
58
|
+
"scikit-learn >= 0.24;python_version<'3.12'",
|
|
59
|
+
"scikit-learn >= 1.3.1;python_version >= '3.12'",
|
|
60
|
+
'jupyter >= 1.0.0',
|
|
61
61
|
]
|
|
62
62
|
test = [
|
|
63
63
|
'copulas[tutorials]',
|
|
64
|
-
'pytest>=6.2.5
|
|
65
|
-
'pytest-cov>=2.6.0
|
|
66
|
-
'pytest-rerunfailures>=10.3
|
|
67
|
-
'rundoc>=0.4.3
|
|
68
|
-
'tomli>=2.0.0
|
|
64
|
+
'pytest >= 6.2.5',
|
|
65
|
+
'pytest-cov >= 2.6.0',
|
|
66
|
+
'pytest-rerunfailures >= 10.3',
|
|
67
|
+
'rundoc >= 0.4.3',
|
|
68
|
+
'tomli >= 2.0.0',
|
|
69
69
|
]
|
|
70
70
|
dev = [
|
|
71
71
|
'copulas[tutorials, test]',
|
|
72
72
|
|
|
73
73
|
# general
|
|
74
|
-
'pip>=9.0.1',
|
|
75
|
-
'build>=1.0.0
|
|
76
|
-
'bump-my-version>=0.18.3
|
|
77
|
-
'watchdog>=1.0.1
|
|
74
|
+
'pip >= 9.0.1',
|
|
75
|
+
'build >= 1.0.0',
|
|
76
|
+
'bump-my-version >= 0.18.3',
|
|
77
|
+
'watchdog >= 1.0.1',
|
|
78
78
|
|
|
79
79
|
# docs
|
|
80
|
-
'
|
|
81
|
-
'
|
|
82
|
-
'
|
|
83
|
-
'
|
|
84
|
-
'
|
|
85
|
-
'sphinxcontrib-
|
|
86
|
-
'
|
|
87
|
-
'
|
|
88
|
-
'
|
|
89
|
-
'
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
"Jinja2>=2,<3;python_version<'3.12'",
|
|
93
|
-
"Jinja2>=2,<4;python_version>='3.12'",
|
|
80
|
+
'nbsphinx >= 0.9.7, <0.10',
|
|
81
|
+
'Sphinx >= 7.4.7, <7.5',
|
|
82
|
+
'sphinx_rtd_theme >= 3.0.2, <3.1',
|
|
83
|
+
'sphinxcontrib_applehelp >= 2.0.0, <2.1',
|
|
84
|
+
'sphinxcontrib-devhelp >= 2.0.0, <2.1',
|
|
85
|
+
'sphinxcontrib-htmlhelp >= 2.1.0, <2.2',
|
|
86
|
+
'sphinxcontrib_serializinghtml >= 2.0.0, <2.1',
|
|
87
|
+
'sphinxcontrib_qthelp >= 2.0.0, <2.1',
|
|
88
|
+
'alabaster >= 0.7.16, <0.8',
|
|
89
|
+
'lxml-html-clean >= 0.4.1, <0.5',
|
|
90
|
+
'Jinja2 >= 3.1.6, <3.2',
|
|
91
|
+
'myst_parser >= 3.0.1, <4.1',
|
|
94
92
|
|
|
95
93
|
# style check
|
|
96
|
-
'ruff>=0.3.2
|
|
94
|
+
'ruff >= 0.3.2, <1',
|
|
97
95
|
|
|
98
96
|
# distribute on PyPI
|
|
99
|
-
'twine>=1.10.0
|
|
100
|
-
'wheel>=0.30.0',
|
|
97
|
+
'twine >= 1.10.0, <4',
|
|
98
|
+
'wheel >= 0.30.0',
|
|
101
99
|
|
|
102
100
|
# Advanced testing
|
|
103
|
-
'coverage>=
|
|
104
|
-
'tox>=2.9.1,<4',
|
|
101
|
+
'coverage >= 7.7.1, <7.8',
|
|
102
|
+
'tox >= 2.9.1,<4',
|
|
105
103
|
'invoke',
|
|
106
104
|
|
|
107
105
|
# Large scale evaluation
|
|
108
|
-
'urllib3>=1.20
|
|
109
|
-
'tabulate>=0.
|
|
110
|
-
'boto3>=1.
|
|
111
|
-
'docutils>=0.
|
|
106
|
+
'urllib3 >= 1.26.20, <2.4',
|
|
107
|
+
'tabulate >= 0.9.0, <0.10',
|
|
108
|
+
'boto3 >= 1.37.18, <1.38',
|
|
109
|
+
'docutils >= 0.21.2, <0.22'
|
|
112
110
|
]
|
|
113
111
|
|
|
114
112
|
[tool.isort]
|
|
@@ -154,7 +152,7 @@ namespaces = false
|
|
|
154
152
|
]
|
|
155
153
|
|
|
156
154
|
[tool.bumpversion]
|
|
157
|
-
current_version = "0.12.
|
|
155
|
+
current_version = "0.12.2"
|
|
158
156
|
commit = true
|
|
159
157
|
tag = true
|
|
160
158
|
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|