diff --git a/README.md b/README.md index 7cb8da8..e4f1851 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index 4f28794..e12aaaf 100644 --- a/setup.py +++ b/setup.py @@ -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={