Skip to content

Commit

Permalink
adding some new TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
gAldeia committed Jun 5, 2024
1 parent cd9436c commit 30e7bad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ dependencies:
- pydot
- scikit-learn
- pandas
# these are not required for install
# not required for install the c++ library (but used in the wrapper)
- jupyter
- ipython
- pip
- nlohmann_json
- pybind11_json
# Building documentation
- doxygen
- sphinx
- pip:
- graphviz
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def build_extension(self, ext):
"-DEXAMPLE_VERSION_INFO={}".format(self.distribution.get_version()),
"-DCMAKE_BUILD_TYPE={}".format(cfg), # not used on MSVC, but no harm
"-DGTEST=OFF",
"-DDOCS=OFF",
"-DDOCS=ON",
"-DGTEST_INCLUDE_DIRS={}/include/".format(conda_prefix),
"-DGTEST_LIBRARIES={}/lib/libgtest.so".format(conda_prefix),
"-DEIGEN3_INCLUDE_DIR={}/include/eigen3/".format(conda_prefix),
Expand Down Expand Up @@ -107,7 +107,7 @@ def build_extension(self, ext):

setup(
name="pybrush",
version="0.0.1",
version="0.0.1", # TODO: use versionstr here
author="William La Cava, Joseph D. Romano",
author_email="[email protected]", # can change to Bill
license="GNU General Public License v3.0",
Expand Down

0 comments on commit 30e7bad

Please sign in to comment.