Skip to content

Commit f2cf9d9

Browse files
author
wjm41
committed
dependency control
1 parent 10536bf commit f2cf9d9

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
install_requires=[
1414
"dash==2.0.0",
1515
"werkzeug==2.0.0",
16-
"pytest-cov~=3.0.0",
16+
"pytest-cov ~= 3.0.0",
1717
"jupyter-dash",
18-
"plotly",
19-
"pandas",
18+
"plotly~=5.6.0",
19+
"pandas~=1.4.1",
20+
"ipykernel~=6.9.1",
21+
"scikit-learn~=1.0.0",
2022
],
2123
extras_require={"test": ["pytest"]},
2224
classifiers=[

setup_pip.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"werkzeug==2.0.0",
2525
"pytest-cov ~= 3.0.0",
2626
"jupyter-dash",
27-
"plotly",
28-
"pandas",
29-
"ipykernel",
30-
"scikit-learn",
27+
"plotly~=5.6.0",
28+
"pandas~=1.4.1",
29+
"ipykernel~=6.9.1",
30+
"scikit-learn~=1.0.0",
3131
],
3232
keywords=["science", "chemistry", "cheminformatics"],
3333
classifiers=[

0 commit comments

Comments
 (0)