Skip to content

Commit f04e64a

Browse files
Update CI/CD, Dependabot, Copyrights, setup.py, README.md. (#1517)
- CICD Maintenance (#1512) - Change the reviewer for Dependabot (#1512) - Update Copyrights(Sony Semiconductor Israel->Sony Semiconductor Solutions) (#1513) - Update setup.py(#1515) - remove author_email - python_requires(from >=3.6 to >=3.9) - Fix hyperlinks to documents(about xquant extension tool) in README.md. (#1516)
1 parent abd8f71 commit f04e64a

File tree

1,074 files changed

+1077
-1084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,074 files changed

+1077
-1084
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ updates:
1010
schedule:
1111
interval: "daily"
1212
reviewers:
13-
- "ofirgo"
14-
- "reuvenperetz"
13+
- "yt0705"
14+
- "ueno-hiroshi002"

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install Python 3
1111
uses: actions/setup-python@v5
1212
with:
13-
python-version: 3.8
13+
python-version: 3.12
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip

.github/workflows/run_keras_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
26-
pip install tensorflow==${{ inputs.tf-version }} sony-custom-layers
26+
pip install tensorflow==${{ inputs.tf-version }}
2727
pip install pytest pytest-mock
2828
pip check
2929
- name: Run pytest

.github/workflows/run_pytorch_tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ inputs.python-version }}
22-
- name: Modify numpy requirements for Torch 2.2
23-
if: startsWith(inputs.torch-version, '2.2')
24-
run: |
25-
grep -v 'numpy' requirements.txt > temp_requirements.txt
26-
echo "numpy<2" >> temp_requirements.txt
27-
mv temp_requirements.txt requirements.txt
2822
- name: Install dependencies
2923
run: |
3024
python -m pip install --upgrade pip

README.md

Lines changed: 1 addition & 1 deletion

docs/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion

docs/api/api_docs/classes/BitWidthConfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h3>Navigation</h3>
155155
</ul>
156156
</div>
157157
<div class="footer" role="contentinfo">
158-
&#169; Copyright 2022, Sony Semiconductor Israel.
158+
&#169; Copyright 2022, Sony Semiconductor Solutions.
159159
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
160160
</div>
161161
</body>

docs/api/api_docs/classes/DataGenerationConfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h3>Navigation</h3>
238238
</ul>
239239
</div>
240240
<div class="footer" role="contentinfo">
241-
&#169; Copyright 2022, Sony Semiconductor Israel.
241+
&#169; Copyright 2022, Sony Semiconductor Solutions.
242242
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
243243
</div>
244244
</body>

docs/api/api_docs/classes/DefaultDict.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3>Navigation</h3>
130130
</ul>
131131
</div>
132132
<div class="footer" role="contentinfo">
133-
&#169; Copyright 2022, Sony Semiconductor Israel.
133+
&#169; Copyright 2022, Sony Semiconductor Solutions.
134134
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
135135
</div>
136136
</body>

docs/api/api_docs/classes/FrameworkInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h3>Navigation</h3>
150150
</ul>
151151
</div>
152152
<div class="footer" role="contentinfo">
153-
&#169; Copyright 2022, Sony Semiconductor Israel.
153+
&#169; Copyright 2022, Sony Semiconductor Solutions.
154154
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
155155
</div>
156156
</body>

0 commit comments

Comments
 (0)