Skip to content

Commit 2007152

Browse files
authored
Merge pull request #151 from PNNL-CompBio/new_pyyaml_fix
New pyyaml fix
2 parents f753723 + 83da161 commit 2007152

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

coderdata/download/downloader.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# coderdata/download/downloader.py
22

33
import requests
4-
import os
5-
import json
6-
import yaml
7-
84

95
def download_data_by_prefix(dataset_prefix=None):
106
"""

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ scipy
1010
#polars
1111
pyarrow
1212
polars-lts-cpu
13-
PyYAML
14-
13+
pyyaml

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='coderdata',
5-
version='0.1.22',
5+
version='0.1.26',
66
author='Jeremy Jacobson',
77
author_email='[email protected]',
88
description='A package to download, load, and process multiple benchmark multi-omic drug response datasets',

0 commit comments

Comments
 (0)