Skip to content

Commit

Permalink
Remove pyamg from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Dec 29, 2019
1 parent 066a971 commit 052384a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Cython
dash==0.34.0
dash-html-components==0.13.4
dash-core-components==0.42.0
Expand All @@ -10,7 +9,6 @@ networkx
numpy
pandas
parameterized
pyamg
scikit-image
scikit-learn
scipy
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Pillow==6.2.1
plotly==4.4.1
pluggy==0.13.1
py==1.8.0
pyamg==4.0.0
pybind11==2.4.3
pyparsing==2.4.5
pytest==5.3.2
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@
'h5py>=2.8.0',
'numpy>=0.12.1',
'pandas>=0.20.3',
'pyamg',
'scipy>=0.19.1',
'scikit-image>=0.14.1',
'scikit-learn>=0.19.1',
'tqdm>=4.11.2',
'typing>=3.6.2'
],
setup_requires=[
'cython',
'numpy>=0.12.1',
],
python_requires='>=3.5',
Expand Down

0 comments on commit 052384a

Please sign in to comment.