Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Dependecies Reqs and Update Github Actions to Test Accordingly #33

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/python-package-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 600
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
bash <(curl -s https://codecov.io/bash)
env:
super_secret: ${{ secrets.CODECOV_TOKEN }}
super_secret: ${{ secrets.CODECOV_TOKEN }}
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# This is an implicit value, here for clarity
--index-url https://pypi.python.org/simple/
future
python==3.9
numpy==1.21
scipy==1.10
scikit-learn
matplotlib
torch==1.10
torchvision==0.11
torchvision
networkx
tqdm
Loading