We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f2a6a commit a2de2efCopy full SHA for a2de2ef
Pipfile
@@ -19,11 +19,10 @@ stravaio = {editable = true,path = "."}
19
logme = "*"
20
maya = "*"
21
pandas = "*"
22
-pyarrow = "*"
23
urllib3 = "*"
24
certifi = "*"
25
loguru = "*"
26
requests = "*"
27
28
[requires]
29
-python_version = "3.6"
+python_version = "3.7"
setup.py
@@ -16,7 +16,7 @@
16
'urllib3',
17
'maya',
18
'certifi',
- 'pyarrow',
+ 'pyarrow==0.14.0',
'requests',
'loguru'
]
0 commit comments