Skip to content

Commit

Permalink
fix reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
technocreep committed Jul 31, 2023
1 parent fe76777 commit 727e01f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'NSS Lab'

# The full version, including alpha/beta/rc tags
release = '0.0.1'
release = '0.3.0'


# -- General configuration ---------------------------------------------------
Expand Down
10 changes: 7 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,22 @@ giotto_tda==0.6.0
hyperopt==0.2.7
matplotlib==3.7.1
MKLpy==0.6
numpy==1.23.5

numpy>=1.16.0, !=1.24.0
pandas>=1.3.0; python_version >='3.8'

Pillow==10.0.0
PyMonad==2.4.0
PyWavelets==1.4.1
PyYAML==6.0.1
ripser==0.6.4
scikit_learn==1.2.2
scikit_learn>=1.0.0; python_version >= '3.8'

scipy==1.11.1
sktime==0.16.1
tensorly==0.8.1
thegolem==0.3.1
torch==2.0.0
torchmetrics==0.11.4
torchvision==0.15.1
tqdm==4.65.0
tqdm

0 comments on commit 727e01f

Please sign in to comment.