Skip to content

Commit 8c2cccd

Browse files
author
eosram
committed
Update requirements
Atm oedialect requires `geoalchemy < 0.7.0`.
1 parent 94ec37b commit 8c2cccd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
'workalendar',
1919
'oemof.db',
2020
'demandlib',
21-
'ego.io >=0.0.1rc4, <= 0.0.2',
22-
'geoalchemy2'
21+
'egoio @ git+https://github.com/openego/ego.io.git@features/use-one-Base-definition',
22+
'oedialect @ git+https://github.com/OpenEnergyPlatform/oedialect.git@4957e63ca46a976e35eecf84036466cb624e6bfe',
23+
'geoalchemy2 < 0.7.0',
2324
],
2425
extras_require={
2526
'docs': [

0 commit comments

Comments
 (0)