Skip to content

Commit 82090de

Browse files
Corrected version pinning typo
1 parent c4fa015 commit 82090de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy >= 1.21, < 3 # Major version change will likely indicate an ABI break. See https://numpy.org/doc/stable/dev/depending_on_numpy.html
2-
py-ste == >= 1.1.0, < 2 # Follows semantic versioning. See https://PySTE.readthedocs.io
2+
py-ste >= 1.1.0, < 2 # Follows semantic versioning. See https://PySTE.readthedocs.io
33
tensorflow == 2.* # Follows semantic versioning. See https://www.tensorflow.org/guide/versions
44

55
furo

0 commit comments

Comments
 (0)