Skip to content

Commit

Permalink
Remove numpy dependency
Browse files Browse the repository at this point in the history
I'm seeing some vulnerability warnings regarding the version
of numpy we specify in requirements.txt.
If I see correctly, we don't need numpy anywhere.
The only script that imports it does not use it.

This commit removes numpy entirely.
  • Loading branch information
mkannwischer committed Jan 8, 2025
1 parent b5b888b commit 4430980
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions asm/examples/permute/permute.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
import mve.regs
import mve.rw

import numpy

class ReadWriteVectorTest():

def __init__(self,src,dst,size,bitwidth=16,base=None,):
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 4430980

Please sign in to comment.