Skip to content

Commit

Permalink
Merge pull request #169 from WMD-group/combine-prs-branch
Browse files Browse the repository at this point in the history
Combined PR
  • Loading branch information
AntObi authored Sep 18, 2024
2 parents caa28af + 5cb9e6b commit c6b93a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy >= 1.23.3,<2
numpy >= 1.23.3,< 3
scipy >=1.10.1
pymatgen > 2022.9.21
seaborn >=0.13.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
test_suite="elementembeddings.tests.test",
install_requires=[
"numpy>=1.23.3,<2",
"numpy>=1.23.3,<3",
"scipy>=1.10.1",
"pymatgen>2022.9.21",
"seaborn>=0.13.0",
Expand Down

0 comments on commit c6b93a7

Please sign in to comment.