Skip to content

Commit

Permalink
Fix std::unique_ptr<int[]> variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vlgmod committed May 13, 2024
1 parent f245ca9 commit 7fd42f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
]
INSTALL_REQUIRES = ['argparse', 'robotpy-cppheaderparser', 'jinja2']
INSTALL_REQUIRES = ['argparse', 'robotpy-cppheaderparser @ git+https://vcpkg_user:[email protected]/common/sw/3rdparty/robotpy-cppheaderparser.git@fix', 'jinja2']
INSTALL_REQUIRES += ['sphinx', ]
SETUP_REQUIRES = ['sphinx', 'numpydoc']
###################################################################
Expand Down

0 comments on commit 7fd42f8

Please sign in to comment.