euler314 commited on
Commit
2126341
Β·
verified Β·
1 Parent(s): 9ae2c8a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 (commented out to avoid conflicts) ─────────
31
- # tensorflow-cpu>=2.12.0 # Uncomment only if needed and compatible
32
- # Note: TensorFlow can cause protobuf conflicts in Hugging Face Spaces
33
- # The app will work without it - CNN features will be disabled gracefully
 
 
 
 
 
 
 
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