Skip to content

Commit

Permalink
bugs in CI is skipped, kept a note in the readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jan 25, 2024
1 parent 0c9cf57 commit ca7b66f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ but it is currently not on our priorities.
A quick fix that is known to work include to set the `experimental_read_from_local_dir` when creating the
environment with `grid2op.make(..., experimental_read_from_local_dir=True)` (see doc for more information)

Sometimes, on some configuration (python version) we do not recommend to use grid2op with pandas>=2.2
If you encounter any trouble, please downgrade to pandas<2.2. This behaviour occured in our continuous
integration environment for python >=3.9 but could not be reproduced locally.

### Perform tests locally

Provided that Grid2Op is installed *from source*:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Benjamin Donnot'

# The full version, including alpha/beta/rc tags
release = '1.9.8.dev0'
release = '1.9.8.dev1'
version = '1.9'


Expand Down
2 changes: 1 addition & 1 deletion grid2op/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Grid2Op
"""
__version__ = '1.9.8.dev0'
__version__ = '1.9.8.dev1'

__all__ = [
"Action",
Expand Down

0 comments on commit ca7b66f

Please sign in to comment.