Skip to content
Open
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
2 changes: 1 addition & 1 deletion jupyterlab-extension/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3.0.0rc13,==3.*", "setuptools>=40.8.0", "wheel"]
requires = ["jupyter_packaging~=0.7.9", "jupyterlab==4.*", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion jupyterlab-extension/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
long_description_content_type="text/markdown",
cmdclass=cmdclass,
packages=setuptools.find_packages(),
install_requires=["jupyterlab>=3.0.0rc13,==3.*"],
install_requires=["jupyterlab>=3,<5"],
zip_safe=False,
include_package_data=True,
python_requires=">=3.6",
Expand Down
4 changes: 2 additions & 2 deletions requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ flask==3.1.2
# flask-caching
flask-caching==2.3.1
# via crystal_toolkit (pyproject.toml)
fonttools==4.60.1
fonttools==4.61.0
# via matplotlib
frozendict==2.4.6
# via crystal_toolkit (pyproject.toml)
Expand Down Expand Up @@ -187,7 +187,7 @@ s3transfer==0.14.0
# via boto3
scikit-image==0.25.2
# via crystal_toolkit (pyproject.toml)
scikit-learn==1.7.2
scikit-learn==1.5.0
# via crystal_toolkit (pyproject.toml)
scipy==1.16.3
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ flask-caching==2.3.1
# via
# crystal_toolkit (pyproject.toml)
# dash-extensions
fonttools==4.60.1
fonttools==4.61.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -375,7 +375,7 @@ jupyter-ydoc==0.2.5
# via
# jupyter-server-ydoc
# jupyterlab
jupyterlab==3.6.8
jupyterlab==4.4.8
# via crystaltoolkit-extension
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -823,7 +823,7 @@ scikit-image==0.25.2
# crystal_toolkit (pyproject.toml)
# ifermi
# py4dstem
scikit-learn==1.4.2
scikit-learn==1.5.0
# via
# crystal_toolkit (pyproject.toml)
# dscribe
Expand Down Expand Up @@ -1020,7 +1020,7 @@ uncertainties==3.2.3
# via pymatgen
uri-template==1.3.0
# via jsonschema
urllib3==1.26.20
urllib3==2.5.0
# via
# botocore
# crystal_toolkit (pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions requirements/ubuntu-latest_py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ flask==3.1.2
# flask-caching
flask-caching==2.3.1
# via crystal_toolkit (pyproject.toml)
fonttools==4.60.1
fonttools==4.61.0
# via matplotlib
frozendict==2.4.6
# via crystal_toolkit (pyproject.toml)
Expand Down Expand Up @@ -187,7 +187,7 @@ s3transfer==0.14.0
# via boto3
scikit-image==0.25.2
# via crystal_toolkit (pyproject.toml)
scikit-learn==1.7.2
scikit-learn==1.5.0
# via crystal_toolkit (pyproject.toml)
scipy==1.16.3
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/ubuntu-latest_py3.12_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ flask-caching==2.3.1
# via
# crystal_toolkit (pyproject.toml)
# dash-extensions
fonttools==4.60.1
fonttools==4.61.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -373,7 +373,7 @@ jupyter-ydoc==0.2.5
# via
# jupyter-server-ydoc
# jupyterlab
jupyterlab==3.6.8
jupyterlab==4.4.8
# via crystaltoolkit-extension
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -819,7 +819,7 @@ scikit-image==0.25.2
# crystal_toolkit (pyproject.toml)
# ifermi
# py4dstem
scikit-learn==1.4.2
scikit-learn==1.5.0
# via
# crystal_toolkit (pyproject.toml)
# dscribe
Expand Down Expand Up @@ -1014,7 +1014,7 @@ uncertainties==3.2.3
# via pymatgen
uri-template==1.3.0
# via jsonschema
urllib3==1.26.20
urllib3==2.5.0
# via
# botocore
# crystal_toolkit (pyproject.toml)
Expand Down
Loading