Skip to content

Commit

Permalink
mayavi direct dependency removed
Browse files Browse the repository at this point in the history
refer to github PR for reason direct dependency is added - tested to not be necessary as of now, and removed since that blocks pypi artifact upload

#280 (comment)

https://stackoverflow.com/questions/54887301/how-can-i-use-git-repos-as-dependencies-for-my-pypi-package
  • Loading branch information
kccwing authored Aug 28, 2024
1 parent cfc187a commit 4a15277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def run(self):
"colorama",
"dill",
"jupyterlab",
"mayavi",
"mayavi", # github direct dependency removed since pip version is fixed, and also not compatible with pypi
"pandas",
"control",
"openpyxl>=3.0.10",
Expand Down

0 comments on commit 4a15277

Please sign in to comment.