Skip to content

Commit

Permalink
Feature/issue#393 Add python 3.10 to test matrix (#424)
Browse files Browse the repository at this point in the history
* Updated pytorch-example dependencies

* updated deps

* Bump tf version

* Update integration-tests.yaml

Co-authored-by: Andreas Hellander <[email protected]>
  • Loading branch information
ahellander and Andreas Hellander authored Sep 21, 2022
1 parent 8ab8f32 commit c2d3837
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
to_test:
- "mnist-keras keras"
- "mnist-pytorch pytorch"
python_version: ["3.8", "3.9"]
python_version: ["3.8", "3.9","3.10"]
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-11
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -41,4 +42,4 @@ jobs:

- name: print logs
if: failure()
run: .ci/tests/examples/print_logs.sh
run: .ci/tests/examples/print_logs.sh
2 changes: 1 addition & 1 deletion examples/mnist-keras/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tensorflow==2.7.2
tensorflow==2.8.0
fire==0.3.1
docker==5.0.2
4 changes: 2 additions & 2 deletions examples/mnist-pytorch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==1.10.2
torchvision==0.11.3
torch==1.11.0
torchvision==0.12.0
fire==0.3.1
docker==5.0.2
2 changes: 1 addition & 1 deletion fedn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author_email='[email protected]',
url='https://www.scaleoutsystems.com',
py_modules=['fedn'],
python_requires='>=3.7,<3.10',
python_requires='>=3.7,<3.11',
install_requires=[
"PyYAML>=5.4",
"requests",
Expand Down

0 comments on commit c2d3837

Please sign in to comment.