Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
@@ -27,7 +27,13 @@ tropycal>=1.0.0
|
|
27 |
# βββββββββ Fixed Protobuf Compatibility βββββββββ
|
28 |
protobuf>=3.20.0,<4.0.0 # Fixed protobuf version for compatibility
|
29 |
|
30 |
-
# βββββββββ Optional TensorFlow (
|
31 |
-
# tensorflow-cpu>=2.12.0 # Uncomment
|
32 |
-
# Note:
|
33 |
-
# The app
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
# βββββββββ Fixed Protobuf Compatibility βββββββββ
|
28 |
protobuf>=3.20.0,<4.0.0 # Fixed protobuf version for compatibility
|
29 |
|
30 |
+
# βββββββββ Optional TensorFlow (enable if desired) βββββββββ
|
31 |
+
# tensorflow-cpu>=2.12.0 # Uncomment for CNN features
|
32 |
+
# Note: May cause protobuf conflicts in some environments
|
33 |
+
# The app gracefully handles absence and provides physics-based predictions
|
34 |
+
|
35 |
+
# βββββββββ Additional Dependencies for Enhanced Features βββββββββ
|
36 |
+
tempfile # Built-in, no installation needed
|
37 |
+
logging # Built-in, no installation needed
|
38 |
+
datetime # Built-in, no installation needed
|
39 |
+
collections # Built-in, no installation needed
|