Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-packages group across 1 directory with 8 updates #20

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-package-distributions
path: dist/
Expand All @@ -63,7 +63,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-package-distributions
path: dist/
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
furo==2024.8.6
ipython==8.26.0
nbsphinx==0.9.4
sphinx==7.4.7
ipython==8.27.0
nbsphinx==0.9.5
sphinx==8.0.2
sphinx-rtd-theme==2.0.0
5 changes: 5 additions & 0 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
User-agent: *
Disallow: /
Allow: /*/latest/
Allow: /en/latest/ # Fallback for bots that don't understand wildcards
Sitemap: https://ramannoodle.readthedocs.io/sitemap.xml
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
"dark_logo": "logo_dark.png",
"sidebar_hide_name": True,
}
html_extra_path = ["docs/source/robots.txt"]

sys.path.insert(0, os.path.abspath('../../'))
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
defusedxml >= 0.6.0;python_version=='3.10' # minimum working
defusedxml >= 0.6.0;python_version=='3.11' # minimum working
defusedxml >= 0.6.0;python_version=='3.12' # minimum working
flake8 == 7.1.0
flake8 == 7.1.1
numpy >= 1.24.0;python_version=='3.10' # minimum recommended
numpy >= 1.24.0;python_version=='3.11' # minimum recommended
numpy >= 1.26.0;python_version=='3.12' # minimum working
pre-commit == 3.7.1
pylint == 3.2.6
pytest == 8.3.1
pre-commit == 3.8.0
pylint == 3.2.7
pytest == 8.3.2
scipy >= 1.10.0;python_version=='3.10' # minimum recommended
scipy >= 1.10.0;python_version=='3.11' # minimum recommended
scipy >= 1.11.2;python_version=='3.12' # minimum working
setuptools == 71.1.0
setuptools == 74.1.2
spglib >= 1.16.4;python_version=='3.10' # minimum working
spglib >= 1.16.4;python_version=='3.11' # minimum working
spglib >= 1.16.4;python_version=='3.12' # minimum working
Expand Down
Loading