Skip to content

Commit 52881f6

Browse files
committed
🐛 Fix wrong variable name
1 parent 231432c commit 52881f6

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
@@ -45,7 +45,7 @@
4545
author = 'astropenguin',
4646
author_email = 'taniguchi@a.phys.nagoya-u.ac.jp',
4747
url = 'https://github.com/fmlo-dev/fmflow',
48-
install_requires = INSTALL_REQUIRES,
48+
install_requires = REQUIRES,
4949
packages = PACKAGES,
5050
package_data = {'fmflow': ['data/*.yaml']},
5151
)

0 commit comments

Comments
 (0)