johaunh commited on
Commit
5dfd982
·
1 Parent(s): 1deff03

Create requirements.txt

Browse files
Files changed (2) hide show
  1. environment.yml +0 -10
  2. requirements.txt +13 -0
environment.yml DELETED
@@ -1,10 +0,0 @@
1
- name: AutoKG
2
- channels:
3
- - conda-forge
4
- dependencies:
5
- - conda-forge::gradio
6
- - conda-forge::langchain
7
- - nltk
8
- - openai
9
- - pandas
10
- - python==3.10.11
 
 
 
 
 
 
 
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.2.0
2
+ langchain==0.0.335
3
+ matplotlib==3.7.1
4
+ networkx==2.8.4
5
+ nltk==3.7
6
+ numpy==1.25.2
7
+ pandas==2.0.3
8
+ PyYAML==6.0
9
+ scikit_learn==1.2.2
10
+ sentence_transformers==2.2.2
11
+ torch==2.0.1
12
+ torch_geometric==2.3.1
13
+ tqdm==4.65.0