nntrf 1.0.1__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nntrf
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Home-page: https://github.com/powerfulbean/nnTRF
5
5
  Author: Jin Dou
6
6
  Author-email: jindou.bci@gmail.com
@@ -15,6 +15,7 @@ Requires-Dist: torch<2.0.0,>=1.12.1
15
15
  Requires-Dist: scikit-fda==0.7.1
16
16
  Requires-Dist: mtrf
17
17
  Requires-Dist: scipy
18
+ Requires-Dist: mkl-devel
18
19
  Dynamic: author
19
20
  Dynamic: author-email
20
21
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nntrf
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Home-page: https://github.com/powerfulbean/nnTRF
5
5
  Author: Jin Dou
6
6
  Author-email: jindou.bci@gmail.com
@@ -15,6 +15,7 @@ Requires-Dist: torch<2.0.0,>=1.12.1
15
15
  Requires-Dist: scikit-fda==0.7.1
16
16
  Requires-Dist: mtrf
17
17
  Requires-Dist: scipy
18
+ Requires-Dist: mkl-devel
18
19
  Dynamic: author
19
20
  Dynamic: author-email
20
21
  Dynamic: classifier
@@ -3,3 +3,4 @@ torch<2.0.0,>=1.12.1
3
3
  scikit-fda==0.7.1
4
4
  mtrf
5
5
  scipy
6
+ mkl-devel
@@ -2,7 +2,7 @@ import setuptools
2
2
 
3
3
  setuptools.setup(
4
4
  name="nntrf",
5
- version="1.0.1",
5
+ version="1.0.2",
6
6
  author="Jin Dou",
7
7
  author_email="jindou.bci@gmail.com",
8
8
  long_description_content_type="text/markdown",
@@ -19,6 +19,7 @@ setuptools.setup(
19
19
  "torch>=1.12.1,<2.0.0",
20
20
  "scikit-fda==0.7.1",
21
21
  "mtrf",
22
- "scipy"
22
+ "scipy",
23
+ "mkl-devel"
23
24
  ],
24
25
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes