Skip to content

Commit

Permalink
[FIX] dependency + [ADD] disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapels committed Dec 18, 2024
1 parent 1e3849d commit 2fb0657
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ docker pull biosystemsum/deepmol

If you’d like to use the GPU, make sure to install the versions of TensorFlow and DGL that match the CUDA drivers for your hardware.

Do not install JAX, it will result dependency conflicts.

Loading tensorflow models will be problematic for MacOS users due to a known tensorflow issue [46](https://github.com/keras-team/tf-keras/issues/46).


## Getting Started

Expand Down
3 changes: 3 additions & 0 deletions README_pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ docker pull biosystemsum/deepmol

If you’d like to use the GPU, make sure to install the versions of TensorFlow and DGL that match the CUDA drivers for your hardware.

Do not install JAX, it will result dependency conflicts.

Loading tensorflow models will be problematic for MacOS users due to a known tensorflow issue [46](https://github.com/keras-team/tf-keras/issues/46).

## Getting Started

Expand Down
6 changes: 5 additions & 1 deletion docs/deepmol_docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ docker pull biosystemsum/deepmol

### Disclaimer

If you’d like to use the GPU, make sure to install the versions of TensorFlow and DGL that match the CUDA drivers for your hardware.
If you’d like to use the GPU, make sure to install the versions of TensorFlow and DGL that match the CUDA drivers for your hardware.

Do not install JAX, it will result dependency conflicts.

Loading tensorflow models will be problematic for MacOS users due to a known tensorflow issue [46](https://github.com/keras-team/tf-keras/issues/46).
1 change: 0 additions & 1 deletion extra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cached_property==1.5.2: preprocessing, deep-learning, machine-learning, test
numpy==1.23.5: preprocessing, deep-learning, machine-learning, test
dill==0.3.6: preprocessing, deep-learning, machine-learning, test
shap==0.44.0: deep-learning, machine-learning
gensim==4.2.0: preprocessing, deep-learning, machine-learning
IPython: preprocessing, deep-learning, machine-learning
imblearn: preprocessing, machine-learning, deep-learning
umap-learn==0.5.1: machine-learning, deep-learning
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = deepmol
version = 1.1.7
version = 1.1.8
description = DeepMol: a python-based machine and deep learning framework for drug discovery
keywords = machine-learning, deep-learning, cheminformatics, drug-discovery
author = DeepMol Team
Expand Down
2 changes: 1 addition & 1 deletion src/deepmol/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '1.1.7'
__version__ = '1.1.8'

0 comments on commit 2fb0657

Please sign in to comment.