Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorthcote authored May 22, 2023
1 parent 62c9c39 commit bda6574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
else:
# pynq variables
if 'BOARD' in os.environ:
requirements = ['pynq==2.7']
requirements = ['pynq>=2.7']
board_notebooks_dir = os.environ['PYNQ_JUPYTER_NOTEBOOKS']
board_project_dir = os.path.join(board_notebooks_dir, 'rfsoc-studio', 'frequency-planner')

Expand All @@ -41,7 +41,7 @@ def copy_notebooks():

setup(
name=package_name,
version='0.3.2',
version='0.3.3',
install_requires=requirements,
url='https://github.com/strath-sdr/rfsoc_frequency_planner',
license='BSD 3-Clause License',
Expand Down

0 comments on commit bda6574

Please sign in to comment.