We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1ba7d commit 667b10cCopy full SHA for 667b10c
.github/workflows/lint_and_test.yml
@@ -32,6 +32,4 @@ jobs:
32
run: |
33
PYTHONPATH=. pytest --cov=./gem
34
- name: Coveralls
35
- run: coveralls
36
- env:
37
- COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
+ uses: coverallsapp/github-action@v2
requirements.txt
@@ -1,6 +1,6 @@
1
numpy==1.24.2
2
scipy>=0.19.0
3
-networkx==3.0
+networkx==3.3
4
matplotlib>=2.0.0
5
scikit-learn>=0.21.2
6
theano>=0.9.0
0 commit comments