Skip to content

Commit

Permalink
Restrict depencency versions
Browse files Browse the repository at this point in the history
Latest versions of numpy and gdx2py don't work with spinedb_api
anymore.
  • Loading branch information
soininen committed Jan 28, 2025
1 parent 828ff38 commit 8201766
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ dependencies = [
"faker >=8.1.2",
"datapackage >=1.15.2",
"python-dateutil >=2.8.1",
# v1.22 requires Python 3.8 or later
"numpy >=1.20.2",
"numpy >=1.20.2, <2.0",
"scipy >=1.7.1",
"openpyxl >=3.0.7, !=3.1.1",
"gdx2py >=2.1.1",
"gdx2py >=2.1.1, <2.2",
"ijson >=3.1.4",
"chardet >=4.0.0",
"pymysql >=1.0.2",
Expand Down

0 comments on commit 8201766

Please sign in to comment.