Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
For Some Reason The Installed Packages Are Not Reflecting The One From The

for some reason the installed packages are not reflecting the one from the requirements.txt in the repository?
image

  
  
Posted 20 hours ago
Votes Newest

Answers 6


Hi @<1772433273633378304:profile|VexedWoodpecker50> , these are the packages that were on the environment that ran the experiment. Please see here - None

  
  
Posted 15 hours ago

hi @<1523701070390366208:profile|CostlyOstrich36> thanks for the reply but that doesn’t seem to be the case, I have a requirements.txt file that is very different from the one getting displayed

  
  
Posted 15 hours ago

I think this is what you're looking for then - None
Task.add_requirements

  
  
Posted 15 hours ago

basically how can I make sure the packages from the requirements.txt get picked up instead of theses ones?

  
  
Posted 15 hours ago

By default it will use the packages that were detected in the environment. You can override that default behaviour with this.

  
  
Posted 15 hours ago

I see, thank you for the help but shouldn’t it automatically install packages that I’m specifying?

  
  
Posted 15 hours ago
3 Views
6 Answers
20 hours ago
6 hours ago
Tags
Similar posts