Skip to content

Commit

Permalink
Bump networkx from 3.0 to 3.3 (#13)
Browse files Browse the repository at this point in the history
* Bump networkx from 3.0 to 3.3

Bumps [networkx](https://github.com/networkx/networkx) from 3.0 to 3.3.
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.0...networkx-3.3)

---
updated-dependencies:
- dependency-name: networkx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update lint_and_test.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Ernsting <[email protected]>
  • Loading branch information
dependabot[bot] and jernsting authored Jul 4, 2024
1 parent 9f1ba7d commit 667b10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ jobs:
run: |
PYTHONPATH=. pytest --cov=./gem
- name: Coveralls
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
uses: coverallsapp/github-action@v2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.24.2
scipy>=0.19.0
networkx==3.0
networkx==3.3
matplotlib>=2.0.0
scikit-learn>=0.21.2
theano>=0.9.0
Expand Down

0 comments on commit 667b10c

Please sign in to comment.