Skip to content

Commit 1eb837c

Browse files
committed
Update required packages
1 parent 0d466d2 commit 1eb837c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
download_url="https://github.com/jacobbieker/lofarnn/archive/v0.6.0.tar.gz",
1111
keywords=["Radio Astronomy", "PyTorch", "Machine Learning"],
1212
packages=find_packages(),
13-
install_requires=["astropy", "numpy", "scikit-image", "pillow"],
13+
install_requires=["astropy", "numpy", "scikit-image", "pillow", "pytorch", "scipy", "matplotlib"],
1414
classifiers=[
1515
"Development Status :: 3 - Alpha",
1616
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)