You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+25-30Lines changed: 25 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ For more extensive documentation `see our readthedocs <https://spec2vec.readthed
88
88
89
89
Versions
90
90
========
91
-
Since version `0.5.0` Spec2Vec uses `gensim >= 4.0.0` which should make it faster and more future proof. Model trained with older versions should still be importable without any issues. If you had scripts that used additional gensim code, however, those might occationally need some adaptation, see also the `gensim documentation on how to migrate your code <https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4>`_.
91
+
Since version `0.9.0` Spec2Vec uses `gensim >= 4.4.0` which should make it faster and more future proof. Model trained with older versions should still be importable without any issues. If you had scripts that used additional gensim code, however, those might occationally need some adaptation, see also the `gensim documentation on how to migrate your code <https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4>`_.
92
92
93
93
94
94
Installation
@@ -97,14 +97,14 @@ Installation
97
97
98
98
Prerequisites:
99
99
100
-
- Python 3.7, 3.8, or 3.9
100
+
- Python 3.10, 3.11, 3.12 or 3.13
101
101
- Recommended: Anaconda
102
102
103
103
We recommend installing spec2vec from Anaconda Cloud with
0 commit comments