Skip to content

Commit

Permalink
Simple requirements update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturk committed Jan 11, 2024
1 parent 012082f commit 1bc2062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[build-system]
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.1", "setuptools>=40.8.0", "wheel>=0.36.2"]
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab>=3.1", "setuptools>=40.8.0", "wheel>=0.36.2"]
build-backend = "jupyter_packaging.build_api"
[tool.black]
line-length = 88
target-version = ['py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
include = '\.pyi?$'
exclude = '''
/(
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ packages = find:
install_requires =
ipycanvas>=0.4.7
ipywidgets>=7.5.1
jupyterlab~=3.0
jupyterlab>=4.0
numpy>=1.14
pythreejs>=2.2.0
traitlets>=4.3.3
yt>=4.0.3
python_requires = >=3.7
include_package_data = True
python_requires > = 3.7,<3.12
python_requires > = 3.7
zip_safe = False

[bdist_wheel]
Expand Down

0 comments on commit 1bc2062

Please sign in to comment.