Skip to content

Commit

Permalink
Release 0.8.4 (#2935)
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen authored Sep 24, 2024
2 parents 6cdd3a3 + 79dfb42 commit 758f796
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ All **notable** changes to this project are documented here.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

### Added
## [0.8.4]

### Changed

### Deprecated

### Removed

### Fixed
- ``gamsapi`` replaced the ancient ``gdxcc`` package.
You may need to have a relatively recent GAMS installed to utilize .gdx import/export functionalities.

## [0.8.3]

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies = [
"PySide6 >= 6.5.0, != 6.5.3, != 6.6.3, != 6.7.0",
"jupyter_client >=6.0",
"qtconsole >=5.1",
"spinedb_api>=0.31.3",
"spine_engine>=0.24.2",
"spinedb_api>=0.31.5",
"spine_engine>=0.24.3",
"numpy >=1.20.2",
"matplotlib >= 3.5",
"scipy >=1.7.1",
Expand Down

0 comments on commit 758f796

Please sign in to comment.