AbdullahImran commited on
Commit
c460627
·
2 Parent(s): e33a6cf ddf4fe7

Merge branch 'main' of https://github.com/poetabdullah/AuraClima

Browse files
Files changed (2) hide show
  1. requirements.txt +7 -0
  2. runtime.txt +1 -0
requirements.txt CHANGED
@@ -1,8 +1,15 @@
 
1
  tensorflow-cpu==2.13.0
 
 
 
2
  streamlit==1.26.0
3
  pandas
4
  scikit-learn
5
  joblib
6
  matplotlib
7
  numpy
 
8
  rich==14.0.0
 
 
 
1
+ <<<<<<< HEAD
2
  tensorflow-cpu==2.13.0
3
+ =======
4
+ tensorflow==2.19.0
5
+ >>>>>>> e94ef65544058eb632ef850b34ef4c95478aed12
6
  streamlit==1.26.0
7
  pandas
8
  scikit-learn
9
  joblib
10
  matplotlib
11
  numpy
12
+ <<<<<<< HEAD
13
  rich==14.0.0
14
+ =======
15
+ >>>>>>> e94ef65544058eb632ef850b34ef4c95478aed12
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python_version="3.10"