-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
35 lines (32 loc) · 890 Bytes
/
setup.cfg
File metadata and controls
35 lines (32 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[metadata]
name = rc_cvae
version = 1.0.0
author = Daniyar Mazitov
author_email = daniyarttt@gmail.com
description = CVAE models for prediction reaction conditions for hydrogenation reactions
long_description = file: README.md
license = MIT
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
python_requires = ==3.6.*
install_requires =
numpy == 1.18.1
tensorflow-gpu == 2.1.0 ; python_version == '3.6.*'
tensorflow == 2.1.0
tensorflow_probability == 0.9.0
keras == 2.2.4
hyperspherical-vae @ git+https://github.com/cimm-kzn/s-vae-tf.git@master
cgrtools == 3.1.9
CIMtools==3.1.0
nclude_package_data = True
package_dir=
=src
packages=find:
[options.packages.find]
where = src
[options.package_data]
* = src/*