Skip to content

Commit 667b10c

Browse files
Bump networkx from 3.0 to 3.3 (#13)
* 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]>
1 parent 9f1ba7d commit 667b10c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/lint_and_test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@ jobs:
3232
run: |
3333
PYTHONPATH=. pytest --cov=./gem
3434
- name: Coveralls
35-
run: coveralls
36-
env:
37-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
35+
uses: coverallsapp/github-action@v2

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy==1.24.2
22
scipy>=0.19.0
3-
networkx==3.0
3+
networkx==3.3
44
matplotlib>=2.0.0
55
scikit-learn>=0.21.2
66
theano>=0.9.0

0 commit comments

Comments
 (0)