Spaces:
Runtime error
Runtime error
Feliks Zaslavskiy
commited on
Commit
·
983ef0a
1
Parent(s):
b0a2fd5
add conda forge
Browse files- environment.yml +1 -0
environment.yml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
name: us-address-matching-model
|
| 2 |
channels:
|
|
|
|
| 3 |
- defaults
|
| 4 |
dependencies:
|
| 5 |
- python=3.10
|
|
|
|
| 1 |
name: us-address-matching-model
|
| 2 |
channels:
|
| 3 |
+
- conda-forge
|
| 4 |
- defaults
|
| 5 |
dependencies:
|
| 6 |
- python=3.10
|