Skip to content

Commit

Permalink
Merge pull request #248 from bnubald/v0.2.8_dev
Browse files Browse the repository at this point in the history
V0.2.8 minor updates
  • Loading branch information
bnubald authored Apr 11, 2024
2 parents cdd3633 + 0da912c commit f128536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ conda install -c conda-forge eccodes
pip install icenet

# To install newer versions of tensorflow (tensorflow>=2.14) with CUDA deps directly via pip:
pip install tensorflow[and-cuda]<2.16
pip install "tensorflow[and-cuda]<2.16"
```

Please consult the [tensorflow docs](https://www.tensorflow.org/install/pip) for up-to-date info.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_content(filename):
"icenet.results.threshold:threshold_main"
],
},
python_requires='>=3.8, <4',
python_requires='>=3.8, <3.12',
install_requires=get_content("requirements.txt"),
include_package_data=True,
extras_require={
Expand Down

0 comments on commit f128536

Please sign in to comment.