Skip to content

Commit

Permalink
Merge pull request #19 from pyiron/pin_sqlalchemy_higher
Browse files Browse the repository at this point in the history
Remove explicit sqlalchemy dependence
  • Loading branch information
liamhuber authored Apr 20, 2023
2 parents f109830 + da70619 commit 754741c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ dependencies:
- pandas
- pint
- pyiron_atomistics >=0.2.63
- sqlalchemy
- python >= 3.8
- lammps
1 change: 0 additions & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ dependencies:
- pandas
- pint
- pyiron_atomistics >=0.2.63
- sqlalchemy
1 change: 0 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ dependencies:
- pandas
- pint
- pyiron_atomistics >=0.2.63
- sqlalchemy
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'pandas',
'pint',
'pyiron_atomistics>=0.2.63',
'sqlalchemy',
],
cmdclass=versioneer.get_cmdclass(),

Expand Down

0 comments on commit 754741c

Please sign in to comment.