Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
disable dearpygui dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Nov 16, 2021
1 parent 0ecd2b4 commit 47fba67
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion Aspidites/woma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from .gcutils import get_all
from .fileutils import mkdir_p, atomic_save, iglob, iter_find_files, copytree
from .pickleutils import pickle_loads
from .guiutils import *
from .mathutils import clamp, ceil, floor
from contextlib import contextmanager
from functools import lru_cache
Expand Down
10 changes: 0 additions & 10 deletions Aspidites/woma/guiutils.py

This file was deleted.

1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name = "pypi"

[packages]
numpy = "*"
dearpygui = "*"
cython = "*"
pytest = "*"
hypothesis = "*"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "Cython", "dearpygui", "pytest"]
requires = ["setuptools", "wheel", "Cython", "pytest"]

0 comments on commit 47fba67

Please sign in to comment.