Skip to content

Commit 0888f93

Browse files
authored
Repin reqs (#22)
* Repin reqs to remove vulns * Repin setup.py as well
1 parent b70721b commit 0888f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
install_requires=['numpy>=1.10.1', 'scipy>=0.16.0']
3+
install_requires=['numpy>=1.26.4', 'scipy>=1.13.1']
44

55
setup(
66
name='evalset',

0 commit comments

Comments
 (0)