Skip to content

Commit

Permalink
Fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhu2e committed Jun 22, 2023
1 parent bc34b56 commit ad434a0
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 @@ -5,7 +5,7 @@

setup(
name='cfr', # required
version='0.6.5',
version='0.6.6',
description='cfr: a Python package for Climate Field Reconstruction',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down Expand Up @@ -45,7 +45,7 @@
'pyvsl',
],
'ml': [
'sklearn',
'scikit-learn',
'torch',
'torchvision',
],
Expand Down

0 comments on commit ad434a0

Please sign in to comment.