Skip to content

Commit

Permalink
Requirements fixed in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Jan 22, 2025
1 parent a6fee45 commit fa6304b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 10 deletions.
2 changes: 0 additions & 2 deletions devtools/conda-envs/development_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ dependencies:
- python
- biopython
- rdkit
- pandas
- tqdm
- pip - peptides - propy3
- pytest
- pytest-cov
Expand Down
2 changes: 0 additions & 2 deletions devtools/conda-envs/docs_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ dependencies:
- python
- biopython
- rdkit
- pandas
- tqdm
- pip - peptides - propy3
- sphinx
- sphinx_rtd_theme
Expand Down
2 changes: 0 additions & 2 deletions devtools/conda-envs/production_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ dependencies:
- python
- biopython
- rdkit
- pandas
- tqdm
- pip - peptides - propy3
2 changes: 0 additions & 2 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ dependencies:
- python
- biopython
- rdkit
- pandas
- tqdm
- pip - peptides - propy3
- pytest
- pytest-cov
Expand Down
2 changes: 0 additions & 2 deletions devtools/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ production:
- python
- biopython
- rdkit
- pandas
- tqdm
- pip
- peptides
- propy3
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ requires-python = ">=3.10.0,<3.13.0"
# Declare any run-time dependencies that should be installed with the package.
dependencies = [
"rdkit",
"biopython",
"peptides",
"propy3"
]

# Update the urls once the hosting is set up.
Expand Down

0 comments on commit fa6304b

Please sign in to comment.