jithin14 commited on
Commit
9f2f477
·
1 Parent(s): 7dd46fd

Updated package versions for compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- torch>=1.9.0
2
- numpy>=1.19.5
3
  pandas>=1.3.0
4
- gradio>=3.0.0
5
  matplotlib>=3.4.0
6
- dgl>=0.9.0
7
- plotly>=5.0.0
8
  scikit-learn>=0.24.0
 
 
1
+ torch==2.0.1
2
+ numpy>=1.21.0
3
  pandas>=1.3.0
4
+ gradio>=3.50.2
5
  matplotlib>=3.4.0
6
+ dgl==1.1.2
7
+ plotly>=5.3.0
8
  scikit-learn>=0.24.0
9
+ networkx>=2.6.0