Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhaoms committed Jun 8, 2023
1 parent 28cdedc commit caf7192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/actions/azureml-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ runs:
- name: Install wheel package
shell: bash
run: pip install --quiet wheel
- name: Create wheel from setup.py
shell: bash
run: |
random_key=$(openssl rand 1000 | tr -dc 'a-z0-9' | fold -w 9 | head -n 1)
sed -i "/__version__/ s/$/ + '+${random_key}'/" setup.py
python setup.py --quiet bdist_wheel
- name: Submit CPU tests to AzureML
shell: bash
if: contains(inputs.TEST_GROUP, 'cpu')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
install_requires = [
"numpy>=1.19", # 1.19 required by tensorflow 2.6
"pandas>1.0.3,<2",
"scipy>=1.0.0,<2",
"scipy>=1.0.0,<2",
"tqdm>=4.31.1,<5",
"matplotlib>=2.2.2,<4",
"scikit-learn>=0.22.1,<1.0.3",
Expand Down

0 comments on commit caf7192

Please sign in to comment.