File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Install a local version which picks up the latest changes using an editable inst
3737
3838``` bash
3939# conda env create -n proteusAI
40+ # conda activate proteusAI
4041pip install -e . --find-links https://data.pyg.org/whl/torch-2.4.1+cpu.html
4142```
4243
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " proteusAI"
7- version = " 0.0.2 "
7+ version = " 0.0.3 "
88requires-python = " >= 3.8"
99description = " ProteusAI is a python package designed for AI driven protein engineering."
1010readme = " README.md"
@@ -35,7 +35,7 @@ dependencies = [
3535 " openmm" ,
3636 " umap-learn" ,
3737 " proteusAI" ,
38- " pdbfixer @ git+https://github.com/openmm/pdbfixer@1.9"
38+ # "pdbfixer @ git+https://github.com/openmm/pdbfixer@1.9"
3939]
4040
4141[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments