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 1
1
[project ]
2
2
name = " epidemik"
3
- dynamic = [" version" ]
3
+ version = " 0.1.2"
4
+
4
5
authors = [
5
6
{
name =
" Bruno Gonçalves" ,
email =
" [email protected] " },
6
7
]
@@ -17,23 +18,26 @@ dependencies = [
17
18
" networkx>=3" ,
18
19
" numpy>=1.20" ,
19
20
" 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) "
23
24
]
24
25
[project .urls ]
25
26
Homepage = " https://github.com/DataForScience/epidemik"
26
27
Issues = " https://github.com/DataForScience/epidemik/issues"
27
28
Documentation = " https://epidemik.readthedocs.io/"
28
29
30
+ [tool .poetry-dynamic-versioning ]
31
+ enable = true
32
+
29
33
[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 "
32
36
33
- [tool .setuptools . dynamic ]
34
- version = { attr = " epidemik.__version__ " }
37
+ [tool .poetry- dynamic-versioning . from-file ]
38
+ source = " src/ epidemik/__init__.py "
35
39
36
40
[tool .pytest .ini_options ]
37
41
pythonpath = [
38
42
" ." , " src" ,
39
- ]
43
+ ]
Original file line number Diff line number Diff line change 11
11
from .NetworkEpiModel import NetworkEpiModel
12
12
from .MetaEpiModel import MetaEpiModel
13
13
14
- __version__ = "0.1.1 "
14
+ __version__ = "0.1.2 "
You can’t perform that action at this time.
0 commit comments