|
1 | 1 | [project] |
2 | 2 | name = "pyretailscience" |
3 | | -version = "0.12.1" |
| 3 | +version = "0.12.2" |
4 | 4 | description = "Retail Data Science Tools" |
5 | 5 | requires-python = ">=3.10,<3.13" |
6 | 6 | readme = "README.md" |
7 | 7 | license = "Elastic-2.0" |
8 | | -dependencies = [ "pandas>=2.1.4,<3", "pyarrow>=14.0.2,<15", "matplotlib>=3.9.1,<4", "numpy>=1.26.3,<2", "loguru>=0.7.2,<0.8", "tqdm>=4.66.1,<5", "scipy>=1.13.0,<2", "scikit-learn>=1.4.2,<2", "matplotlib-set-diagrams~=0.0.2", "toml>=0.10.2,<0.11", "duckdb>=1.0.0,<2", "graphviz>=0.20.3,<0.21", "ibis-framework[duckdb]>=10.0.0,<11"] |
| 8 | +dependencies = [ "pandas>=2.1.4,<3", "pyarrow>=14.0.2,<15", "matplotlib>=3.9.1,<4", "numpy>=1.26.3,<2", "loguru>=0.7.2,<0.8", "tqdm>=4.66.1,<5", "scipy>=1.13.0,<2", "scikit-learn>=1.4.2,<2", "matplotlib-set-diagrams~=0.0.2", "toml>=0.10.2,<0.11", "duckdb>=1.0.0,<2", "graphviz>=0.20.3,<0.21", "ibis-framework[duckdb]>=10.0.0,<11",] |
9 | 9 | [[project.authors]] |
10 | 10 | name = "Murray Vanwyk" |
11 | 11 | |
12 | 12 |
|
13 | 13 | [dependency-groups] |
14 | | -dev = [ "pytest>=8.0.0,<9", "pytest-cov>=4.1.0,<5", "nbstripout>=0.7.1,<0.8", "ruff>=0.9,<0.10", "pre-commit>=3.6.2,<4", "pytest-mock>=3.14.0,<4", "freezegun>=1.5.1,<2"] |
| 14 | +dev = [ "pytest>=8.0.0,<9", "pytest-cov>=4.1.0,<5", "nbstripout>=0.7.1,<0.8", "ruff>=0.9,<0.10", "pre-commit>=3.6.2,<4", "pytest-mock>=3.14.0,<4", "freezegun>=1.5.1,<2",] |
15 | 15 | examples = [ "jupyterlab>=4.2.5,<5", "tqdm>=4.66.1,<5",] |
16 | 16 | docs = [ "mkdocs-material>=9.5.4,<10", "mkdocstrings[python]>=0.24.0,<0.25", "mkdocs>=1.5.3,<2", "mkdocs-jupyter>=0.24.6,<0.25",] |
17 | 17 |
|
|
0 commit comments