Skip to content

Commit

Permalink
removed requirements.txt and requirements-ci.txt and updated setup.py…
Browse files Browse the repository at this point in the history
… to handle all dependencies.
  • Loading branch information
MichaelWolloch committed Aug 2, 2023
1 parent aafb7f5 commit 61bda34
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements-ci.txt
pip install .[complete]
- name: pytest
Expand Down
9 changes: 0 additions & 9 deletions requirements-ci.txt

This file was deleted.

16 changes: 0 additions & 16 deletions requirements.txt

This file was deleted.

6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
"matplotlib>=1.5.2",
"phonopy>=1.10.8",
"openbabel-wheel",
"boto3>=1.28.15",
"Flask>=2.3.2",
"coverage>=7.2.7",
"moto>=4.1.14",
"pytest-cov>=4.1.0",
"pytest>=7.4.0",
],
},
classifiers=[
Expand Down

0 comments on commit 61bda34

Please sign in to comment.