We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e89822 + a30f62f commit 613b2a4Copy full SHA for 613b2a4
README.md
@@ -17,7 +17,7 @@ These extensions add the following features to JupyterLab:
17
18
* JupyterLab ^4.0.0 - where these extensions will run. Check past releases if you are using JupyterLab<4.
19
20
-* firefly_client ^2.1.1 - can be installed with `pip install firefly-client`.
+* firefly_client ^3.3.0 - can be installed with `pip install firefly-client`.
21
22
* Firefly server - you can run it locally via a Firefly Docker image obtained from https://hub.docker.com/r/ipac/firefly.
23
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyter_firefly_extensions",
3
- "version": "4.3.1",
+ "version": "4.4.0",
4
"description": "Jupyterlab extensions for rendering FITS and displaying tables, images, & charts with Firefly",
5
"keywords": [
6
"jupyter",
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
10
name = "jupyter_firefly_extensions"
11
readme = "README.md"
12
license = {text = "BSD-3-Clause License"}
13
-requires-python = ">=3.8"
+requires-python = ">=3.10"
14
classifiers = [
15
"Intended Audience :: Developers",
16
"Intended Audience :: System Administrators",
@@ -23,14 +23,10 @@ classifiers = [
"License :: OSI Approved :: BSD License",
24
"Programming Language :: Python",
25
"Programming Language :: Python :: 3",
26
- "Programming Language :: Python :: 3.8",
27
- "Programming Language :: Python :: 3.9",
28
- "Programming Language :: Python :: 3.10",
29
- "Programming Language :: Python :: 3.11",
30
]
31
dependencies = [
32
"jupyter_server>=2.0.1,<3",
33
- "firefly_client>=2.1.1"
+ "firefly_client>=3.3.0"
34
35
dynamic = ["version", "description", "authors", "urls", "keywords"]
36
0 commit comments