Spaces:
Running
Running
Anthony Liang commited on
Commit ·
e498336
1
Parent(s): 8000238
adding ignore python
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -26,6 +26,7 @@ watchfiles # For file watching during development
|
|
| 26 |
|
| 27 |
# RFM package (installed from git repository)
|
| 28 |
# For local development, you can also install with: pip install -e ../ (from parent directory)
|
|
|
|
| 29 |
git+https://github.com/aliang8/reward_fm.git@anthony_working
|
| 30 |
|
| 31 |
# Make sure a newer version of gradio is installed
|
|
|
|
| 26 |
|
| 27 |
# RFM package (installed from git repository)
|
| 28 |
# For local development, you can also install with: pip install -e ../ (from parent directory)
|
| 29 |
+
--ignore-requires-python
|
| 30 |
git+https://github.com/aliang8/reward_fm.git@anthony_working
|
| 31 |
|
| 32 |
# Make sure a newer version of gradio is installed
|