Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -9,4 +9,4 @@ torch
|
|
| 9 |
torchvision
|
| 10 |
joblib==1.2.0
|
| 11 |
openpyxl==3.1.2 # needed for reading .xlsx with pandas
|
| 12 |
-
tensorflow
|
|
|
|
| 9 |
torchvision
|
| 10 |
joblib==1.2.0
|
| 11 |
openpyxl==3.1.2 # needed for reading .xlsx with pandas
|
| 12 |
+
tensorflow==2.12.0 # needed for the Keras NN wrapper used in morphometric TO
|