Skip to content

Commit

Permalink
Fix deprecated and compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Catarina-Alves committed Jan 24, 2022
1 parent 9d554d9 commit abe55ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ def run(self):
exclude_package_data={'utils': ['archive/*']},
cmdclass={'install': ExtractExampleData},
install_requires=['astropy>=1.1.2',
'matplotlib>=1.5.1',
'matplotlib>=3.0.0',
'numpy>=1.18.4',
'scikit-learn',
'scipy>=0.17.0',
'scipy>=1.4.0',
'george>=0.3.0',
'iminuit',
'pandas>=0.23.0',
Expand Down

0 comments on commit abe55ba

Please sign in to comment.