Skip to content

Commit

Permalink
Merge pull request #162 from slacgismo/develop-dask
Browse files Browse the repository at this point in the history
Test conda recipe fix
  • Loading branch information
pluflou authored Jul 24, 2024
2 parents 9b777a8 + d0525d0 commit 7dbd963
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
conda install anaconda-client
conda config --set anaconda_upload no --set solver libmamba
echo yes | anaconda login --username ${{ secrets.ANACONDA_CLOUD_USERNAME }} --password ${{ secrets.ANACONDA_CLOUD_PASSWORD }}
VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-) conda build . -c mosek -c anaconda -c slacgismo -c conda-forge -c stanfordcvxgrp
VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-) conda build . -c mosek -c anaconda -c slacgismo -c conda-forge -c stanfordcvxgrp --numpy 2.0
echo "gitversion=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)" >> $GITHUB_OUTPUT
- name: Upload the Anaconda Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
conda install anaconda-client
conda clean --all
conda config --set anaconda_upload no --set solver libmamba
VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)test conda build . -c mosek -c slacgismo -c conda-forge -c stanfordcvxgrp
VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)test conda build . -c mosek -c slacgismo -c conda-forge -c stanfordcvxgrp --numpy 2.0
echo "gitversion=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)" >> $GITHUB_OUTPUT
1 change: 0 additions & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ requirements:
- dask-cloudprovider
- graphviz
- bokeh
- boto3

test:
imports:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ dependencies = [
"clarabel",
"qss",
"tqdm",
"spcqe",
"boto3"
"spcqe"
]

classifiers = [
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ dask
distributed
dask-cloudprovider[all]
graphviz
bokeh
boto3
bokeh
2 changes: 1 addition & 1 deletion sdt_dask/docker/sdt-v1_full_pip_freeze.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
solar-data-tools>=1.5.0
solar-data-tools==1.6.0
aiobotocore==2.13.1
aiohttp==3.9.5
aioitertools==0.11.0
Expand Down

0 comments on commit 7dbd963

Please sign in to comment.