File tree Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ VERSION := $(shell grep __version__ setup.py | head -1 | cut -d \" -f2 | cut -d
9
9
.PHONY : environment
10
10
# # create virtual environment for butterfree
11
11
environment :
12
- @pyenv install -s 3.7.6
13
- @pyenv virtualenv 3.7.6 butterfree
12
+ @pyenv install -s 3.7.13
13
+ @pyenv virtualenv 3.7.13 butterfree
14
14
@pyenv local butterfree
15
15
@PYTHONPATH=. python -m pip install --upgrade pip
16
16
@@ -221,4 +221,4 @@ help:
221
221
} \
222
222
printf " \n" ; \
223
223
}' \
224
- | more $(shell test $(shell uname) = Darwin && echo '--no-init --raw-control-chars')
224
+ | more $(shell test $(shell uname) = Darwin && echo '--no-init --raw-control-chars')
Original file line number Diff line number Diff line change 1
- cmake==3.18.4
2
- h3==3.7.0
3
- pyarrow==0.15.1
1
+ h3==3.7.4
4
2
jupyter==1.0.0
5
3
twine==3.1.1
6
4
mypy==0.790
7
- pyspark-stubs==3.0.0
8
5
sphinx==3.5.4
9
6
sphinxemoji==0.1.8
10
7
sphinx-rtd-theme==0.5.2
11
- recommonmark==0.7.1
8
+ recommonmark==0.7.1
Original file line number Diff line number Diff line change 1
1
cassandra-driver >= 3.22.0 ,< 4.0
2
2
mdutils >= 1.2.2 ,< 2.0
3
- pandas >= 0.24 ,< 1.1
3
+ pandas >= 0.24 ,< 2.0
4
4
parameters-validation >= 1.1.5 ,< 2.0
5
5
pyspark == 3.*
6
6
typer >= 0.3 ,< 0.4
7
- setuptools >= 41 ,< 42
8
- typing-extensions == 3.7.4.3
9
- boto3 == 1.17.*
7
+ typing-extensions > 3.7.4 ,< 4
8
+ boto3 == 1.17.*
Original file line number Diff line number Diff line change 34
34
license = "Copyright" ,
35
35
author = "QuintoAndar" ,
36
36
install_requires = requirements ,
37
- extras_require = {"h3" : ["cmake==3.16.3" , "h3== 3.4.2" ]},
37
+ extras_require = {"h3" : ["h3>= 3.4.2,<4 " ]},
38
38
python_requires = ">=3.7, <4" ,
39
39
entry_points = {"console_scripts" : ["butterfree=butterfree._cli.main:app" ]},
40
40
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments