From af5b3b52d1708fd25c26953cf117ffb68a685100 Mon Sep 17 00:00:00 2001 From: DONNOT Benjamin Date: Mon, 29 Apr 2024 16:48:34 +0200 Subject: [PATCH] bump version 1.10.2.dev1 [skip ci] --- docs/conf.py | 2 +- grid2op/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ed884174..9e0cf8fa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Benjamin Donnot' # The full version, including alpha/beta/rc tags -release = '1.10.2.dev0' +release = '1.10.2.dev1' version = '1.10' diff --git a/grid2op/__init__.py b/grid2op/__init__.py index 90bc05e6..d4201078 100644 --- a/grid2op/__init__.py +++ b/grid2op/__init__.py @@ -11,7 +11,7 @@ Grid2Op """ -__version__ = '1.10.2.dev0' +__version__ = '1.10.2.dev1' __all__ = [ "Action", diff --git a/setup.py b/setup.py index 57e00237..ec6d9f96 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def my_test_suite(): pkgs = { "required": [ - "numpy>=1.20", + "numpy>=1.20,<2", # disable numpy 2 for now "scipy>=1.4.1", "pandas>=1.0.3", "pandapower>=2.2.2",