Skip to content

Commit

Permalink
attempt to fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeicher committed Apr 3, 2020
1 parent 9596125 commit 1991368
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ click==6.7
defusedxml==0.5.0
gql==0.1.0
graphql-core==2.1
http==0.2
idna==2.7
matplotlib==2.2.5
multiprocessing==2.6.2.1
numpy==1.15.0
pandoc==1.0.2
Expand All @@ -20,7 +22,6 @@ requests==2.19.1
Rx==1.6.1
scipy==1.1.0
sierrapy==0.2.1
simulate==1.9.0
six==1.11.0
SOAPpy==0.12.22
tqdm==4.24.0
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ def run(self):
'sierrapy',
'numpy',
'scipy',
'http',
'matplotlib'
],
setup_requires=[
'appdirs',
Expand All @@ -122,6 +124,7 @@ def run(self):
'wstools',
'sierrapy',
'numpy',
'wheel',
]
)

0 comments on commit 1991368

Please sign in to comment.