Skip to content

Commit

Permalink
update gcamreader bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Aug 11, 2021
1 parent 5ad4340 commit 90e4edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ numpy~=1.20.3
pandas~=1.2.4
scipy~=1.6.3
requests~=2.20.0
gcamreader~=1.2.4
gcamreader>=1.2.5
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def readme():
'pandas~=1.2.4',
'scipy~=1.6.3',
'requests~=2.20.0',
'gcamreader~=1.2.4'],
'gcamreader>=1.2.5'],
include_package_data=True
)
)

0 comments on commit 90e4edf

Please sign in to comment.