DynamicsAndNeuralSystems / pyspi

Comparative analysis of pairwise interactions in multivariate time series.
https://time-series-features.gitbook.io/pyspi/
GNU General Public License v3.0
198 stars 26 forks source link

Bump torch from 1.10.0 to 1.13.1 #52

Closed jmoo2880 closed 7 months ago

jmoo2880 commented 7 months ago

The following changes were made:

  1. Bumped torch 1.10.0 to 1.13.1 as per dependabot recommendation. Unit tested on the dev branch and verified to pass all tests with torch 1.13.1.
  2. Removed references/dependencies for old docs in setup.py file
  3. Added references to setup.py file for new standard_normal.npy file.
  4. Added an additional python version (3.9) to the git actions workflow. The motivation behind using both python 3.8 and python 3.9 was that Windows users experiencing compatibility issues when installing pyspi were recommended to downgrade to python 3.8 (as per pyspi docs). Thus, it would make sense to also unit test in this environment for our Windows users on python 3.8. Both python 3.9 and 3.8 pass unit tests as of this merge.