Skip to content

Commit bda6574

Browse files
authored
Update setup.py
1 parent 62c9c39 commit bda6574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
else:
1919
# pynq variables
2020
if 'BOARD' in os.environ:
21-
requirements = ['pynq==2.7']
21+
requirements = ['pynq>=2.7']
2222
board_notebooks_dir = os.environ['PYNQ_JUPYTER_NOTEBOOKS']
2323
board_project_dir = os.path.join(board_notebooks_dir, 'rfsoc-studio', 'frequency-planner')
2424

@@ -41,7 +41,7 @@ def copy_notebooks():
4141

4242
setup(
4343
name=package_name,
44-
version='0.3.2',
44+
version='0.3.3',
4545
install_requires=requirements,
4646
url='https://github.com/strath-sdr/rfsoc_frequency_planner',
4747
license='BSD 3-Clause License',

0 commit comments

Comments
 (0)