Skip to content

Commit

Permalink
lower numpy requirement for other tensorflow requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mjclawar committed Feb 25, 2021
1 parent 52e8cde commit b0b4e28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.6.3] 2021-02-25
### Changes
- Dependencies updates:
- `numpy` -> >= 1.19

## [2.6.2] 2021-02-25
### Changes
- Dependencies updates:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slackclient==2.9.3

# Data
numpy>=1.20.1
numpy>=1.19
pandas>=1.2.2
dask[complete]==2021.2.0
python-snappy
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='SDUtils',
version='2.6.2',
version='2.6.3',
packages=['sd_utils'],
license='(c) 2017- StratoDem Analytics. All rights reserved.',
description='StratoDem utilities',
Expand All @@ -23,7 +23,7 @@
url='https://github.com/StratoDem/SDUtils',
install_requires=[
'slackclient==2.9.3',
'numpy>=1.20.1',
'numpy>=1.19',
'pandas>=1.2.2',
'joblib',
'dask==2021.2.0',
Expand Down

0 comments on commit b0b4e28

Please sign in to comment.