Skip to content

Commit

Permalink
Merge pull request #11 from jim22k/fix_dependencies
Browse files Browse the repository at this point in the history
Require metagraph-dev>=0.2.6 for health checks
  • Loading branch information
jim22k committed Apr 22, 2021
2 parents 387d818 + b1e77b6 commit 270243c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily_checkup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# which leads to a segfault
conda install -c stellargraph -c defaults -c conda-forge stellargraph 'tensorflow-base>=2.3.0'
# Install package using latest "dev" versions from metagraph channel
conda install -c ${{ env.CHANNELS }} metagraph-stellargraph metagraph-dev
conda install -c ${{ env.CHANNELS }} metagraph-stellargraph 'metagraph-dev>=0.2.6'
conda list
- name: Pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
python-version: ${{ matrix.pyver }}
- name: Update env
run: |
conda install -c ${{ env.CHANNELS }} metagraph-dev
conda install -c ${{ env.CHANNELS }} 'metagraph-dev>=0.2.6'
# TODO: remove this hack once no longer needed; without this, tensorflow gets installed incorrectly
# which leads to a segfault
conda install -c stellargraph -c defaults -c conda-forge stellargraph 'tensorflow-base>=2.3.0'
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requirements:
run:
- python
- stellargraph
- metagraph >=0.2.5
- metagraph >=0.2.6

test:
requires:
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- black

# metagraph-stellargraph dependencies
- metagraph
- metagraph>=0.2.6
- stellargraph

# Unlisted stellargraph dependencies
Expand Down

0 comments on commit 270243c

Please sign in to comment.