Skip to content

Commit f65d783

Browse files
setup: 1.3.0 branch (#436)
1 parent 2fd690d commit f65d783

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cylc/uiserver/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "1.2.2.dev"
16+
__version__ = "1.3.0.dev"
1717

1818
import os
1919
from typing import Dict

setup.cfg

+2-3
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@ install_requires =
5050
# bleeding-edge version.
5151
# NB: no graphene version specified; we only make light use of it in our
5252
# own code, so graphene-tornado's transitive version should do.
53-
cylc-flow>=8.1.2, <8.2
54-
# cylc-flow==8.2.* (switch to this for 8.2.*)
53+
cylc-flow==8.2.*
5554
ansimarkup>=1.0.0
5655
graphene
5756
graphene-tornado==2.6.*
5857
graphql-ws==0.4.4
59-
jupyter_server>=1.10.2
58+
jupyter_server>=1.10.2,<2.0
6059
requests
6160
tornado>=6.1.0 # matches jupyter_server value
6261
traitlets>=5.2.1 # required for logging_config (5.2.0 had bugs)

0 commit comments

Comments
 (0)