File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ipy_pdcache"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " Automatically cache results of intensive computations in IPython."
55
66authors = [" kpj <kim.philipp.jablonski@gmail.com>" ]
@@ -12,18 +12,18 @@ repository = "https://github.com/kpj/ipy_pdcache"
1212
1313
1414[tool .poetry .dependencies ]
15- python = " ^3.7.1 "
16- pandas = " ^1.3.2 "
17- ipython = " ^7.26.0 "
15+ python = " >=3.10 "
16+ pandas = " >=2.0,<3.0 "
17+ ipython = " ^8.16 "
1818
1919
20- [tool . poetry .dev- dependencies ]
21- bump2version = " ^1.0.1 "
22- black = " ^23 .3"
23- pytest = " ^6.2 .4"
24- pytest-markdown = " ^1.0.2 "
20+ [poetry .group . dev . dependencies ]
21+ bump2version = " ^2.2 "
22+ black = " ^24 .3"
23+ pytest = " ^7 .4"
24+ pytest-markdown = " ^1.0"
2525
2626
2727[build-system ]
28- requires = [" poetry>=0.12 " ]
29- build-backend = " poetry.masonry.api"
28+ requires = [" poetry-core>=1.6 " ]
29+ build-backend = " poetry.core. masonry.api"
You can’t perform that action at this time.
0 commit comments