Skip to content

Commit

Permalink
Python package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kduxin committed Oct 16, 2022
1 parent 0233e27 commit f75b7f5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions requirements-cu10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
-f https://download.pytorch.org/whl/cu102/torch_stable.html
corpusit==0.1.2
faster_fifo<=1.2.0
nltk<=3.7
numpy==1.20
scipy==1.7.1
numba==0.54
pandas==1.3.5
scikit_learn<=1.1.2
torch==1.10.1+cu102
tqdm<=4.64.1
rich<=12.6.0
typing_extensions==4.4.0
matplotlib==3.5.3
wandb==0.13.4
15 changes: 15 additions & 0 deletions requirements-cu11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
-f https://download.pytorch.org/whl/cu111/torch_stable.html
corpusit==0.1.2
faster_fifo<=1.2.0
nltk<=3.7
numpy==1.20
scipy==1.7.1
numba==0.54
pandas==1.3.5
scikit_learn<=1.1.2
torch==1.10.1+cu111
tqdm<=4.64.1
rich<=12.6.0
typing_extensions==4.4.0
matplotlib==3.5.3
wandb==0.13.4

0 comments on commit f75b7f5

Please sign in to comment.