update pytorch-ie dependencies
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -3,9 +3,9 @@ torch==2.0.0
|
|
| 3 |
pytorch-lightning==2.1.2
|
| 4 |
|
| 5 |
# --------- pytorch-ie --------- #
|
| 6 |
-
pytorch-ie>=0.31.
|
| 7 |
-
pie-datasets>=0.10.
|
| 8 |
-
pie-modules>=0.15.
|
| 9 |
|
| 10 |
# --------- models -------- #
|
| 11 |
adapters>=0.1.2,<0.2.0
|
|
|
|
| 3 |
pytorch-lightning==2.1.2
|
| 4 |
|
| 5 |
# --------- pytorch-ie --------- #
|
| 6 |
+
pytorch-ie>=0.31.8,<0.32.0
|
| 7 |
+
pie-datasets>=0.10.10,<0.11.0
|
| 8 |
+
pie-modules>=0.15.6,<0.16.0
|
| 9 |
|
| 10 |
# --------- models -------- #
|
| 11 |
adapters>=0.1.2,<0.2.0
|