andreped commited on
Commit
acc7ac7
1 Parent(s): 2abae3a

minor bug fix

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -3,7 +3,7 @@ import setuptools
3
  with open("README.md", "r") as f:
4
  long_description = f.read()
5
 
6
- with open('misc/requirements_torch.txt', 'r', encoding='utf-16') as ff:
7
  required = ff.read().splitlines()
8
 
9
  setuptools.setup(
 
3
  with open("README.md", "r") as f:
4
  long_description = f.read()
5
 
6
+ with open('requirements.txt', 'r', encoding='utf-16') as ff:
7
  required = ff.read().splitlines()
8
 
9
  setuptools.setup(