Skip to content

Commit

Permalink
Removed leftover dask artifacts (#470)
Browse files Browse the repository at this point in the history
ALL GREEN!
  • Loading branch information
s-weigand authored Dec 2, 2020
1 parent ba2c2ce commit 205036c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ numpy==1.19.4; sys_platform != "win32"
numpy==1.19.3; sys_platform == "win32"
scipy==1.5.4
click==7.1.2
cloudpickle==1.6.0
dask[bag]==2.30.0
lmfit==1.0.1
numba==0.51.2
pandas==1.1.4
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

install_requires = [
"click>=7.0",
"cloudpickle>=1.2", # Needed by dask
"dask[bag]>=2.8",
"lmfit>=0.9.13",
"netCDF4>=1.5.3",
"numba>=0.48",
Expand Down

0 comments on commit 205036c

Please sign in to comment.