Skip to content

Commit

Permalink
dependency control
Browse files Browse the repository at this point in the history
  • Loading branch information
wjm41 committed Apr 6, 2022
1 parent 10536bf commit f2cf9d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
install_requires=[
"dash==2.0.0",
"werkzeug==2.0.0",
"pytest-cov~=3.0.0",
"pytest-cov ~= 3.0.0",
"jupyter-dash",
"plotly",
"pandas",
"plotly~=5.6.0",
"pandas~=1.4.1",
"ipykernel~=6.9.1",
"scikit-learn~=1.0.0",
],
extras_require={"test": ["pytest"]},
classifiers=[
Expand Down
8 changes: 4 additions & 4 deletions setup_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"werkzeug==2.0.0",
"pytest-cov ~= 3.0.0",
"jupyter-dash",
"plotly",
"pandas",
"ipykernel",
"scikit-learn",
"plotly~=5.6.0",
"pandas~=1.4.1",
"ipykernel~=6.9.1",
"scikit-learn~=1.0.0",
],
keywords=["science", "chemistry", "cheminformatics"],
classifiers=[
Expand Down

0 comments on commit f2cf9d9

Please sign in to comment.