Skip to content

Commit

Permalink
Merge pull request #3 from choderalab/Fix_dependencies
Browse files Browse the repository at this point in the history
Added beautifulsoup4 as dependency in pyproject.toml and test_env.yaml
  • Loading branch information
mark-polk authored Jan 6, 2025
2 parents bc60201 + f3ac290 commit 824815f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
# Base depends
- python
- pip
- beautifulsoup4

# Testing
- pytest
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ classifiers = [
]
requires-python = ">=3.8"
# 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.10'",
"beautifulsoup4>=4.11.0",
]

[project.urls]
"Source" = "https://github.com/choderalab/fluorescence-assay"
Expand Down

0 comments on commit 824815f

Please sign in to comment.