Skip to content

Commit

Permalink
[MAINT] Drop python 3.8 (aramis-lab#663)
Browse files Browse the repository at this point in the history
* drop python 3.8

* do not recommend Python 3.8 in docs

* do not test with python 3.8

* update requests

* bump python version in environment.yml
  • Loading branch information
NicolasGensollen authored and camillebrianceau committed Jan 2, 2025
1 parent 895bb3a commit a799f93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
<<<<<<< HEAD
python-version: [ '3.9', '3.10', '3.11', '3.12']
=======
python-version: ['3.9', '3.10', '3.11']
>>>>>>> 78ccf96c ([MAINT] Drop python 3.8 (#663))
steps:
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ classifiers = [
]

[tool.poetry.dependencies]
<<<<<<< HEAD
python = ">=3.9,<3.13"
torch = "^2.3.0"
=======
python = ">=3.9,<3.12"
torch = "^2.1.0"
>>>>>>> 78ccf96c ([MAINT] Drop python 3.8 (#663))
torchvision = "*"
tensorboard = "*"
toml = "*"
Expand Down

0 comments on commit a799f93

Please sign in to comment.