Commit f65d783 1 parent 2fd690d commit f65d783 Copy full SHA for f65d783
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
16
- __version__ = "1.2.2 .dev"
16
+ __version__ = "1.3.0 .dev"
17
17
18
18
import os
19
19
from typing import Dict
Original file line number Diff line number Diff line change @@ -50,13 +50,12 @@ install_requires =
50
50
# bleeding-edge version.
51
51
# NB: no graphene version specified; we only make light use of it in our
52
52
# 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.*
55
54
ansimarkup>=1.0.0
56
55
graphene
57
56
graphene-tornado ==2.6.*
58
57
graphql-ws ==0.4.4
59
- jupyter_server>=1.10.2
58
+ jupyter_server>=1.10.2,<2.0
60
59
requests
61
60
tornado>=6.1.0 # matches jupyter_server value
62
61
traitlets>=5.2.1 # required for logging_config (5.2.0 had bugs)
You can’t perform that action at this time.
0 commit comments