Skip to content

Commit 3227028

Browse files
committed
deps
1 parent 33c28a1 commit 3227028

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ pooch
2929
edlib
3030
onnx
3131
onnxscript
32-
beignet
32+
beignet[all]
3333
fair-esm

tests/lobster/test__imports.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
from lightning_utilities.core.imports import RequirementCache
2-
from lobster import _PRESCIENT_AVAILABLE
32

43

54
class TestImports:
6-
def test_prescient_available(self):
7-
print(_PRESCIENT_AVAILABLE)
8-
9-
assert _PRESCIENT_AVAILABLE
10-
115
def test_dummy_library_available(self):
126
dummy_available = RequirementCache("dummy-library")
137
print(dummy_available)

0 commit comments

Comments
 (0)