Skip to content

Commit

Permalink
pin numpy v0.0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Feb 1, 2021
1 parent 54139f6 commit e768fb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "Cython", "numpy>=1.16.0"]
requires = ["setuptools", "wheel", "Cython", "numpy==1.17.5"]
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
torch>=1.5
tensorflow==2.3.1
numpy>=1.16.0
numpy==1.17.5
scipy>=0.19.0
numba==0.48
librosa==0.7.2
phonemizer>=2.2.0
unidecode==0.4.20
attrdict
tensorboardX
matplotlib
Pillow
Expand All @@ -23,4 +22,4 @@ pylint==2.5.3
gdown
umap-learn
cython
pyyaml
pyyaml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Remove our arguments from argv so that setuptools doesn't see them
sys.argv = [sys.argv[0]] + unknown_args

version = '0.0.9'
version = '0.0.9.1'
cwd = os.path.dirname(os.path.abspath(__file__))

# Handle Cython code
Expand Down

0 comments on commit e768fb9

Please sign in to comment.