Skip to content

Commit

Permalink
end revert and answer to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
C-BdB committed Mar 3, 2025
1 parent fa454c7 commit 96e5700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions environment.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- conda-forge
dependencies:
- bump2version=1.0.1
- build
- flake8=4.0.1
- ipykernel=6.9.0
- jupyter=1.0.0
Expand All @@ -18,5 +19,5 @@ dependencies:
- sphinx=4.3.2
- sphinx-gallery=0.10.1
- sphinx_rtd_theme=1.0.0
- twine=3.7.1
- wheel=0.38.1
- twine
- wheel
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from setuptools import setup

setup(
zip_safe=False # the package can run out of an .egg file
)
setup()

0 comments on commit 96e5700

Please sign in to comment.