Skip to content

Commit

Permalink
Merge pull request #653 from pyiron/openssl
Browse files Browse the repository at this point in the history
Remove openssl restriction
  • Loading branch information
jan-janssen committed Jan 25, 2022
2 parents de58bc4 + 513edc6 commit 03c6610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ dependencies:
- pint =0.18
- psutil =5.9.0
- pyfileindex =0.0.6
- pysqa =0.0.15
- pysqa =0.0.16
- pytables =3.6.1
- sqlalchemy =1.4.31
- tqdm =4.62.3
- openssl <2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'pint==0.18',
'psutil==5.9.0',
'pyfileindex==0.0.6',
'pysqa==0.0.15',
'pysqa==0.0.16',
'sqlalchemy==1.4.31',
'tables==3.6.1',
'tqdm==4.62.3'
Expand Down

0 comments on commit 03c6610

Please sign in to comment.