From 97d078da2192334451075f2fc4b8e3fb199f1064 Mon Sep 17 00:00:00 2001 From: bkntr Date: Wed, 28 Feb 2024 16:56:28 +0200 Subject: [PATCH] upgrade tensorflow (#14) * upgrade tensorflow * upgrade tensorflow * upgrade tensorflow --- .github/workflows/test.yml | 2 +- .readthedocs.yaml | 2 +- docs/getting_started.md | 2 +- setup.cfg | 5 ++--- tox.ini | 1 - 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd4b318..6226680 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: matrix: # platform: [ubuntu-latest, windows-latest, macos-latest] platform: [ubuntu-latest, windows-latest] - python-version: [3.8, 3.9] + python-version: [3.9] steps: - uses: actions/checkout@v2 diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8fbad4b..c1a90a1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,4 +8,4 @@ python: build: os: "ubuntu-22.04" tools: - python: "3.8" + python: "3.9" diff --git a/docs/getting_started.md b/docs/getting_started.md index e9fbba7..b38b3ba 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -2,7 +2,7 @@ ## Requirements -* Installed [python](https://www.python.org/downloads/) 3.8 or 3.9. +* Installed [python](https://www.python.org/downloads/) 3.9. !!! tip We recommend installing brainways in a separated virtual environment, for example using [anaconda](https://docs.anaconda.com/free/anaconda/install/). diff --git a/setup.cfg b/setup.cfg index 73148e4..0c5f72b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,6 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Topic :: Scientific/Engineering :: Image Processing project_urls = @@ -30,12 +29,12 @@ project_urls = [options] packages = find: install_requires = - brainways[all]==0.1.10.1 + brainways[all]==0.1.10.4 datasets==2.15.0 importlib-resources napari[all]==0.4.18 qtpy==2.3.1 -python_requires = >=3.8 +python_requires = >=3.9 include_package_data = True package_dir = =src diff --git a/tox.ini b/tox.ini index 3f32450..35daab5 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ isolated_build=true [gh-actions] python = - 3.8: py38 3.9: py39 [gh-actions:env]