Skip to content

Commit c5f9551

Browse files
authored
trying to fix dependencies for conda forge (#86)
Co-authored-by: sjuhel <pro@sjuhel.org>
1 parent 9e2c88c commit c5f9551

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

poetry.lock

Lines changed: 1 addition & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "boario"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
description = "BoARIO : The Adaptative Regional Input Output model in python."
55
authors = ["Samuel Juhel <pro@sjuhel.org>"]
66
license = "GNU General Public License v3 or later (GPLv3+)"
@@ -17,8 +17,6 @@ pandas = ">=1.5"
1717
progressbar2 = "^4.2.0"
1818
pyarrow = ">=11"
1919
pymrio = ">=0.4"
20-
importmagic = "^0.1.7"
21-
epc = "^0.0.5"
2220

2321

2422
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)