Skip to content

Commit

Permalink
Merge pull request #305 from OMalenfantThuot/pyup-update-wheel-0.37.1…
Browse files Browse the repository at this point in the history
…-to-0.38.4

Update wheel to 0.38.4
  • Loading branch information
OMalenfantThuot committed Feb 23, 2023
2 parents b65cd0f + 04aabb9 commit 5871f12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install -r basic_requirements.txt
python -m pip install -r requirements_dev.txt
python -m pip install -e .
- name: Lint with flake8
Expand Down
5 changes: 5 additions & 0 deletions basic_requirements.txt
@@ -0,0 +1,5 @@
pip==23.0.1
wheel==0.38.4
black==23.1.0
flake8==6.0.0
numpy==1.23.0
17 changes: 6 additions & 11 deletions requirements_dev.txt
@@ -1,16 +1,11 @@
pip==22.0.4
wheel==0.37.1
black==22.1.0
flake8==4.0.1
numpy==1.22.3
torch==1.9.1
twine==3.8.0
pytest==7.1.0
pytest-cov==3.0.0
pytest-sugar==0.9.4
torch==1.13.1
twine==4.0.2
pytest==7.2.1
pytest-cov==4.0.0
pytest-sugar==0.9.6
coveralls==3.3.1
ase==3.22.1
git+https://github.com/atomistic-machine-learning/schnetpack.git
git+https://github.com/atomistic-machine-learning/schnetpack.git@f2cf162b2b2810a850a5856e46a18b61822515ee
mistune==0.8.4
sphinx==4.4.0
sphinx-rtd-theme==1.0.0
Expand Down

0 comments on commit 5871f12

Please sign in to comment.