Skip to content

Commit

Permalink
Removed unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AHartmaier committed Apr 14, 2024
1 parent 543c7a7 commit e031e54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ dependencies:
- matplotlib
- scipy
- scikit-learn
- pandas
- fireworks
- pytest
- jupyter
- jupyterlab

7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
description="Python Laboratory for Finite Element Analysis",
install_requires=['numpy', 'matplotlib', 'scipy', 'scikit-learn', 'pandas', 'fireworks',
'pytest'],
install_requires=['numpy', 'matplotlib', 'scipy', 'scikit-learn', 'pytest'],
license="GNU General Public License v3",
long_description=readme,
include_package_data=True,
Expand Down

0 comments on commit e031e54

Please sign in to comment.