-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.json
36 lines (36 loc) · 999 Bytes
/
setup.json
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
36
{
"name": "sycofinder",
"author": "Leopold Talirz, Seyed Mohamad Moosavi",
"author_email": "[email protected]",
"description": "Web App for finding and optimizing synthesis conditions for nanoporous materials.",
"url": "https://github.com/ltalirz/sycofinder",
"license": "MIT",
"classifiers": [
"Programming Language :: Python"
],
"version": "0.2.0",
"install_requires": [
"dash~=2.0.0",
"dash-renderer~=1.9.1",
"dash-core-components~=2.0.0",
"dash-html-components~=2.0.0",
"dash-table~=5.0.0",
"plotly~=5.3.1",
"numpy~=1.21.2",
"scipy~=1.7.1",
"pandas~=1.3.3",
"deap~=1.2",
"cvxpy~=1.0",
"dccp~=1.0.0",
"scikit-learn~=0.0",
"toolz~=0.10.0",
"dask-distance~=0.2.0",
"Werkzeug~=2.0.0"
],
"extras_require": {
"pre-commit": [
"pre-commit~=2.2",
"pylint~=2.9.4"
]
}
}