Skip to content

Commit a32c7cf

Browse files
committed
version 0.0.3 release
1 parent 17aece9 commit a32c7cf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
4041
pip install -e . --find-links https://data.pyg.org/whl/torch-2.4.1+cpu.html
4142
```
4243

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "proteusAI"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
requires-python = ">= 3.8"
99
description = "ProteusAI is a python package designed for AI driven protein engineering."
1010
readme = "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]

0 commit comments

Comments
 (0)