Skip to content

Commit

Permalink
try even looser requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspleyer committed Oct 18, 2024
1 parent b0a680b commit 9558c2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pyvista~=0.44
torch~=2.4.1
torchvision~=0.19.1
numpy~=1.26
opencv-python~=4.10.0
tqdm~=4.66
pyvista>=0.40
torch>=2
torchvision>=0.19.1
numpy>=1.20
opencv-python>=4.0
tqdm>=4.60

0 comments on commit 9558c2d

Please sign in to comment.