Skip to content

Commit 24f89b7

Browse files
author
FelixAbrahamsson
committed
fix: remove support for pytorch>=1.7 for python3.6
1 parent 9471858 commit 24f89b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
numpy>=1.17
22
pandas>=0.25
3-
torch>=1.4
3+
torch>=1.4,<1.7; python_version == '3.6'
4+
torch>=1.4; python_version > '3.6'
45
pydantic>=1.5

0 commit comments

Comments
 (0)