Skip to content

Commit

Permalink
upgrade tensorflow (#14)
Browse files Browse the repository at this point in the history
* upgrade tensorflow

* upgrade tensorflow

* upgrade tensorflow
  • Loading branch information
bkntr committed Feb 28, 2024
1 parent 12785c3 commit 97d078d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Expand Up @@ -8,4 +8,4 @@ python:
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
python: "3.9"
2 changes: 1 addition & 1 deletion docs/getting_started.md
Expand Up @@ -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/).
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Expand Up @@ -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 =
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -5,7 +5,6 @@ isolated_build=true

[gh-actions]
python =
3.8: py38
3.9: py39

[gh-actions:env]
Expand Down

0 comments on commit 97d078d

Please sign in to comment.