Skip to content

Commit 28604ae

Browse files
authored
change scipy version v1.4.1
1 parent 51a8e68 commit 28604ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='trajpy',
8-
version='1.4.0',
8+
version='1.4.1',
99
url='https://github.com/ocbe-uio/trajpy.git',
1010
author='Mauricio Moreira and Eduardo Mossmann',
1111
author_email='trajpy@protonmail.com',
@@ -15,5 +15,5 @@
1515
platform='Python 3.7',
1616
packages=find_packages(),
1717
install_requires=['numpy >= 1.14.3',
18-
'scipy == 1.7.1'],
18+
'scipy >= 1.7.1'],
1919
)

0 commit comments

Comments
 (0)