forked from ssec-jhu/flfm
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Relates to ssec-jhu#184
Tensorflow Currently (v2.19) wants numpy<2.2 depending on the python version:
- Python 3.9:
numpy==2.0.2
source - Python 3.10:
numpy==2.1.1
source - Python 3.11:
numpy==2.1.1
source - Python 3.12:
numpy==2.1.1
source - Python 3.13
numpy==2.1.3
source
Moved from ssec-jhu#152