Skip to content

Commit 03915d7

Browse files
committed
version
1 parent a241fe0 commit 03915d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
labml>=0.4.102
1+
labml>=0.4.103
22
torch>=1.7.0
33
numpy
44
labml-helpers>=0.4.75
5-
labml-nn>=0.4.86
5+
labml-nn>=0.4.88

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
'labml_nn', 'labml_nn.*',
2020
'labml', 'labml.*',
2121
'test', 'test.*')),
22-
install_requires=['labml>=0.4.99',
23-
'labml_helpers>=0.4.70',
24-
'labml_nn>=0.4.70'
22+
install_requires=['labml>=0.4.103',
23+
'labml_helpers>=0.4.75',
24+
'labml_nn>=0.4.88'
2525
'torch',
2626
'einops',
2727
'numpy'],

0 commit comments

Comments
 (0)