File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " epidemik"
3- dynamic = [" version" ]
3+ version = " 0.1.2"
4+
45authors = [
56 {
name =
" Bruno Gonçalves" ,
email =
" [email protected] " },
67]
@@ -17,23 +18,26 @@ dependencies = [
1718 " networkx>=3" ,
1819 " numpy>=1.20" ,
1920 " pandas>=2.0" ,
20- " scipy>=1.10 " ,
21- " yaml>=6.0 " ,
22- " tqdm>=4 "
21+ " scipy>=1.7 " ,
22+ " tqdm>=4 " ,
23+ " pyyaml (>=6.0.2,<7.0.0) "
2324]
2425[project .urls ]
2526Homepage = " https://github.com/DataForScience/epidemik"
2627Issues = " https://github.com/DataForScience/epidemik/issues"
2728Documentation = " https://epidemik.readthedocs.io/"
2829
30+ [tool .poetry-dynamic-versioning ]
31+ enable = true
32+
2933[build-system ]
30- requires = [" setuptools>=61 .0" ]
31- build-backend = " setuptools.build_meta "
34+ requires = [" poetry-core>=1.0.0 " , " poetry-dynamic-versioning>=1.0.0,<2.0 .0" ]
35+ build-backend = " poetry_dynamic_versioning.backend "
3236
33- [tool .setuptools . dynamic ]
34- version = { attr = " epidemik.__version__ " }
37+ [tool .poetry- dynamic-versioning . from-file ]
38+ source = " src/ epidemik/__init__.py "
3539
3640[tool .pytest .ini_options ]
3741pythonpath = [
3842 " ." , " src" ,
39- ]
43+ ]
Original file line number Diff line number Diff line change 1111from .NetworkEpiModel import NetworkEpiModel
1212from .MetaEpiModel import MetaEpiModel
1313
14- __version__ = "0.1.1 "
14+ __version__ = "0.1.2 "
You can’t perform that action at this time.
0 commit comments