Skip to content

Commit

Permalink
see if johns pr fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
natali-maidbot committed Jul 18, 2023
1 parent d5eaec3 commit 1aa1678
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup, Extension
import os
import os

SRC_DIR = "stl_tools"

Expand All @@ -12,10 +12,10 @@
setup(name='stl_tools',
version='0.4.2',
install_requires=[
'numpy>=1.18.1',
'scipy',
'Cython>=0.29.14,<0.30.0',
'matplotlib'],
'numpy>=1.18.1',
'scipy',
'Cython>=0.29.14,<0.30.0',
'matplotlib'],
description="Generate STL files from numpy arrays and text",
author='Tristan Hearn',
author_email='[email protected]',
Expand Down

0 comments on commit 1aa1678

Please sign in to comment.