Skip to content

Commit

Permalink
Cleaning up dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Pfreundschuh committed Feb 2, 2021
1 parent 0988322 commit 0ced20f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
install_requires=["numpy", "scipy", "paramiko"],
tests_require=["sphinx_rtd_theme", "pytest", "einops", "matplotlib"],
install_requires=["numpy", "scipy", "paramiko", "einops"],
python_requires=">=3.6",
)

0 comments on commit 0ced20f

Please sign in to comment.