Skip to content

Commit

Permalink
added rdflib as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SanPen committed Feb 27, 2024
1 parent eb91c1a commit 5abb0a7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ windpowerlib
pvlib
hyperopt
requests
pytest >= 7.2.0
pytest >= 7.2.0
rdflib
1 change: 1 addition & 0 deletions src/GridCal/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"windpowerlib",
"pvlib",
"hyperopt",
"rdflib",
"GridCalEngine==" + __GridCal_VERSION__, # the GridCalEngine version must be exactly the same
]

Expand Down
1 change: 1 addition & 0 deletions src/GridCalEngine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"windpowerlib",
"pvlib",
"hyperopt",
"rdflib"
]

extras_require = {
Expand Down

0 comments on commit 5abb0a7

Please sign in to comment.