@@ -3,6 +3,8 @@ requires = ['setuptools', 'wheel']
3
3
build-backend = ' setuptools.build_meta'
4
4
5
5
[project ]
6
+ name = ' deepecho'
7
+ description = ' Create sequential synthetic data of mixed types using a GAN.'
6
8
authors = [{
name =
' DataCebo, Inc.' ,
email =
' [email protected] ' }]
7
9
classifiers = [
8
10
' Development Status :: 2 - Pre-Alpha' ,
@@ -16,15 +18,11 @@ classifiers = [
16
18
' Programming Language :: Python :: 3.11' ,
17
19
' Topic :: Scientific/Engineering :: Artificial Intelligence' ,
18
20
]
19
- description = ' Create sequential synthetic data of mixed types using a GAN.'
20
21
keywords = [' deepecho' , ' DeepEcho' ]
21
- name = ' deepecho'
22
22
version = ' 0.5.1.dev0'
23
23
license = { text = ' BSL-1.1' }
24
24
requires-python = ' >=3.8,<3.12'
25
25
readme = ' README.md'
26
- urls = { 'Homepage' = ' https://github.com/sdv-dev/DeepEcho' }
27
-
28
26
dependencies = [
29
27
" numpy>=1.20.0,<2;python_version<'3.10'" ,
30
28
" numpy>=1.23.3,<2;python_version>='3.10'" ,
@@ -37,23 +35,22 @@ dependencies = [
37
35
" tqdm>=4.15,<5" ,
38
36
]
39
37
40
- [project .optional-dependencies ]
38
+ [project .urls ]
39
+ "Source Code" = " https://github.com/sdv-dev/SDGym/"
40
+ "Issue Tracker" = " https://github.com/sdv-dev/SDGym/issues"
41
+ "Twitter" = " https://twitter.com/sdv_dev"
42
+ "Chat" = " https://bit.ly/sdv-slack-invite"
41
43
44
+ [project .optional-dependencies ]
42
45
test = [
43
46
' pytest>=3.4.2' ,
44
47
' pytest-cov>=2.6.0' ,
45
48
' pytest-rerunfailures>=9.0.0,<10' ,
46
49
' jupyter>=1.0.0,<2' ,
47
50
' rundoc>=0.4.3,<0.5' ,
48
51
]
49
-
50
52
dev = [
51
- # test
52
- ' pytest>=3.4.2' ,
53
- ' pytest-cov>=2.6.0' ,
54
- ' pytest-rerunfailures>=9.0.0,<10' ,
55
- ' jupyter>=1.0.0,<2' ,
56
- ' rundoc>=0.4.3,<0.5' ,
53
+ ' deepecho[test]' ,
57
54
58
55
# general
59
56
' setuptools<49.2' ,
0 commit comments