Michael-Geis commited on
Commit
3af1705
1 Parent(s): b0ee416

created new venv and a requirements file

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. requirements.txt +6 -0
.gitignore CHANGED
@@ -1,6 +1,6 @@
1
  data/
2
  __pycache__
3
  README.txt
4
- .venv
5
  .vscode
6
  .conda
 
1
  data/
2
  __pycache__
3
  README.txt
4
+ env
5
  .vscode
6
  .conda
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ pandas
2
+ numpy
3
+ arxiv
4
+ sentence_transformers
5
+ regex
6
+ sklearn