Skip to content

Commit

Permalink
Merge pull request #247 from mims-harvard/avelez-dev
Browse files Browse the repository at this point in the history
update package version fix oracle and huggingface
  • Loading branch information
amva13 authored Apr 15, 2024
2 parents 2032432 + 20d0bbb commit d5ea521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
biopython==1.78
dataclasses==0.6
DeepPurpose
descriptastorus
dgl
fuzzywuzzy==0.18.0
huggingface_hub==0.20.3
mygene==3.2.2
Expand All @@ -13,7 +16,6 @@ tqdm==4.65.0
cellxgene-census==1.10.2
gget==0.28.4
pydantic==2.6.3
gget==0.28.4
rdkit==2023.9.5
tiledbsoma==1.7.2
yapf==0.40.2
2 changes: 1 addition & 1 deletion tdc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "0.4.6" # pragma: no cover
__version__ = "0.4.12" # pragma: no cover

0 comments on commit d5ea521

Please sign in to comment.