Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
# The same modules should appear in the requirements.txt file as given below.
setuptools.setup(
name='lib_mic_array',
packages=setuptools.find_packages(),
install_requires=[
"flake8~=3.8",
"matplotlib~=3.3",
"numpy~=1.19",
"numpy~=1.18",
"pylint~=2.5",
"pytest~=6.0",
"pytest-xdist~=1.34",
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
# same modules should appear in the setup.py list as given below.
flake8==3.8.3
matplotlib==3.3.1
numpy==1.19.1

# Pin numpy to 1.18.5 due to tensorflow v2.1.1 hard pinning it to that version.
numpy==1.18.5
pylint==2.5.3
pytest==6.0.0
pytest-xdist==1.34.0
Expand Down