Skip to content

Commit

Permalink
Merge pull request #23 from asapdiscovery/big_improvements
Browse files Browse the repository at this point in the history
Big improvements
  • Loading branch information
hmacdope authored May 1, 2024
2 parents 74b937e + e9f6b67 commit 7c0520b
Show file tree
Hide file tree
Showing 4 changed files with 342 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
os: [macOS-12, ubuntu-latest]
python-version: ["3.10"]

steps:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@ ENV/

# In-tree generated files
*/_version.py

# sqlite db file
*.db
*.sqlite3
11 changes: 6 additions & 5 deletions devtools/conda-envs/falcbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
# falcbot
- slack-bolt
- pydantic<2.0a0
- biopython


# ml
Expand Down Expand Up @@ -58,11 +59,11 @@ dependencies:

# Pip-only installs
- pip:
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-alchemy&subdirectory=asapdiscovery-alchemy
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-data&subdirectory=asapdiscovery-data
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-modeling&subdirectory=asapdiscovery-modeling
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-docking&subdirectory=asapdiscovery-docking
- git+https://github.com/choderalab/asapdiscovery@main#egg=asapdiscovery-ml&subdirectory=asapdiscovery-ml
- git+https://github.com/choderalab/asapdiscovery@cdd_download#egg=asapdiscovery-alchemy&subdirectory=asapdiscovery-alchemy
- git+https://github.com/choderalab/asapdiscovery@cdd_download#egg=asapdiscovery-data&subdirectory=asapdiscovery-data
- git+https://github.com/choderalab/asapdiscovery@cdd_download#egg=asapdiscovery-modeling&subdirectory=asapdiscovery-modeling
- git+https://github.com/choderalab/asapdiscovery@cdd_download#egg=asapdiscovery-docking&subdirectory=asapdiscovery-docking
- git+https://github.com/choderalab/asapdiscovery@cdd_download#egg=asapdiscovery-ml&subdirectory=asapdiscovery-ml



Loading

0 comments on commit 7c0520b

Please sign in to comment.