|
1 |
| -# Copyright (c) 2019, Xilinx, Inc. |
2 |
| -# All rights reserved. |
3 |
| -# |
4 |
| -# Redistribution and use in source and binary forms, with or without |
5 |
| -# modification, are permitted provided that the following conditions are met: |
6 |
| -# |
7 |
| -# 1. Redistributions of source code must retain the above copyright notice, |
8 |
| -# this list of conditions and the following disclaimer. |
9 |
| -# |
10 |
| -# 2. Redistributions in binary form must reproduce the above copyright |
11 |
| -# notice, this list of conditions and the following disclaimer in the |
12 |
| -# documentation and/or other materials provided with the distribution. |
13 |
| -# |
14 |
| -# 3. Neither the name of the copyright holder nor the names of its |
15 |
| -# contributors may be used to endorse or promote products derived from |
16 |
| -# this software without specific prior written permission. |
17 |
| -# |
18 |
| -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
19 |
| -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
20 |
| -# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
21 |
| -# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR |
22 |
| -# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
23 |
| -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
24 |
| -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
25 |
| -# OR BUSINESS INTERRUPTION). HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
26 |
| -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
27 |
| -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
28 |
| -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
29 |
| - |
30 | 1 | import os
|
31 | 2 | import shutil
|
32 | 3 | from distutils.dir_util import copy_tree
|
|
39 | 10 | board = os.environ['BOARD']
|
40 | 11 | repo_board_folder = f'boards/{board}/{package_name}'
|
41 | 12 | board_notebooks_dir = os.environ['PYNQ_JUPYTER_NOTEBOOKS']
|
42 |
| -board_project_dir = os.path.join(board_notebooks_dir, 'qpsk-demonstrator') |
| 13 | +board_project_dir = os.path.join(board_notebooks_dir, 'rfsoc-studio', 'qpsk-demonstrator') |
43 | 14 |
|
44 | 15 | data_files = []
|
45 | 16 |
|
@@ -87,10 +58,9 @@ def copy_drivers():
|
87 | 58 |
|
88 | 59 | setup(
|
89 | 60 | name="rfsoc_qpsk",
|
90 |
| - version='1.4.0', |
| 61 | + version='1.4.2', |
91 | 62 | install_requires=[
|
92 | 63 | 'pynq==2.7',
|
93 |
| - 'plotly==5.1.0', |
94 | 64 | ],
|
95 | 65 | url='https://github.com/strath-sdr/rfsoc_qpsk.git',
|
96 | 66 | license='BSD 3-Clause License',
|
|
0 commit comments