Pin requirements

#2
by radames - opened
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +3 -4
README.md CHANGED
@@ -9,7 +9,7 @@ app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  duplicated_from: SDbiaseval/find-my-butterfly
12
- python_version: 3.8
13
  ---
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  license: apache-2.0
11
  duplicated_from: SDbiaseval/find-my-butterfly
12
+ python_version: 3.1
13
  ---
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
  datasets==2.14.6
2
  h5py==3.9.0
3
- llvmlite==0.39.1
4
  matplotlib==3.7.1
5
  numba==0.56.4
6
  numpy==1.23.5
@@ -12,7 +11,7 @@ pyarrow==9.0.0
12
  pynndescent==0.5.10
13
  scikit-image==0.19.3
14
  scikit-learn==1.2.2
15
- torch==1.12.1
16
- torchvision
17
  transformers==4.34.1
18
- wikipedia
 
 
 
1
  datasets==2.14.6
2
  h5py==3.9.0
 
3
  matplotlib==3.7.1
4
  numba==0.56.4
5
  numpy==1.23.5
 
11
  pynndescent==0.5.10
12
  scikit-image==0.19.3
13
  scikit-learn==1.2.2
 
 
14
  transformers==4.34.1
15
+ wikipedia
16
+ llvmlite==0.39.1
17
+ torch