Skip to content

Commit

Permalink
Merge pull request #1 from choderalab/initial_api_clients
Browse files Browse the repository at this point in the history
Updated dependencies, removed data placeholder, and added src directory
  • Loading branch information
jessicaw9910 authored Feb 20, 2024
2 parents 1ee048f + c379361 commit 91432d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: [3.8, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
15 changes: 0 additions & 15 deletions missense_kinase_toolkit/data/look_and_say.dat

This file was deleted.

Empty file.
18 changes: 12 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,21 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
# Declare any run-time dependencies that should be installed with the package.
#dependencies = [
# "importlib-resources;python_version<'3.10'",
#]
dependencies = [
"importlib-resources;python_version<='3.11'",
"setuptools",
"pydantic>=1.10,<2",
"tqdm>=4.64.0",
"pandas>=2,<3",
"requests-cache>=0.9.7,<1",
"requests>=2.28.1,<3",
]

# Update the urls once the hosting is set up.
#[project.urls]
#"Source" = "https://github.com/choderalab/missense_kinase_toolkit/"
[project.urls]
"Source" = "https://github.com/choderalab/missense_kinase_toolkit/"
#"Documentation" = "https://missense_kinase_toolkit.readthedocs.io/"

[project.optional-dependencies]
Expand Down

0 comments on commit 91432d6

Please sign in to comment.