-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Numpy version and fix complex type
- Loading branch information
1 parent
d4c5ff3
commit 48e6687
Showing
7 changed files
with
40 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,3 +127,4 @@ docs/source/reference | |
|
||
# Model parameter files | ||
*.pt | ||
.python-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
pandas>=1.2.0 | ||
numpy==1.18.5 | ||
matplotlib | ||
shapely | ||
scipy>=1.4.1 | ||
fastdtw | ||
networkx | ||
seaborn | ||
torch | ||
statsmodels | ||
scikit-learn | ||
numpy>=1.22.0 | ||
matplotlib>=3.3.3 | ||
shapely>=1.7.1 | ||
scipy>=1.2.1 | ||
fastdtw>=0.3.0 | ||
networkx>=2.0 | ||
seaborn>=0.11.0 | ||
torch>=1.7.0 | ||
statsmodels>=0.12.0 | ||
scikit-learn>=0.24.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
pandas>=1.2.0 | ||
numpy==1.18.5 | ||
matplotlib | ||
shapely | ||
scipy | ||
scikit-learn | ||
sphinx | ||
sphinx-gallery | ||
sphinx_rtd_theme | ||
fastdtw | ||
networkx | ||
seaborn | ||
torch | ||
pytest | ||
pytest-cov | ||
codecov | ||
ipython | ||
matplotlib>=3.3.3 | ||
shapely>=1.7.1 | ||
scipy>=1.2.1 | ||
scikit-learn>=0.24.0 | ||
sphinx>=3.4.3 | ||
sphinx-gallery>=0.9.0 | ||
sphinx_rtd_theme>=0.5.1 | ||
fastdtw>=0.3.0 | ||
networkx>=2.0 | ||
seaborn>=0.11.0 | ||
torch>=1.7.0 | ||
pytest>=6.2.2 | ||
pytest-cov>=2.11.1 | ||
codecov>=2.1.11 | ||
ipython>=7.20.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
# extended list of package dependencies to reach full functionality | ||
|
||
pytest | ||
h5py | ||
ipython | ||
pre-commit | ||
shapely | ||
scipy>=1.4.1 | ||
scikit-learn | ||
fastdtw | ||
networkx | ||
seaborn | ||
torch | ||
h5py | ||
numba>=0.50.0 | ||
pytest>=6.2.2 | ||
h5py>=2.10.0 | ||
ipython>=7.19.0 | ||
pre-commit>=2.9.3 | ||
h5py>=2.10.0 | ||
numba>=0.50.1 | ||
pyDOE2>=1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters