Skip to content

Commit

Permalink
Include base requirements, and a few version constraints, in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Jun 5, 2023
1 parent 0fb1bb6 commit 4513832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ def run(self):

required = [
'bumps>=0.7.5.9', 'periodictable>=1.5.0', 'pyparsing>=2.0.0',
'lxml', 'h5py',
'lxml', 'h5py', 'sasmodels==1.0.7', 'qt5reactor', 'twisted', 'typing-extensions>=4.5.0',
'pyopenssl', 'cryptography<39.0'
]

if os.name == 'nt':
Expand Down

0 comments on commit 4513832

Please sign in to comment.