Skip to content

Commit

Permalink
Bump Torch (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
wistuba authored and prabhuteja12 committed May 4, 2023
1 parent 7e585f0 commit 5c0e5a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run_renate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,15 @@ jobs:
role-session-name: integtestsession
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
cache: 'pip'
- name: Install Renate
run: |
python -m pip install --upgrade pip
python -m pip install -e '.'
python -m pip install pytest avalanche-lib
python -m pip install -e '.[dev]'
- name: Run optional custom command
if: ${{ inputs.additional-command != '' }}
run: ${{ inputs.additional-command }}
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ dynamic = ["version", "readme", "dependencies"]
[project.optional-dependencies]
avalanche = [
"avalanche_lib==0.3.1",
"torch>=1.10.0, <1.12.2",
]
dev = [
"black==23.1.0",
"avalanche_lib==0.3.1",
"torch>=1.10.0, <1.12.2",
# PyTest Dependencies
"pytest==7.2.2",
"pytest-cov==4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.17.2, <1.24.2
torch>=1.10.0, <1.12.2
torch>=1.10.0, <1.13.2
pandas>=1.4.0, <1.5.3
boto3>=1.26.0, <1.26.116
requests>=2.28.0, <2.28.2
Expand Down

0 comments on commit 5c0e5a3

Please sign in to comment.