Skip to content

Commit

Permalink
change scipy version v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phydev committed Jan 12, 2023
1 parent 51a8e68 commit 28604ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='trajpy',
version='1.4.0',
version='1.4.1',
url='https://github.com/ocbe-uio/trajpy.git',
author='Mauricio Moreira and Eduardo Mossmann',
author_email='trajpy@protonmail.com',
Expand All @@ -15,5 +15,5 @@
platform='Python 3.7',
packages=find_packages(),
install_requires=['numpy >= 1.14.3',
'scipy == 1.7.1'],
'scipy >= 1.7.1'],
)

0 comments on commit 28604ae

Please sign in to comment.