Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
freud14 committed Mar 19, 2023
2 parents 1c09ea4 + 8a3d96c commit fcacf3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
cicd-pipeline:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
os: [ubuntu-latest]
include:
- python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use Poutyne to:

Read the documentation at [Poutyne.org](https://poutyne.org).

Poutyne is compatible with the **latest version of PyTorch** and **Python >= 3.7**.
Poutyne is compatible with the **latest version of PyTorch** and **Python >= 3.8**.

### Cite

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use Poutyne to:
- Train models easily.
- Use callbacks to save your best model, perform early stopping and much more.

Poutyne is compatible with the **latest version of PyTorch** and **Python >= 3.7**.
Poutyne is compatible with the **latest version of PyTorch** and **Python >= 3.8**.

Cite
----
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def main():
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand All @@ -69,7 +68,7 @@ def main():
],
packages=packages,
install_requires=['numpy', 'torch', 'torchmetrics'],
python_requires='>=3.7',
python_requires='>=3.8',
description='A simplified framework and utilities for PyTorch.',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit fcacf3f

Please sign in to comment.