Skip to content

Commit 8dea783

Browse files
hussain-jafariHussain Jafaristevebachmeier
authored
pin pyarrow and add vscode dir to gitignore (#511)
* pin pyarrow and add vscode dir to gitignore * Sbachmei/mic 6020/fix breaking test (#513) * fix test_set_up_dask_clean_existing_cluster * ignore mypy error * check cluster prior to setting up as well * improve test * pin pyarrow and add vscode dir to gitignore --------- Co-authored-by: Hussain Jafari <hjafari@uw.edu> Co-authored-by: Steve Bachmeier <23350991+stevebachmeier@users.noreply.github.com>
1 parent 4688654 commit 8dea783

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ dmypy.json
129129
# Pycharm project settings
130130
.idea/
131131

132+
# VSCode
133+
.vscode/
134+
132135
# Local user jupyter notebooks directory
133136
notebooks/
134137

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"pandas",
4545
"numpy",
4646
"pyyaml>=5.1",
47-
"pyarrow",
47+
"pyarrow>=19.0.1,<20.0.0",
4848
"scipy",
4949
"tqdm",
5050
"layered_config_tree>=2.1.0",

0 commit comments

Comments
 (0)